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