summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* gre: fix a possible skb leakEric Dumazet2013-06-251-0/+1
* udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-05-311-0/+15
* net: add function to allocate sk_buff head without data areaPatrick McHardy2013-04-191-0/+6
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-0/+7
|\
| * netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-04-051-0/+4
| * netfilter: reset nf_trace in nf_resetGao feng2013-03-251-0/+3
* | net: add skb_dst_set_noref_forceJulian Anastasov2013-04-021-1/+34
* | net: fix compile error of implicit declaration of skb_probe_transport_headerYing Xue2013-03-271-13/+13
* | net: core: introduce skb_probe_transport_header()Jason Wang2013-03-271-0/+14
* | net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann2013-03-201-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-4/+9
|\|
| * skb: Propagate pfmemalloc on skb from head page onlyPavel Emelyanov2013-03-141-2/+4
| * tcp: fix skb_availroom()Eric Dumazet2013-03-141-2/+5
* | tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-091-0/+2
* | tunneling: Capture inner mac header during encapsulation.Pravin B Shelar2013-03-091-0/+34
|/
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-0/+17
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-0/+10
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-8/+9
* skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck2013-02-081-0/+4
* net: fix possible wrong checksum generationEric Dumazet2013-01-281-0/+19
* net: introduce skb_transport_header_was_set()Eric Dumazet2013-01-081-0/+10
* net: Add support for hardware-offloaded encapsulationJoseph Gasparakis2012-12-091-1/+94
* skb: api to report errors for zero copy skbsMichael S. Tsirkin2012-11-021-0/+1
* skb: report completion status for zero copy skbsMichael S. Tsirkin2012-11-021-1/+3
* net: compute skb->rxhash if nic hash may be 3-tupleWillem de Bruijn2012-10-311-1/+1
* net: remove skb recyclingEric Dumazet2012-10-071-24/+0
* net: skb_share_check() should use consume_skb()Eric Dumazet2012-08-041-3/+6
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-07-311-0/+55
* netvm: propagate page->pfmemalloc to skbMel Gorman2012-07-311-0/+11
* netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-311-2/+12
* skbuff: add an api to orphan fragsMichael S. Tsirkin2012-07-221-0/+16
* net: remove skb_orphan_try()Eric Dumazet2012-06-151-5/+2
* skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau2012-05-291-2/+0
* net: introduce skb_try_coalesce()Eric Dumazet2012-05-191-0/+5
* net: introduce netdev_alloc_frag()Eric Dumazet2012-05-181-24/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-2/+2
|\
| * net: fix two typos in skbuff.hEric Dumazet2012-05-011-2/+2
* | skb: Add inline helper for getting the skb end offset from headAlexander Duyck2012-05-061-1/+11
* | skb: Add skb_head_is_locked helper functionAlexander Duyck2012-05-031-0/+14
* | net: skb_peek()/skb_peek_tail() cleanupsEric Dumazet2012-05-011-8/+12
* | net: make GRO aware of skb->head_fragEric Dumazet2012-04-301-0/+1
* | net: allow skb->head to be a page fragmentEric Dumazet2012-04-301-2/+3
* | net: skb_can_coalesce returns a booleanEric Dumazet2012-04-241-3/+3
* | nf_bridge: remove holes in struct nf_bridge_infoEric Dumazet2012-04-191-5/+5
|/
* skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin2012-04-131-3/+4
* tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2012-04-111-0/+13
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-271-1/+1
|\ \