aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAge
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] node-aware skb allocationChristoph Hellwig2006-12-07
* [PATCH] fix fallout from header dependency trimmingAl Viro2006-12-04
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-04
* [PATCH] severing skbuff.h -> poll.hAl Viro2006-12-04
* [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-04
* [NET]: Split skb->csumAl Viro2006-12-03
* [NET]: Preliminaty annotation of skb->csum.Al Viro2006-12-03
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-03
* [NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro2006-12-03
* [NET]: Annotate skb_checksum() and callers.Al Viro2006-12-03
* [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-03
* [NET]: Turn nfmark into generic markThomas Graf2006-12-03
* [IPV6]: ip6_output annotationsAl Viro2006-12-03
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-22
* [INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu2006-08-13
* [NET]: Fix alloc_skb comment typoChristoph Hellwig2006-08-07
* [NET]: skb_queue_lock_key() is no longer used.Adrian Bunk2006-08-02
* [NET]: Remove lockdep_set_class() call from skb_queue_head_init().Arjan van de Ven2006-08-02
* [NET]: Add netdev_alloc_skb().Christoph Hellwig2006-08-02
* [NET]: Correct dev_alloc_skb kerneldocChristoph Hellwig2006-07-24
* [NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKBChristoph Hellwig2006-07-24
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-08
* [PATCH] lockdep: annotate skb_queue_head_initIngo Molnar2006-07-03
* [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-30
* [NET]: make skb_release_data() staticAdrian Bunk2006-06-29
* [NET]: Add ECN support for TSOMichael Chan2006-06-29
* [NET]: Added GSO header verificationHerbert Xu2006-06-29
* [NET]: fix net-core kernel-docRandy Dunlap2006-06-23
* [NET]: Add software TSOv4Herbert Xu2006-06-23
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-23
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-23
* Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-20
|\
| * Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26
* | [NET]: Warn in __skb_trim if skb is pagedHerbert Xu2006-06-18
* | [NET]: Clean up skb_linearizeHerbert Xu2006-06-18
* | [SECMARK]: Add secmark support to core networking.James Morris2006-06-18
* | [I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech2006-06-18
|/
* [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-20
* [NET]: Allow skb headroom to be overriddenAnton Blanchard2006-03-31
* [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-21
* [NET]: Uninline kfree_skb and allow NULL argumentJörn Engel2006-03-21
* [NETFILTER]: Fix skb->nf_bridge lifetime issuesPatrick McHardy2006-03-20
* [NET]: Reduce size of struct sk_buff on 64 bit architecturesPatrick McHardy2006-03-20
* [NET]: Make second arg to skb_reserved() signed.David S. Miller2006-01-17
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-07
* [NET]: Speed up __alloc_skb()Benjamin LaHaise2006-01-03
* [NET]: Small cleanup to socket initializationAndi Kleen2006-01-03
* [IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu2006-01-03
* [NET]: kernel-doc fixesRandy Dunlap2005-11-21