aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-15net: Add skb_gro_receiveHerbert Xu1-0/+2
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen1-0/+33
2008-10-31mac80211: Re-enable aggregationSujith1-0/+4
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-1/+14
2008-10-07net: packet split receive apiPeter Zijlstra1-0/+23
2008-10-01net: add skb_recycle_check() to enable netdriver skb recyclingLennert Buytenhek1-0/+2
2008-09-23net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().David S. Miller1-0/+9
2008-09-23net: Add skb_queue_next().David S. Miller1-0/+18
2008-09-23net: Add skb_queue_is_last().David S. Miller1-0/+13
2008-09-22net: Fix bus in SKB queue splicing interfaces.David S. Miller1-4/+4
2008-09-21net: Add new interfaces for SKB list light-weight init and splicing.David S. Miller1-2/+94
2008-09-11net: Add SKB DMA mapping helper functions.David S. Miller1-0/+8
2008-09-11net: Add DMA mapping tokens to skb_shared_info.David S. Miller1-0/+6
2008-08-15net: skb_copy_datagram_from_iovec()Rusty Russell1-0/+4
2008-08-11skbuff: Code readability NiTGerrit Renker1-3/+3
2008-07-31skbuff: add missing kernel-doc for do_not_encryptRandy Dunlap1-0/+1
2008-07-29mac80211: partially fix skb->cb useJohannes Berg1-1/+4
2008-07-14vlan: Don't store VLAN tag in cbPatrick McHardy1-0/+3
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller1-10/+0
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings1-0/+14
2008-04-21skbuff: fix missing kernel-doc notationRandy Dunlap1-0/+1
2008-04-14[SKB]: __skb_queue_tail = __skb_insert beforeGerrit Renker1-8/+8
2008-04-14[SKB]: __skb_append = __skb_queue_after Gerrit Renker1-9/+3
2008-04-14[SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)Gerrit Renker1-22/+12
2008-04-14[SKB]: __skb_dequeue = skb_peek + __skb_unlinkGerrit Renker1-31/+16
2008-04-03[IPV6] NDISC: Don't rely on node-type hint from L2 unless required.YOSHIFUJI Hideaki1-0/+2
2008-04-03[IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L1-1/+2
2008-03-27[NET]: uninline skb_trim, de-bloatsIlpo Järvinen1-15/+1
2008-03-27[NET]: uninline skb_push, de-bloats a lotIlpo Järvinen1-18/+1
2008-03-27[NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen1-16/+1
2008-03-27[NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen1-15/+1
2008-03-27[NET]: uninline skb_put, de-bloats a lotIlpo Järvinen1-20/+1
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-1/+4
2008-02-18net: fix kernel-doc warnings in header filesRandy Dunlap1-0/+2
2008-02-04virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets.Rusty Russell1-0/+1
2008-01-31[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy1-3/+0
2008-01-28[UDP]: Only increment counter on first peek/recvHerbert Xu1-0/+3
2008-01-28[UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu1-1/+1
2008-01-28[TCP]: Splice receive support.Jens Axboe1-0/+6
2007-11-26[SKBUFF]: Free old skb properly in skb_morphHerbert Xu1-1/+0
2007-11-10[NET]: Fix skb_truesize_check() assertionChuck Lever1-1/+3
2007-10-23[NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever1-2/+2
2007-10-22[NET]: Cut off the queue_mapping field from sk_buffPavel Emelyanov1-1/+2
2007-10-22[NET]: Make and use skb_get_queue_mappingPavel Emelyanov1-0/+9
2007-10-22[NET]: Fix SKB_WITH_OVERHEAD calculationHerbert Xu1-2/+1
2007-10-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2007-10-15[SKBUFF]: Add skb_morphHerbert Xu1-0/+1
2007-10-15Add skb_is_gso_v6Brice Goglin1-0/+5
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu1-9/+31
2007-07-31[NET]: Page offsets and lengths need to be __u32.David S. Miller1-2/+2