summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-05net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-07-07net: Rename and export copy_skb_headerIlya Lesokhin1-4/+5
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-03-07net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-01-30skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-23net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet1-2/+7
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-09-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2019-09-21net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani1-0/+19
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens1-13/+50
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+4
2018-11-10net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis1-2/+3
2018-10-18net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-10-18net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-10-18net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2018-07-28net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-05-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita1-2/+4
2018-05-30net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita1-2/+5
2018-05-16net: initialize skb->peeked when cloningEric Dumazet1-0/+1
2018-04-13skbuff: only inherit relevant tx_flagsWillem de Bruijn1-4/+6
2018-04-13skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld1-23/+42
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes1-1/+1
2018-01-02sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-05-03gso: Validate assumption of frag_list segementationIlan Tayari1-4/+14
2017-05-03net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-0/+1
2017-03-22net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-22net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-26/+2
2016-10-04net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani1-15/+22
2016-10-04skb_splice_bits(): get rid of callbackAl Viro1-26/+2
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani1-4/+2
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani1-6/+4
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani1-2/+5
2016-09-20gso: Support partial splitting at the frag_list pointerSteffen Klassert1-11/+40
2016-09-09tcp: use an RB tree for ooo receive queueYaogong Wang1-0/+19
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+0
2016-07-01net_sched: fix mirrored packets checksumWANG Cong1-18/+0
2016-06-04net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller1-0/+1
2016-06-04sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+3
2016-06-04skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-0/+31
2016-06-04sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner1-3/+7
2016-06-04skbuff: export skb_gro_receiveMarcelo Ricardo Leitner1-0/+1
2016-05-10skbuff: remove unused variable `doff'Sowmini Varadhan1-6/+0
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck1-3/+3