summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-05-311-2/+5
* drop_monitor: Add module alias to enable automatic module loadingNeil Horman2012-05-291-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-2/+2
|\
| * userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-031-2/+2
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-222-24/+16
|\ \
| * | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa2012-04-101-5/+5
| * | cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-6/+2
| * | cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-15/+11
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-0/+6
|\ \
| * \ Merge tag 'v3.4-rc5' into nextJames Morris2012-05-044-16/+42
| |\ \
| * | | sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry2012-04-141-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-201-2/+2
|\ \ \ \
| * | | | pktgen: fix module unload for goodEric Dumazet2012-05-181-2/+2
* | | | | net: introduce skb_try_coalesce()Eric Dumazet2012-05-191-0/+86
* | | | | net: napi_frags_skb() is staticEric Dumazet2012-05-191-2/+1
* | | | | net: introduce netdev_alloc_frag()Eric Dumazet2012-05-181-41/+41
* | | | | drop_monitor: convert to modular buildingNeil Horman2012-05-171-2/+44
* | | | | net: netdev_alloc_skb() use build_skb()Eric Dumazet2012-05-171-1/+31
* | | | | net: core: Use pr_<level>Joe Perches2012-05-176-36/+44
* | | | | pktgen: Use pr_debugJoe Perches2012-05-171-23/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-162-33/+13
|\| | | |
| * | | | pktgen: fix crash at module unloadEric Dumazet2012-05-101-2/+8
| * | | | Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-101-31/+5
* | | | | net: sock_flag() cleanupEric Dumazet2012-05-161-7/+7
* | | | | net: delete all instances of special processing for token ringPaul Gortmaker2012-05-151-8/+6
* | | | | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-154-34/+22
* | | | | ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson2012-05-101-0/+47
* | | | | ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings2012-05-101-7/+17
* | | | | net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom2012-05-081-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-24/+64
|\| | | |
| * | | | drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-05-021-5/+7
| * | | | drop_monitor: Make updating data->skb smp safeNeil Horman2012-04-281-16/+54
| * | | | drop_monitor: fix sleeping in invalid context warningNeil Horman2012-04-281-7/+7
| | |/ / | |/| |
* | | | skb: Add inline helper for getting the skb end offset from headAlexander Duyck2012-05-061-6/+6
* | | | skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck2012-05-061-14/+8
* | | | skb: Drop bad code from pskb_expand_headAlexander Duyck2012-05-061-12/+0
* | | | skb: Add skb_head_is_locked helper functionAlexander Duyck2012-05-031-2/+1
* | | | net: Fix truesize accounting in skb_gro_receive()Eric Dumazet2012-05-031-3/+8
* | | | net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller2012-05-031-0/+1
* | | | net: Stop decapitating clones that have a head_fragAlexander Duyck2012-05-031-4/+5
* | | | net: add a prefetch in socket backlog processingEric Dumazet2012-05-011-0/+1
* | | | net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet2012-04-301-3/+7
* | | | net: make GRO aware of skb->head_fragEric Dumazet2012-04-302-2/+30
* | | | net: allow skb->head to be a page fragmentEric Dumazet2012-04-301-6/+18
* | | | net: Fixed a coding style issue related to spaces.Jeffrin Jose2012-04-281-1/+1
* | | | net: cleanups in sock_setsockopt()Eric Dumazet2012-04-271-27/+15
* | | | net: sock_diag_handler structs can be constShan Wei2012-04-251-6/+6
* | | | net: make spd_fill_page() linear argument a boolEric Dumazet2012-04-231-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-232-15/+19
|\| | |
| * | | drop_monitor: allow more events per secondEric Dumazet2012-04-211-0/+1