summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-05-011-3/+7
* | | | net: make GRO aware of skb->head_fragEric Dumazet2012-05-012-2/+30
* | | | net: allow skb->head to be a page fragmentEric Dumazet2012-05-011-6/+18
* | | | net: Fixed a coding style issue related to spaces.Jeffrin Jose2012-04-291-1/+1
* | | | net: cleanups in sock_setsockopt()Eric Dumazet2012-04-271-27/+15Star
* | | | net: sock_diag_handler structs can be constShan Wei2012-04-261-6/+6
* | | | net: make spd_fill_page() linear argument a boolEric Dumazet2012-04-241-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-242-15/+19
|\| | |
| * | | drop_monitor: allow more events per secondEric Dumazet2012-04-211-0/+1
| * | | netns: do not leak net_generic data on failed initJulian Anastasov2012-04-181-15/+18
* | | | net: Use bool and remove inline in skb_splice_bits() code.David S. Miller2012-04-241-29/+29
* | | | net: speedup skb_splice_bits()Eric Dumazet2012-04-241-11/+19
* | | | net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-241-2/+2
* | | | net: allow better page reuse in splice(sock -> pipe)Eric Dumazet2012-04-211-0/+3
* | | | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* | | | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-211-6/+0Star
* | | | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-211-2/+1Star
* | | | net neighbour: Convert to use register_net_sysctlEric W. Biederman2012-04-211-27/+6Star
* | | | net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman2012-04-211-3/+0Star
* | | | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-212-2/+2
* | | | net: Kill register_sysctl_rotableEric W. Biederman2012-04-211-1/+1
* | | | net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet2012-04-191-1/+4
* | | | net: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | | | net: fix compile error of leaking kmemleak.h headerShan Wei2012-04-191-0/+1
* | | | net/core:Remove memleak reports by kmemleak_not_leak.majianpeng2012-04-181-1/+1
* | | | net: rtnetlink notify events for FDB NTF_SELF adds and deletesJohn Fastabend2012-04-151-2/+33
* | | | net: add fdb generic dump routineJohn Fastabend2012-04-151-0/+84
* | | | net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend2012-04-151-16/+81
* | | | net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend2012-04-151-0/+152
* | | | net: cleanup unsigned to unsigned intEric Dumazet2012-04-159-27/+28
* | | | neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA2012-04-131-2/+1Star
* | | | rtnetlink & bonding: change args got get_tx_queuesstephen hemminger2012-04-131-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-131-0/+20
|\| | |
| * | | net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman2012-04-131-0/+20
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-131-1/+3
|\| | |
| * | | net: allow pskb_expand_head() to get maximum tailroomEric Dumazet2012-04-111-1/+3
| |/ /
* | | net: Fixed coding style issues relating to braces.Jeffrin Jose2012-04-121-6/+3Star
* | | net/core: simple_strtoul cleanupShuah Khan2012-04-121-3/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-1010-59/+24Star
|\| |
| * | net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-061-1/+3
| * | bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert2012-04-041-3/+6
| * | net: fix /proc/net/dev regressionEric Dumazet2012-04-032-46/+15Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-031-0/+1
| |\ \ | | |/ | |/|
| * | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-299-9/+0Star
| |\ \
| | * | Remove all #inclusions of asm/system.hDavid Howells2012-03-289-9/+0Star
* | | | net: remove k{un}map_skb_frag()Eric Dumazet2012-04-052-40/+21Star