aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-11net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet1-2/+17
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa2-5/+5
2009-07-08netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov1-1/+1
2009-06-26gro: 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-23net: Move rx skb_orphan call to where neededHerbert Xu1-2/+0
2009-06-18Merge 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-17skbuff: don't corrupt mac_header on skb expansionStephen Hemminger1-3/+6
2009-06-17skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger1-0/+4
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus 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/linux-2.6David S. Miller5-9/+8
2009-06-11bridge: Simplify interface for ATM LANEMichał Mirosław1-11/+9
2009-06-11[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-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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
2009-06-09net/core/dev.c: Use frag list abstraction interfaces.David S. Miller1-2/+2
2009-06-09datagram: Use frag list abstraction interfaces.David S. Miller1-95/+83
2009-06-08net pkgen.c:fix no need for checkFigo.zhang1-4/+2
2009-06-08net: Fix memcpy_toiovecend() to use the right offsetSridhar Samudrala1-2/+2
2009-06-08net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala1-1/+2
2009-06-08net: skb_shared_info optimizationEric Dumazet1-6/+6
2009-06-08net: num_dma_maps is not usedEric Dumazet1-1/+0
2009-06-08net: Ensure partial checksum offset is inside the skb headHerbert Xu1-3/+3
2009-06-03net: introduce pre-up netdev notifierJohannes Berg1-1/+6
2009-06-03net: skb->dst accessorsEric Dumazet3-12/+10
2009-05-29net: convert unicast addr listJiri Pirko1-57/+138
2009-05-27net: net/core/sock.c cleanupEric Dumazet1-59/+44
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet1-5/+4
2009-05-27gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu1-10/+12
2009-05-27gro: Nasty optimisations for page frags in skb_gro_receiveHerbert Xu1-10/+15
2009-05-27gro: Open-code final pskb_may_pullHerbert Xu1-4/+19
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu1-5/+12
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu1-1/+4
2009-05-27gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu1-1/+2
2009-05-27gro: Localise offset/headlen in skb_gro_offsetHerbert Xu1-13/+10
2009-05-27gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu1-15/+12
2009-05-27gro: Open-code frags copy in skb_gro_receiveHerbert Xu1-3/+6
2009-05-26net: Remove bogus reference to BUS_ID_SIZE in sysfs code.David S. Miller1-1/+0
2009-05-25net: txq_trans_update() helperEric Dumazet3-1/+8
2009-05-25pkt_sched: gen_estimator: Fix signed integers right-shifts.Jarek Poplawski1-2/+2
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov1-50/+0