aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel1-0/+1
2013-06-25gre: fix a possible skb leakEric Dumazet1-0/+1
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang1-8/+0
2013-06-10net: add low latency socket pollEliezer Tamir1-2/+6
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2013-05-31udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-0/+15
2013-05-31net: clean up skb headers codeCong Wang1-2/+2
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman1-0/+9
2013-05-27MPLS: Add limited GSO supportSimon Horman1-0/+4
2013-05-27net: Use 16bits for *_headers fields of struct skbuffSimon Horman1-113/+6
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy1-0/+6
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-0/+2
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+4
2013-04-02net: add skb_dst_set_noref_forceJulian Anastasov1-1/+34
2013-03-27net: fix compile error of implicit declaration of skb_probe_transport_headerYing Xue1-13/+13
2013-03-27net: core: introduce skb_probe_transport_header()Jason Wang1-0/+14
2013-03-25netfilter: reset nf_trace in nf_resetGao feng1-0/+3
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann1-0/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2013-03-14skb: Propagate pfmemalloc on skb from head page onlyPavel Emelyanov1-2/+4
2013-03-14tcp: fix skb_availroom()Eric Dumazet1-2/+5
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-0/+2
2013-03-09tunneling: Capture inner mac header during encapsulation.Pravin B Shelar1-0/+34
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-0/+17
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-0/+10
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-8/+9
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck1-0/+4
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-0/+19
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet1-0/+10
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-1/+94
2012-11-02skb: api to report errors for zero copy skbsMichael S. Tsirkin1-0/+1
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin1-1/+3
2012-10-31net: compute skb->rxhash if nic hash may be 3-tupleWillem de Bruijn1-1/+1
2012-10-07net: remove skb recyclingEric Dumazet1-24/+0
2012-08-04net: skb_share_check() should use consume_skb()Eric Dumazet1-3/+6
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-0/+55
2012-07-31netvm: propagate page->pfmemalloc to skbMel Gorman1-0/+11
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-2/+12
2012-07-22skbuff: add an api to orphan fragsMichael S. Tsirkin1-0/+16
2012-06-15net: remove skb_orphan_try()Eric Dumazet1-5/+2
2012-05-29skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau1-2/+0
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet1-0/+5
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-24/+18
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-1/+11
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-0/+14
2012-05-01net: fix two typos in skbuff.hEric Dumazet1-2/+2
2012-05-01net: skb_peek()/skb_peek_tail() cleanupsEric Dumazet1-8/+12