ssb: Make the GPIO API reentrancy safe
[safe/jmp/linux-2.6] / include / linux / skbuff.h
2008-02-19 Randy Dunlapnet: fix kernel-doc warnings in header files
2008-02-04 Rusty Russellvirtio: Implement skb_partial_csum_set, for setting...
2008-02-01 Patrick McHardy[NETFILTER]: bridge netfilter: remove nf_bridge_info...
2008-01-28 Herbert Xu[UDP]: Only increment counter on first peek/recv
2008-01-28 Herbert Xu[UDP]: Avoid repeated counting of checksum errors due...
2008-01-28 Jens Axboe[TCP]: Splice receive support.
2007-11-26 Herbert Xu[SKBUFF]: Free old skb properly in skb_morph
2007-11-11 Chuck Lever[NET]: Fix skb_truesize_check() assertion
2007-10-24 Chuck Lever[NET]: Treat the sign of the result of skb_headroom...
2007-10-22 Pavel Emelyanov[NET]: Cut off the queue_mapping field from sk_buff
2007-10-22 Pavel Emelyanov[NET]: Make and use skb_get_queue_mapping
2007-10-22 Herbert Xu[NET]: Fix SKB_WITH_OVERHEAD calculation
2007-10-15 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-15 Herbert Xu[SKBUFF]: Add skb_morph
2007-10-15 Brice GoglinAdd skb_is_gso_v6
2007-09-16 Herbert Xu[NET] skbuff: Add skb_cow_head
2007-07-31 David S. Miller[NET]: Page offsets and lengths need to be __u32.
2007-07-15 Al Virofix return type of skb_checksum_complete()
2007-07-11 Herbert Xu[NET]: Update comments for skb checksums
2007-07-11 Jozsef Kadlecsik[NETFILTER]: x_tables: add TRACE target
2007-07-11 Peter P Waskiewicz Jr[CORE] Stack changes to add multiqueue hardware support API
2007-07-11 Patrick McHardy[SKBUFF]: Keep track of writable header len of headerle...
2007-06-15 Ilpo Järvinen[TCP]: Congestion control API RTT sampling fix
2007-05-03 Randy Dunlap[NET] skbuff: fix kernel-doc
2007-04-30 James Chapman[SKB]: Introduce skb_queue_walk_safe()
2007-04-26 Stephen Hemminger[TCP]: Congestion control API update.
2007-04-26 Stephen Hemminger[NET] skbuff: skb_store_bits const is backwards
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
next