aboutsummaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2013-06-25gre: fix a possible skb leakEric Dumazet
2013-05-31udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar
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
2012-07-22skbuff: add an api to orphan fragsMichael S. Tsirkin
2012-06-15net: remove skb_orphan_try()Eric Dumazet
2012-05-29skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck
2012-05-01net: fix two typos in skbuff.hEric Dumazet
2012-05-01net: skb_peek()/skb_peek_tail() cleanupsEric Dumazet
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet
2012-04-19nf_bridge: remove holes in struct nf_bridge_infoEric Dumazet
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds