summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
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-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2020-05-10net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-08net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis
2019-02-08net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2019-02-08net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2019-01-26net: speed up skb_rbtree_purge()Eric Dumazet
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang
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-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-07-27net_sched: fix mirrored packets checksumWANG Cong
2016-05-18vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann
2016-05-18net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-04-20net: fix bridge multicast packet checksum validationLinus Lüssing
2016-03-03net:Add sysctl_max_skb_fragsHans Westgaard Ry
2015-12-17net: check both type and procotol for tcp socketsWANG Cong
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-11net: don't wait for order-3 page allocationShaohua Li
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa
2015-05-13net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing