net: reduce structures when XFRM=n
[safe/jmp/linux-2.6] / net / core / skbuff.c
2008-10-28 Alexey Dobriyannet: reduce structures when XFRM=n
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-10-07 Peter Zijlstranet: packet split receive api
2008-10-01 Herbert Xunet: BUG instead of corrupting memory in pskb_expand_head
2008-10-01 Lennert Buytenheknet: add skb_recycle_check() to enable netdriver skb...
2008-08-16 Herbert Xunet: Preserve netfilter attributes in skb_gso_segment...
2008-07-29 Johannes Bergmac80211: partially fix skb->cb use
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-17 Harvey Harrisonnet: make __skb_splice_bits static
2008-07-15 Octavian Purdilanet: refactor tcp splice receive path to improve readab...
2008-07-15 Patrick McHardyvlan: Don't store VLAN tag in cb
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-28 Octavian Purdilatcp: fix for splice receive when used with software LRO
2008-06-19 Ben Hutchingsnet: Discard and warn about LRO'd skbs received for...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-04 Octavian Purdilatcp: Fix for race due to temporary drop of the socket...
2008-05-04 Johannes Bergnet: Fix useless comment reference loop.
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-14 Gerrit Renker[SKB]: __skb_append = __skb_queue_after
2008-04-14 Ben Hutchings[NET]: Fix kernel-doc for skb_segment
2008-03-29 David S. Miller[NET]: Fix dev_alloc_skb() typo.
2008-03-28 Denys Vlasenko[NET]: Add inline intent commentary to dev_alloc_skb().
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-02-15 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-02-14 Randy Dunlapdocbook: make a networking book and fix a few errors
2008-02-13 Urs Thuermann[NET]: Fix comment for skb_pull_rcsum
2008-02-04 Rusty Russellvirtio: Implement skb_partial_csum_set, for setting...
2008-01-28 Jens Axboe[TCP]: Splice receive support.
2008-01-09 Paul Moore[NET]: Clone the sk_buff 'iif' field in __skb_clone()
2007-11-26 Herbert Xu[SKBUFF]: Free old skb properly in skb_morph
2007-11-02 Jens Axboe[SG] Get rid of __sg_mark_end()
2007-10-31 David S. Miller[NET]: Fix incorrect sg_mark_end() calls.
2007-10-26 Jamal Hadi Salim[NET_CLS_ACT]: Use skb_act_clone
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-22 Jens AxboeUpdate net/ to use sg helpers
2007-10-15 Herbert Xu[NET]: Fix csum_start update in pskb_expand_head
2007-10-15 Herbert Xu[SKBUFF]: Add skb_morph
2007-10-15 Herbert Xu[SKBUFF]: Merge common code between copy_skb_header...
2007-10-10 Herbert Xu[SKBUFF]: Fix up csum_start when head room changes
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
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-07-06 Johannes Berg[NET] skbuff: remove export of static symbol
2007-06-24 Olaf Kirch[NET]: Make skb_seq_read unmap the last fragment
2007-06-24 Patrick McHardy[SKBUFF]: Fix incorrect config #ifdef around skb_copy_s...
2007-05-19 Mikael Pettersson[NET]: Fix net/core/skbuff.c gcc-3.2.3 compilation...
2007-04-27 David S. Miller[NET]: Revert sk_buff walker cleanups.
2007-04-26 Jean Delvare[NET]: Clean up sk_buff walkers.
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Stephen Hemminger[NET] skbuff: skb_store_bits const is backwards
2007-04-26 Patrick McHardy[SK_BUFF]: Fix missing offset adjustment in skb_copy_expand
2007-04-26 Herbert Xu[NET]: Use csum_start offset instead of skb_transport_h...
2007-04-26 Patrick McHardy[SK_BUFF]: Fix missing offset adjustment in pskb_expand...
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 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]: Adjust the zeroing up to tail in __alloc_skb too
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 Arnaldo Carvalho... [SK_BUFF]: Some more layer header conversions
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: add __nf_copy() to copy...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
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
2007-03-16 Alexey Dobriyan[NET]: Copy mac_len in skb_clone() as well
2007-02-28 Patrick McHardy[NET]: Fix kfree(skb)
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-11 YOSHIFUJI Hideaki[NET] CORE: Fix whitespace errors.
2007-02-07 Greg Kroah-HartmanNetwork: convert network devices to use struct device...
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] severing skbuff.h -> highmem.h
2006-12-03 Al Viro[NET]: Split skb->csum
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 the reset of checksum.h...
2006-12-03 Al Viro[NET]: Annotate callers of csum_partial_copy_...()...
2006-12-03 Al Viro[NET]: Annotate csum_partial() callers in net/*
2006-12-03 Al Viro[NET]: Annotate callers of csum_fold() in net/*
2006-12-03 Thomas Graf[NET]: Turn nfmark into generic mark
2006-11-07 Herbert Xu[NET]: Set truesize in pskb_copy
2006-10-30 Herbert Xu[NET]: Fix segmentation of linear packets
2006-10-04 Christoph Hellwig[PATCH] slab: clean up leak tracking ifdefs a little bit
2006-09-22 Alexey Dobriyan[NET]: Use SLAB_PANIC
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-08-07 Christoph Hellwig[NET]: Assign skb->dev in netdev_alloc_skb
2006-08-02 Adrian Bunk[NET]: skb_queue_lock_key() is no longer used.
2006-08-02 Christoph Hellwig[NET]: Add netdev_alloc_skb().
next