[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
[safe/jmp/linux-2.6] / include / linux / skbuff.h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_network_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Herbert Xu[UDP]: Clean up UDP-Lite receive checksum
2007-04-26 David S. Miller[NETLINK]: Limit NLMSG_GOODSIZE to 8K.
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-04-17 Pavel Emelianov[NET]: Set a separate lockdep class for neighbour table...
2007-04-17 Herbert Xu[NET]: Get rid of alloc_skb_from_cache
2007-03-29 Patrick McHardy[IFB]: Fix crash on input device removal
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Hellwig[PATCH] node-aware skb allocation
2006-12-04 Al Viro[PATCH] fix fallout from header dependency trimming
2006-12-04 Al Viro[PATCH] severing skbuff.h -> mm.h
2006-12-04 Al Viro[PATCH] severing skbuff.h -> poll.h
2006-12-04 Al Viro[PATCH] severing skbuff.h -> highmem.h
2006-12-03 Al Viro[NET]: Split skb->csum
2006-12-03 Al Viro[NET]: Preliminaty annotation of skb->csum.
2006-12-03 Al Viro[NET]: Annotate __skb_checksum_complete() and friends.
2006-12-03 Al Viro[NET]: Annotate skb_copy_and_csum_bits() and callers.
2006-12-03 Al Viro[NET]: Annotate skb_checksum() and callers.
2006-12-03 Al Viro[NET]: Annotate callers of csum_partial_copy_...()...
2006-12-03 Thomas Graf[NET]: Turn nfmark into generic mark
2006-12-03 Al Viro[IPV6]: ip6_output annotations
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-08-14 Herbert Xu[INET]: Use pskb_trim_unique when trimming paged unique...
2006-08-07 Christoph Hellwig[NET]: Fix alloc_skb comment typo
2006-08-02 Adrian Bunk[NET]: skb_queue_lock_key() is no longer used.
2006-08-02 Arjan van de Ven[NET]: Remove lockdep_set_class() call from skb_queue_h...
2006-08-02 Christoph Hellwig[NET]: Add netdev_alloc_skb().
2006-07-24 Christoph Hellwig[NET]: Correct dev_alloc_skb kerneldoc
2006-07-24 Christoph Hellwig[NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKB
2006-07-08 Herbert Xu[NET] gso: Add skb_is_gso
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate skb_queue_head_init
2006-06-30 Herbert Xu[IPV6]: Added GSO support for TCPv6
2006-06-29 Adrian Bunk[NET]: make skb_release_data() static
2006-06-29 Michael Chan[NET]: Add ECN support for TSO
2006-06-29 Herbert Xu[NET]: Added GSO header verification
2006-06-23 Randy Dunlap[NET]: fix net-core kernel-doc
2006-06-23 Herbert Xu[NET]: Add software TSOv4
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-23 Herbert Xu[NET]: Avoid allocating skb in skb_pad
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/hdrcleanup-2.6
2006-06-18 Herbert Xu[NET]: Warn in __skb_trim if skb is paged
2006-06-18 Herbert Xu[NET]: Clean up skb_linearize
2006-06-18 James Morris[SECMARK]: Add secmark support to core networking.
2006-06-18 Chris Leech[I/OAT]: Structure changes for TCP recv offload to...
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-04-20 David S. Miller[NET]: Add skb->truesize assertion checking.
2006-03-31 Anton Blanchard[NET]: Allow skb headroom to be overridden
2006-03-21 Herbert Xu[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pul...
2006-03-21 Jörn Engel[NET]: Uninline kfree_skb and allow NULL argument
2006-03-21 Patrick McHardy[NETFILTER]: Fix skb->nf_bridge lifetime issues
2006-03-21 Patrick McHardy[NET]: Reduce size of struct sk_buff on 64 bit architec...
2006-01-17 David S. Miller[NET]: Make second arg to skb_reserved() signed.
2006-01-07 Patrick McHardy[NETFILTER]: Fix xfrm lookup in ip_route_me_harder...
2006-01-03 Benjamin LaHaise[NET]: Speed up __alloc_skb()
2006-01-03 Andi Kleen[NET]: Small cleanup to socket initialization
2006-01-03 Herbert Xu[IP]: Simplify and consolidate MSG_PEEK error handling
2005-11-21 Randy Dunlap[NET]: kernel-doc fixes
2005-11-21 Patrick McHardy[NET]: Use unused bit for ipvs_property field in struct...
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-11-10 Yasuyuki Kozakai[NETFILTER]: Add nf_conntrack subsystem.
2005-11-05 Stephen Hemminger[NETEM]: Support time based reordering
2005-10-28 Ananda Raju[IPv4/IPv6]: UFO Scatter-gather approach
2005-10-26 Randy Dunlap[SK_BUFF] kernel-doc: fix skbuff warnings
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-10-03 Herbert Xu[NET]: Fix packet timestamping.
2005-09-08 Stephen Hemminger[NET]: Optimize pskb_trim_rcsum()
2005-09-06 Stephen Hemminger[NET]: skb_get/set_timestamp use const
2005-08-29 David S. Miller[NET]: Implement SKB fast cloning.
2005-08-29 Arnaldo Carvalho... [NET]: Fix sparse warnings
2005-08-29 Patrick McHardy[NET]: Store skb->timestamp as offset to a base timestamp
2005-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-08-29 Patrick McHardy[NET]: Reduce tc_index/tc_verd to u16
2005-08-29 Stephen Hemminger[NET]: Remove HIPPI private from skbuff.h
2005-08-29 Patrick McHardy[NET]: Kill skb->tc_classid
2005-08-29 David S. Miller[NET]: Kill skb->list
2005-08-29 Harald Welte[NETFILTER]: reduce netfilter sk_buff enlargement
2005-08-29 Harald Welte[NETFILTER]: convert nfmark and conntrack mark to 32bit
2005-08-11 Alexey Dobriyan[NET]: Make skb->protocol __be16
2005-07-18 Victor Fusco[NET]: Fix "nocast type" warnings in skbuff.h
2005-07-08 Victor Fusco[NET]: Fix sparse warnings
2005-07-05 Thomas Graf[NET]: Reduce size of sk_buff by 4 bytes
2005-07-05 Thomas Graf[NET]: Remove unused security member in sk_buff
2005-07-05 Patrick McHardy[NET]: Fix signedness issues in net/core/filter.c
2005-06-24 Thomas Graf[NET]: skb_find_text() - Find a text pattern in skb...
2005-06-24 Thomas Graf[NET]: Zerocopy sequential reading of skb data
2005-06-21 Patrick McHardy[NETFILTER]: Kill nf_debug
2005-05-01 Martin Waitz[PATCH] DocBook: fix some descriptions
2005-05-01 Pavel Pisa[PATCH] DocBook: changes and extensions to the kernel...
2005-04-20 Stephen Hemminger[NET]: skbuff: remove old NET_CALLER macro
2005-04-20 Herbert Xu[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2