aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAge
* net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller2013-11-15
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-11
* net: skbuff - kernel-doc fixesMathias Krause2013-11-07
* net: move pskb_put() to core codeMathias Krause2013-11-07
* net: introduce skb_coalesce_rx_frag()Jason Wang2013-11-04
* net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-03
* ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-21
* ipip: add GSO/TSO supportEric Dumazet2013-10-19
* ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-19
* net: refactor sk_page_frag_refill()Eric Dumazet2013-10-18
* include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path()Denis Kirjanov2013-10-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-01
|\
| * skbuff: size of hole is wrong in a commentNicolas Dichtel2013-10-01
* | net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet2013-10-01
* | net.h/skbuff.h: Remove extern from function prototypesJoe Perches2013-09-26
|/
* skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2013-09-04
* net: fix comment typo for __skb_alloc_pages()Florian Fainelli2013-09-03
* net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-04
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-01
* | net: add a temporary sanity check in skb_orphan()Eric Dumazet2013-08-01
* | net: skb_orphan() changesEric Dumazet2013-07-31
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-03
|\
| * gre: fix a possible skb leakEric Dumazet2013-06-25
* | dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-28
* | net: remove last caller of skb_tail_offset() and itselfCong Wang2013-06-11
* | net: add low latency socket pollEliezer Tamir2013-06-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-05
|\|
| * udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-05-31
* | net: clean up skb headers codeCong Wang2013-05-31
* | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-29
* | MPLS: Add limited GSO supportSimon Horman2013-05-28
* | net: Use 16bits for *_headers fields of struct skbuffSimon Horman2013-05-28
|/
* net: add function to allocate sk_buff head without data areaPatrick McHardy2013-04-19
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-07
|\
| * netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-04-05
| * netfilter: reset nf_trace in nf_resetGao feng2013-03-25
* | net: add skb_dst_set_noref_forceJulian Anastasov2013-04-01
* | net: fix compile error of implicit declaration of skb_probe_transport_headerYing Xue2013-03-27
* | net: core: introduce skb_probe_transport_header()Jason Wang2013-03-27
* | net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann2013-03-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-20
|\|
| * skb: Propagate pfmemalloc on skb from head page onlyPavel Emelyanov2013-03-14
| * tcp: fix skb_availroom()Eric Dumazet2013-03-14
* | tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-09
* | tunneling: Capture inner mac header during encapsulation.Pravin B Shelar2013-03-09
|/
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-15
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-15
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-13