aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2020-10-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intel-x86Bruce Ashfield
2020-10-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intel-x86Bruce Ashfield
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin
2020-09-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2019-10-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intel-x86Bruce Ashfield
2019-09-19net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani
2019-07-27Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intel-x86Bruce Ashfield
2019-07-14bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend
2019-05-08Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-08Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-04-27net: Fix missing meta data in skb with vlan packetYuya Kusakabe
2019-04-17net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-01-26net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes
2018-12-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata
2018-11-28net/core: protect users of napi_alloc_cache against reentranceSebastian Andrzej Siewior
2018-11-28net: Another local_irq_disable/kmalloc headacheThomas Gleixner
2018-10-20net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis
2018-10-10net: make skb_partial_csum_set() more robust against overflowsEric Dumazet
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-08-10net: Export skb_headers_offset_updateToshiaki Makita
2018-08-05net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2018-08-02net: Fix coding style in skb_push()Ganesh Goudar
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-21net: skb_segment() should not return NULLEric Dumazet
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio
2018-07-16net: Add decrypted field to skbBoris Pismenny
2018-07-13skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-07-04net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko
2018-06-28skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin
2018-04-26udp: add udp gsoWillem de Bruijn
2018-04-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2018-04-07net: initialize skb->peeked when cloningEric Dumazet
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita
2018-03-25net: permit skb_segment on head_frag frag_list skbYonghong Song
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller