aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet
2012-05-19net: napi_frags_skb() is staticEric Dumazet
2012-05-18pktgen: fix module unload for goodEric Dumazet
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet
2012-05-17drop_monitor: convert to modular buildingNeil Horman
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet
2012-05-17net: core: Use pr_<level>Joe Perches
2012-05-17pktgen: Use pr_debugJoe Perches
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-16net: sock_flag() cleanupEric Dumazet
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-10pktgen: fix crash at module unloadEric Dumazet
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman
2012-05-01net: add a prefetch in socket backlog processingEric Dumazet
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet
2012-04-28net: Fixed a coding style issue related to spaces.Jeffrin Jose
2012-04-28drop_monitor: Make updating data->skb smp safeNeil Horman
2012-04-28drop_monitor: fix sleeping in invalid context warningNeil Horman
2012-04-27net: cleanups in sock_setsockopt()Eric Dumazet
2012-04-25net: sock_diag_handler structs can be constShan Wei
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller
2012-04-23net: speedup skb_splice_bits()Eric Dumazet
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet
2012-04-21drop_monitor: allow more events per secondEric Dumazet
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net neighbour: Convert to use register_net_sysctlEric W. Biederman