aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] node-aware skb allocationChristoph Hellwig1-3/+3
2006-12-04[PATCH] fix fallout from header dependency trimmingAl Viro1-0/+1
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro1-1/+0
2006-12-04[PATCH] severing skbuff.h -> poll.hAl Viro1-1/+0
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-19/+0
2006-12-02[NET]: Split skb->csumAl Viro1-1/+4
2006-12-02[NET]: Preliminaty annotation of skb->csum.Al Viro1-2/+2
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro1-1/+1
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro1-2/+2
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/*Al Viro1-2/+1
2006-12-02[NET]: Turn nfmark into generic markThomas Graf1-2/+2
2006-12-02[IPV6]: ip6_output annotationsAl Viro1-1/+1
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-8/+9
2006-08-13[INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu1-0/+15
2006-08-07[NET]: Fix alloc_skb comment typoChristoph Hellwig1-2/+2
2006-08-02[NET]: skb_queue_lock_key() is no longer used.Adrian Bunk1-2/+0
2006-08-02[NET]: Remove lockdep_set_class() call from skb_queue_head_init().Arjan van de Ven1-1/+8
2006-08-02[NET]: Add netdev_alloc_skb().Christoph Hellwig1-0/+22
2006-07-24[NET]: Correct dev_alloc_skb kerneldocChristoph Hellwig1-2/+2
2006-07-24[NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKBChristoph Hellwig1-4/+0
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-0/+5
2006-07-03[PATCH] lockdep: annotate skb_queue_head_initIngo Molnar1-0/+3
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-2/+4
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk1-1/+0
2006-06-29[NET]: Add ECN support for TSOMichael Chan1-0/+3
2006-06-29[NET]: Added GSO header verificationHerbert Xu1-1/+4
2006-06-23[NET]: fix net-core kernel-docRandy Dunlap1-0/+2
2006-06-23[NET]: Add software TSOv4Herbert Xu1-0/+1
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-3/+9
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-6/+5
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-1/+0
2006-06-17[NET]: Warn in __skb_trim if skb is pagedHerbert Xu1-12/+12
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu1-4/+20
2006-06-17[SECMARK]: Add secmark support to core networking.James Morris1-0/+22
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech1-0/+4
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller1-0/+7
2006-03-31[NET]: Allow skb headroom to be overriddenAnton Blanchard1-4/+25
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu1-1/+3
2006-03-20[NET]: Uninline kfree_skb and allow NULL argumentJörn Engel1-16/+1
2006-03-20[NETFILTER]: Fix skb->nf_bridge lifetime issuesPatrick McHardy1-10/+14
2006-03-20[NET]: Reduce size of struct sk_buff on 64 bit architecturesPatrick McHardy1-1/+1
2006-01-17[NET]: Make second arg to skb_reserved() signed.David S. Miller1-1/+1
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy1-1/+1
2006-01-03[NET]: Speed up __alloc_skb()Benjamin LaHaise1-1/+1
2006-01-03[NET]: Small cleanup to socket initializationAndi Kleen1-1/+0
2006-01-03[IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu1-0/+2
2005-11-20[NET]: kernel-doc fixesRandy Dunlap1-0/+1