summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2022-09-05net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima
2022-07-07net: Rename and export copy_skb_headerIlya Lesokhin
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar
2021-03-07net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver
2021-01-30skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin
2021-01-23net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin
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-09-21net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata
2018-11-10net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis
2018-10-18net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2018-10-18net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2018-10-18net: speed up skb_rbtree_purge()Eric Dumazet
2018-07-28net: skb_segment() should not return NULLEric Dumazet
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-05-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita
2018-05-30net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-05-16net: initialize skb->peeked when cloningEric Dumazet
2018-04-13skbuff: only inherit relevant tx_flagsWillem de Bruijn
2018-04-13skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-01-02sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-05-03gso: Validate assumption of frag_list segementationIlan Tayari
2017-05-03net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-03-22net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-03-22net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani
2016-10-03skb_splice_bits(): get rid of callbackAl Viro
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-01net_sched: fix mirrored packets checksumWANG Cong
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner
2016-05-10skbuff: remove unused variable `doff'Sowmini Varadhan
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck