aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2012-05-19net: introduce skb_try_coalesce()Gravatar Eric Dumazet 1-0/+86
2012-05-19net: napi_frags_skb() is staticGravatar Eric Dumazet 1-2/+1
2012-05-18net: introduce netdev_alloc_frag()Gravatar Eric Dumazet 1-41/+41
2012-05-17drop_monitor: convert to modular buildingGravatar Neil Horman 1-2/+44
2012-05-17net: netdev_alloc_skb() use build_skb()Gravatar Eric Dumazet 1-1/+31
2012-05-17net: core: Use pr_<level>Gravatar Joe Perches 6-36/+44
2012-05-17pktgen: Use pr_debugGravatar Joe Perches 1-23/+18
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-33/+13
2012-05-16net: sock_flag() cleanupGravatar Eric Dumazet 1-7/+7
2012-05-15net: delete all instances of special processing for token ringGravatar Paul Gortmaker 1-8/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedGravatar Joe Perches 4-34/+22
2012-05-10pktgen: fix crash at module unloadGravatar Eric Dumazet 1-2/+8
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"Gravatar David S. Miller 1-31/+5
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataGravatar Stuart Hodgson 1-0/+47
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsGravatar Ben Hutchings 1-7/+17
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncGravatar Hans Schillstrom 1-0/+2
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-24/+64
2012-05-06skb: Add inline helper for getting the skb end offset from headGravatar Alexander Duyck 1-6/+6
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headGravatar Alexander Duyck 1-14/+8
2012-05-06skb: Drop bad code from pskb_expand_headGravatar Alexander Duyck 1-12/+0
2012-05-03skb: Add skb_head_is_locked helper functionGravatar Alexander Duyck 1-2/+1
2012-05-03net: Fix truesize accounting in skb_gro_receive()Gravatar Eric Dumazet 1-3/+8
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cGravatar David S. Miller 1-0/+1
2012-05-03net: Stop decapitating clones that have a head_fragGravatar Alexander Duyck 1-4/+5
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuGravatar Neil Horman 1-5/+7
2012-05-01net: add a prefetch in socket backlog processingGravatar Eric Dumazet 1-0/+1
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragGravatar Eric Dumazet 1-3/+7
2012-04-30net: make GRO aware of skb->head_fragGravatar Eric Dumazet 2-2/+30
2012-04-30net: allow skb->head to be a page fragmentGravatar Eric Dumazet 1-6/+18
2012-04-28net: Fixed a coding style issue related to spaces.Gravatar Jeffrin Jose 1-1/+1
2012-04-28drop_monitor: Make updating data->skb smp safeGravatar Neil Horman 1-16/+54
2012-04-28drop_monitor: fix sleeping in invalid context warningGravatar Neil Horman 1-7/+7
2012-04-27net: cleanups in sock_setsockopt()Gravatar Eric Dumazet 1-27/+15
2012-04-25net: sock_diag_handler structs can be constGravatar Shan Wei 1-6/+6
2012-04-23net: make spd_fill_page() linear argument a boolGravatar Eric Dumazet 1-4/+4
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-15/+19
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.Gravatar David S. Miller 1-29/+29
2012-04-23net: speedup skb_splice_bits()Gravatar Eric Dumazet 1-11/+19
2012-04-23net: add a limit parameter to sk_add_backlog()Gravatar Eric Dumazet 1-2/+2
2012-04-21net: allow better page reuse in splice(sock -> pipe)Gravatar Eric Dumazet 1-0/+3
2012-04-21drop_monitor: allow more events per secondGravatar Eric Dumazet 1-0/+1
2012-04-21sock: Introduce named constants for sk_reuseGravatar Pavel Emelyanov 1-1/+1
2012-04-20net: Delete all remaining instances of ctl_pathGravatar Eric W. Biederman 1-6/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlGravatar Eric W. Biederman 1-2/+1
2012-04-20net neighbour: Convert to use register_net_sysctlGravatar Eric W. Biederman 1-27/+6
2012-04-20net core: Remove unneded creation of an empty net/core sysctl directoryGravatar Eric W. Biederman 1-3/+0
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 2-2/+2
2012-04-20net: Kill register_sysctl_rotableGravatar Eric W. Biederman 1-1/+1
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsGravatar Eric Dumazet 1-1/+4
2012-04-19net: dont drop packet but consume itGravatar Eric Dumazet 1-1/+1