aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson1-0/+47
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings1-7/+17
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom1-0/+2
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+64
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-6/+6
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck1-14/+8
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck1-12/+0
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-2/+1
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet1-3/+8
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller1-0/+1
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck1-4/+5
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman1-5/+7
2012-05-01net: add a prefetch in socket backlog processingEric Dumazet1-0/+1
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet1-3/+7
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet2-2/+30
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet1-6/+18
2012-04-28net: Fixed a coding style issue related to spaces.Jeffrin Jose1-1/+1
2012-04-28drop_monitor: Make updating data->skb smp safeNeil Horman1-16/+54
2012-04-28drop_monitor: fix sleeping in invalid context warningNeil Horman1-7/+7
2012-04-27net: cleanups in sock_setsockopt()Eric Dumazet1-27/+15
2012-04-25net: sock_diag_handler structs can be constShan Wei1-6/+6
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet1-4/+4
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+19
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller1-29/+29
2012-04-23net: speedup skb_splice_bits()Eric Dumazet1-11/+19
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet1-2/+2
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet1-0/+3
2012-04-21drop_monitor: allow more events per secondEric Dumazet1-0/+1
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-6/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+1
2012-04-20net neighbour: Convert to use register_net_sysctlEric W. Biederman1-27/+6
2012-04-20net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman1-3/+0
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2-2/+2
2012-04-20net: Kill register_sysctl_rotableEric W. Biederman1-1/+1
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet1-1/+4
2012-04-19net: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei1-0/+1
2012-04-18net/core:Remove memleak reports by kmemleak_not_leak.majianpeng1-1/+1
2012-04-18netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2012-04-15net: rtnetlink notify events for FDB NTF_SELF adds and deletesJohn Fastabend1-2/+33
2012-04-15net: add fdb generic dump routineJohn Fastabend1-0/+84
2012-04-15net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend1-16/+81
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend1-0/+152
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet9-27/+28
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA1-2/+1
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger1-4/+4
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+20
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3