aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAge
* net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_headerHerbert Xu2008-08-15
* mac80211: partially fix skb->cb useJohannes Berg2008-07-29
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
* net: make __skb_splice_bits staticHarvey Harrison2008-07-16
* net: refactor tcp splice receive path to improve readabilityOctavian Purdila2008-07-15
* vlan: Don't store VLAN tag in cbPatrick McHardy2008-07-15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-28
|\
| * tcp: fix for splice receive when used with software LROOctavian Purdila2008-06-27
* | net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings2008-06-19
* | net: remove CVS keywordsAdrian Bunk2008-06-12
|/
* tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.Octavian Purdila2008-06-04
* net: Fix useless comment reference loop.Johannes Berg2008-05-03
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-14
|\
| * [NET]: Fix kernel-doc for skb_segmentBen Hutchings2008-04-14
* | [SKB]: __skb_append = __skb_queue_after Gerrit Renker2008-04-14
* | [NET]: Fix dev_alloc_skb() typo.David S. Miller2008-03-28
* | [NET]: Add inline intent commentary to dev_alloc_skb().Denys Vlasenko2008-03-28
* | [NET]: uninline skb_trim, de-bloatsIlpo Järvinen2008-03-27
* | [NET]: uninline skb_push, de-bloats a lotIlpo Järvinen2008-03-27
* | [NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen2008-03-27
* | [NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen2008-03-27
* | [NET]: uninline skb_put, de-bloats a lotIlpo Järvinen2008-03-27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-15
|\
| * [NET]: Fix comment for skb_pull_rcsumUrs Thuermann2008-02-13
* | docbook: make a networking book and fix a few errorsRandy Dunlap2008-02-13
|/
* virtio: Implement skb_partial_csum_set, for setting partial csums on untruste...Rusty Russell2008-02-04
* [TCP]: Splice receive support.Jens Axboe2008-01-28
* [NET]: Clone the sk_buff 'iif' field in __skb_clone()Paul Moore2008-01-09
* [SKBUFF]: Free old skb properly in skb_morphHerbert Xu2007-11-26
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-02
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-31
* [NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim2007-10-26
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-24
* Update net/ to use sg helpersJens Axboe2007-10-22
* [NET]: Fix csum_start update in pskb_expand_headHerbert Xu2007-10-15
* [SKBUFF]: Add skb_morphHerbert Xu2007-10-15
* [SKBUFF]: Merge common code between copy_skb_header and skb_cloneHerbert Xu2007-10-15
* [SKBUFF]: Fix up csum_start when head room changesHerbert Xu2007-10-10
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-11
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-11
* [SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy2007-07-11
* [NET] skbuff: remove export of static symbolJohannes Berg2007-07-05
* [NET]: Make skb_seq_read unmap the last fragmentOlaf Kirch2007-06-24
* [SKBUFF]: Fix incorrect config #ifdef around skb_copy_secmarkPatrick McHardy2007-06-24
* [NET]: Fix net/core/skbuff.c gcc-3.2.3 compilation errorMikael Pettersson2007-05-19
* [NET]: Revert sk_buff walker cleanups.David S. Miller2007-04-27
* [NET]: Clean up sk_buff walkers.Jean Delvare2007-04-26
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-26
* [NET] skbuff: skb_store_bits const is backwardsStephen Hemminger2007-04-26