aboutsummaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2014-01-15ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-09-30skbuff: size of hole is wrong in a commentNicolas Dichtel
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-03net: fix comment typo for __skb_alloc_pages()Florian Fainelli
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang
2013-08-01net: add a temporary sanity check in skb_orphan()Eric Dumazet
2013-07-31net: skb_orphan() changesEric Dumazet
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel
2013-06-25gre: fix a possible skb leakEric Dumazet
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang
2013-06-10net: add low latency socket pollEliezer Tamir
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-31udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar
2013-05-31net: clean up skb headers codeCong Wang
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman
2013-05-27MPLS: Add limited GSO supportSimon Horman
2013-05-27net: Use 16bits for *_headers fields of struct skbuffSimon Horman
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-04-02net: add skb_dst_set_noref_forceJulian Anastasov
2013-03-27net: fix compile error of implicit declaration of skb_probe_transport_headerYing Xue
2013-03-27net: core: introduce skb_probe_transport_header()Jason Wang
2013-03-25netfilter: reset nf_trace in nf_resetGao feng
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-14skb: Propagate pfmemalloc on skb from head page onlyPavel Emelyanov
2013-03-14tcp: fix skb_availroom()Eric Dumazet
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar
2013-03-09tunneling: Capture inner mac header during encapsulation.Pravin B Shelar
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-11-02skb: api to report errors for zero copy skbsMichael S. Tsirkin
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin
2012-10-31net: compute skb->rxhash if nic hash may be 3-tupleWillem de Bruijn
2012-10-07net: remove skb recyclingEric Dumazet
2012-08-04net: skb_share_check() should use consume_skb()Eric Dumazet
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-07-31netvm: propagate page->pfmemalloc to skbMel Gorman
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman