summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-02net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+2
2016-01-05skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-05vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-10-28skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-07-30net: don't wait for order-3 page allocationShaohua Li1-1/+3
2015-04-30net: fix crash in build_skb()Eric Dumazet1-9/+22
2015-04-30net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-01-26net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2014-10-17net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-0/+53
2014-08-19net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-07-29net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao1-1/+2
2014-06-23skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2014-06-23skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2014-06-23skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin1-28/+27
2014-06-23skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin1-7/+7
2014-06-23skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin1-9/+9
2014-05-29net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-02-26net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+25
2014-02-14fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-01-16net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-12-08gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-3/+0
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-7/+12
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-25net: fix comment above build_skb()Florian Fainelli1-1/+2
2013-07-13net: access page->private by using page_privateSunghan Suh1-3/+3
2013-07-04core: Copy inner_protocol in copy_skb_header()Joe Stringer1-0/+1
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+12
2013-06-28dev: introduce skb_scrub_packet()Nicolas Dichtel1-0/+23
2013-06-26gre: fix a possible skb leakEric Dumazet1-8/+12
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho1-1/+6
2013-06-11net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)1-13/+2
2013-06-11net: add low latency socket pollEliezer Tamir1-0/+4
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-06-05net: fix sk_buff head without data areaPablo Neira1-2/+2
2013-06-01net: clean up skb headers codeCong Wang1-11/+5
2013-05-29net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller1-5/+5
2013-05-23net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman1-1/+2
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn1-6/+6
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy1-1/+29
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-0/+1
2013-03-27net: core: let skb_partial_csum_set() set transport headerJason Wang1-0/+1
2013-03-10tunneling: Capture inner mac header during encapsulation.Pravin B Shelar1-0/+2
2013-03-10net: Add skb_headers_offset_update helper function.Pravin B Shelar1-20/+14
2013-03-10net: Kill link between CSUM and SG features.Pravin B Shelar1-0/+13
2013-02-21net: fix a wrong assignment in skb_split()Amerigo Wang1-1/+1
2013-02-16v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-1/+5
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-3/+2
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-12skbuff: create skb_panic() function and its wrappersJean Sacren1-29/+19