summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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