net: reduce structures when XFRM=n
[safe/jmp/linux-2.6] / include / linux / skbuff.h
2008-10-28 Alexey Dobriyannet: reduce structures when XFRM=n
2008-10-07 Peter Zijlstranet: packet split receive api
2008-10-01 Lennert Buytenheknet: add skb_recycle_check() to enable netdriver skb...
2008-09-23 David S. Millernet: Add skb_queue_walk_from() and skb_queue_walk_from_...
2008-09-23 David S. Millernet: Add skb_queue_next().
2008-09-23 David S. Millernet: Add skb_queue_is_last().
2008-09-23 David S. Millernet: Fix bus in SKB queue splicing interfaces.
2008-09-22 David S. Millernet: Add new interfaces for SKB list light-weight init...
2008-09-11 David S. Millernet: Add SKB DMA mapping helper functions.
2008-09-11 David S. Millernet: Add DMA mapping tokens to skb_shared_info.
2008-08-16 Rusty Russellnet: skb_copy_datagram_from_iovec()
2008-08-12 Gerrit Renkerskbuff: Code readability NiT
2008-08-01 Randy Dunlapskbuff: add missing kernel-doc for do_not_encrypt
2008-07-29 Johannes Bergmac80211: partially fix skb->cb use
2008-07-15 Patrick McHardyvlan: Don't store VLAN tag in cb
2008-07-09 David S. Millernet: Delete NETDEVICES_MULTIQUEUE kconfig option.
2008-06-19 Ben Hutchingsnet: Discard and warn about LRO'd skbs received for...
2008-04-21 Randy Dunlapskbuff: fix missing kernel-doc notation
2008-04-20 Randy Dunlapskbuff: fix missing kernel-doc notation
2008-04-14 Gerrit Renker[SKB]: __skb_queue_tail = __skb_insert before
2008-04-14 Gerrit Renker[SKB]: __skb_append = __skb_queue_after
2008-04-14 Gerrit Renker[SKB]: __skb_queue_after(prev) = __skb_insert(prev...
2008-04-14 Gerrit Renker[SKB]: __skb_dequeue = skb_peek + __skb_unlink
2008-04-03 YOSHIFUJI Hideaki[IPV6] NDISC: Don't rely on node-type hint from L2...
2008-04-03 Templin, Fred L[IPV6] SIT: Add PRL management for ISATAP.
2008-03-28 Ilpo Järvinen[NET]: uninline skb_trim, de-bloats
2008-03-28 Ilpo Järvinen[NET]: uninline skb_push, de-bloats a lot
2008-03-28 Ilpo Järvinen[NET]: uninline dev_alloc_skb, de-bloats a lot
2008-03-28 Ilpo Järvinen[NET]: uninline skb_pull, de-bloats a lot
2008-03-28 Ilpo Järvinen[NET]: uninline skb_put, de-bloats a lot
2008-03-06 Eric Dumazet[IPV4]: Add 'rtable' field in struct sk_buff to alias...
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
next