summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2009-08-14net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman1-0/+3
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-10/+15
2009-08-07net: Avoid enqueuing skb for default qdiscsKrishna Kumar1-13/+35
2009-08-06net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+5
2009-08-06net: implement a SO_PROTOCOL getsockoptionJan Engelhardt1-0/+5
2009-08-05net: mark read-only arrays as constJan Engelhardt3-5/+5
2009-08-05net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar1-2/+0
2009-08-03neigh: Convert garbage collection from softirq to workqueueEric Dumazet1-46/+43
2009-08-02net: restore the original spinlock to protect unicast listJiri Pirko1-9/+16
2009-08-02net: net_assign_generic() fixEric Dumazet1-1/+1
2009-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+1
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-0/+1
2009-07-27net: ethtool_op_get_rx_csum() should be public and exportedEric Dumazet1-1/+2
2009-07-27ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala1-2/+11
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg1-3/+0
2009-07-24net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg1-0/+2
2009-07-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-07-20Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont1-1/+1
2009-07-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+35
2009-07-17net: sock_copy() fixesEric Dumazet1-2/+18
2009-07-13net: Rename lookup_neigh_params functionTobias Klauser1-3/+3
2009-07-13net: move and export get_net_ns_by_pidJohannes Berg2-20/+22
2009-07-13net: make namespace iteration possible under RCUJohannes Berg1-3/+11
2009-07-12net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet1-2/+17
2009-07-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-6/+6
2009-07-10net: adding memory barrier to the poll and receive callbacksJiri Olsa2-5/+5
2009-07-09netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov1-1/+1
2009-07-08netpoll: Introduce netpoll_carrier_timeout kernel optionAnton Vorontsov1-1/+5
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-27gro: Flush GRO packets in napi_disable_pending pathHerbert Xu1-3/+5
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+0
2009-06-24net: Move rx skb_orphan call to where neededHerbert Xu1-2/+0
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-71/+72
2009-06-18net: group address list and its countJiri Pirko1-68/+62
2009-06-18skbuff: don't corrupt mac_header on skb expansionStephen Hemminger1-3/+6
2009-06-18skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger1-0/+4
2009-06-17Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2-0/+10
2009-06-15net: annotate struct sock bitfieldVegard Nossum1-0/+2
2009-06-15net: use kmemcheck bitfields API for skbuffVegard Nossum1-0/+8
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller5-9/+8
2009-06-12bridge: Simplify interface for ATM LANEMichał Mirosław1-11/+9
2009-06-12[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGSJohn Dykstra1-1/+1
2009-06-11neigh: fix state transition INCOMPLETE->FAILED via Netlink requestTimo Teras1-18/+28
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet1-4/+25
2009-06-11Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+4
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg1-1/+0
2009-06-09Add constants for the ieee 802.15.4 stackSergey Lapin2-2/+7
2009-06-09net: dev_addr_init() fixEric Dumazet1-2/+2
2009-06-09net/core/user_dma.c: Use frag list abstraction interfaces.David S. Miller1-24/+22
2009-06-09net/core/skbuff.c: Use frag list abstraction interfaces.David S. Miller1-124/+106