netfilter: xtables: consistent struct compat_xt_counters definition
[safe/jmp/linux-2.6] / include / linux / skbuff.h
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Herbert Xu[NET]: Use csum_start offset instead of skb_transport_h...
2007-04-26 David Howells[NET]: Move generic skbuff stuff from XFRM code to...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Herbert Xu[NET]: Allow forwarding of ip_summed except CHECKSUM_CO...
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: kill destroy() in struct...
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: don't use nfct in skb if...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Remove skb_add_mtu() leftovers
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->end to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use offsets for skb->{mac,network,transport...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header_len
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: add nf_copy() to safely...
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: add __nf_copy() to copy...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
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.
next