summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2013-09-041-1/+1
* net: fix comment typo for __skb_alloc_pages()Florian Fainelli2013-09-031-2/+2
* net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-071-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-1/+1
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-011-1/+1
* | net: add a temporary sanity check in skb_orphan()Eric Dumazet2013-08-011-0/+2
* | net: skb_orphan() changesEric Dumazet2013-07-311-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-0/+1
|\
| * gre: fix a possible skb leakEric Dumazet2013-06-251-0/+1
* | dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-271-0/+1
* | net: remove last caller of skb_tail_offset() and itselfCong Wang2013-06-101-8/+0
* | net: add low latency socket pollEliezer Tamir2013-06-101-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-051-0/+15
|\ \ | |/
| * udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-05-311-0/+15
* | net: clean up skb headers codeCong Wang2013-05-311-2/+2
* | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-281-0/+9
* | MPLS: Add limited GSO supportSimon Horman2013-05-271-0/+4
* | net: Use 16bits for *_headers fields of struct skbuffSimon Horman2013-05-271-113/+6
|/
* 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
OpenPOWER on IntegriCloud