summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D-2/+5
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng-17/+54
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet-1/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet-4/+8
2012-07-09cgroup: fix panic in netprio_cgroupGao feng-1/+2
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+2
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee-2/+2
2012-06-15net: remove skb_orphan_try()Eric Dumazet-22/+1
2012-06-13netpoll: fix netpoll_send_udp() bugsEric Dumazet-5/+6
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet-0/+1
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap-3/+3
2012-06-07net: neighbour: fix neigh_dump_info()Eric Dumazet-8/+6
2012-06-04drop_monitor: dont sleep in atomic contextEric Dumazet-69/+33
2012-05-31net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang-2/+5
2012-05-29drop_monitor: Add module alias to enable automatic module loadingNeil Horman-0/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-2/+2
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-24/+16
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-0/+6
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet-0/+86
2012-05-19net: napi_frags_skb() is staticEric Dumazet-2/+1
2012-05-18pktgen: fix module unload for goodEric Dumazet-2/+2
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet-41/+41
2012-05-17drop_monitor: convert to modular buildingNeil Horman-2/+44
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet-1/+31
2012-05-17net: core: Use pr_<level>Joe Perches-36/+44
2012-05-17pktgen: Use pr_debugJoe Perches-23/+18
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-33/+13
2012-05-16net: sock_flag() cleanupEric Dumazet-7/+7
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker-8/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches-34/+22
2012-05-10pktgen: fix crash at module unloadEric Dumazet-2/+8
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller-31/+5
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson-0/+47
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings-7/+17
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom-0/+2
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-24/+64
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck-6/+6
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck-14/+8
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck-12/+0
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris-16/+42
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck-2/+1
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet-3/+8
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman-2/+2
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller-0/+1
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck-4/+5
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman-5/+7
2012-05-01net: add a prefetch in socket backlog processingEric Dumazet-0/+1
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet-3/+7