summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-231-29/+29
* | | | net: speedup skb_splice_bits()Eric Dumazet2012-04-231-11/+19
* | | | net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-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-201-6/+0
* | | | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-2/+1
* | | | net neighbour: Convert to use register_net_sysctlEric W. Biederman2012-04-201-27/+6
* | | | net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman2012-04-201-3/+0
* | | | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-202-2/+2
* | | | net: Kill register_sysctl_rotableEric W. Biederman2012-04-201-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/+1
* | | | 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-121-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/+3
* | | net/core: simple_strtoul cleanupShuah Khan2012-04-121-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-1010-59/+24
|\| |
| * | 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-031-3/+6
| * | net: fix /proc/net/dev regressionEric Dumazet2012-04-032-46/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-0/+1
| |\ \ | | |/ | |/|
| * | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-289-9/+0
| |\ \
| | * | Remove all #inclusions of asm/system.hDavid Howells2012-03-289-9/+0
* | | | net: remove k{un}map_skb_frag()Eric Dumazet2012-04-052-40/+21
* | | | ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran2012-04-041-0/+11
* | | | ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran2012-04-041-3/+45
* | | | filter: add XOR operationJiri Pirko2012-04-031-0/+4
* | | | filter: Allow to create sk-unattached filtersJiri Pirko2012-04-031-4/+62
* | | | net: Report dev->promiscuity in netlink reports.Ben Greear2012-04-021-0/+3
* | | | gen_stats: Stop using NLA_PUT*().David S. Miller2012-04-021-1/+2
* | | | fib_rules: Stop using NLA_PUT*().David S. Miller2012-04-021-17/+15
* | | | rtnetlink: Stop using NLA_PUT*().David S. Miller2012-04-021-32/+35
* | | | neighbour: Stop using NLA_PUT*().David S. Miller2012-04-021-35/+40
| |_|/ |/| |
* | | net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise2012-03-281-0/+1
|/ /
* | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-251-2/+2
* | net: fix napi_reuse_skb() skb reserveEric Dumazet2012-03-211-1/+2
|/
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-2/+2
|\