summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller2013-11-161-18/+21
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-32/+0Star
* net: skbuff - kernel-doc fixesMathias Krause2013-11-081-1/+1
* net: move pskb_put() to core codeMathias Krause2013-11-081-0/+1
* net: introduce skb_coalesce_rx_frag()Jason Wang2013-11-051-0/+3
* net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-041-3/+10
* ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-221-2/+4
* ipip: add GSO/TSO supportEric Dumazet2013-10-201-2/+4
* ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-201-2/+5
* net: refactor sk_page_frag_refill()Eric Dumazet2013-10-181-0/+2
* include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path()Denis Kirjanov2013-10-021-5/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-1/+1
|\
| * skbuff: size of hole is wrong in a commentNicolas Dichtel2013-10-011-1/+1
* | net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet2013-10-011-0/+1
* | net.h/skbuff.h: Remove extern from function prototypesJoe Perches2013-09-261-139/+111Star
|/
* 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-041-2/+2
* net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-081-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-1/+1
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-021-1/+1
* | net: add a temporary sanity check in skb_orphan()Eric Dumazet2013-08-011-0/+2
* | net: skb_orphan() changesEric Dumazet2013-08-011-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-261-0/+1
* | dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-281-0/+1
* | net: remove last caller of skb_tail_offset() and itselfCong Wang2013-06-111-8/+0Star
* | net: add low latency socket pollEliezer Tamir2013-06-111-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-061-0/+15
|\|
| * udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-06-011-0/+15
* | net: clean up skb headers codeCong Wang2013-06-011-2/+2
* | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-291-0/+9
* | MPLS: Add limited GSO supportSimon Horman2013-05-281-0/+4
* | net: Use 16bits for *_headers fields of struct skbuffSimon Horman2013-05-281-113/+6Star
|/
* 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-081-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-281-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