summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c (follow)
Commit message (Expand)AuthorAge
* skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-30
* net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-23
* net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2021-01-17
* net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-09-03
* net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2020-05-10
* net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-23
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2019-02-08
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2019-02-08
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2019-02-08
* net: speed up skb_rbtree_purge()Eric Dumazet2019-01-26
* tcp: use an RB tree for ooo receive queueYaogong Wang2018-10-13
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-25
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-25
* net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-05-30
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-05-30
* net: initialize skb->peeked when cloningEric Dumazet2018-05-16
* skbuff: only inherit relevant tx_flagsWillem de Bruijn2018-04-13
* skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2018-04-13
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-31
* sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2018-01-02
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-24
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-22
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-22
* net_sched: fix mirrored packets checksumWANG Cong2016-07-27
* vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-05-18
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-05-18
* net: fix bridge multicast packet checksum validationLinus Lüssing2016-04-20
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-03
* net: check both type and procotol for tcp socketsWANG Cong2015-12-17
* skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-15
* vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-17
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-27
|\
| * mm: make page pfmemalloc check more robustMichal Hocko2015-08-21
* | net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida2015-08-25
|/
* net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-13
|\
| * net: don't wait for order-3 page allocationShaohua Li2015-06-11
* | net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-25
* | net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-25
* | net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-25
* | net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck2015-05-13
* | net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck2015-05-12
* | mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-12
* | net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck2015-05-12
* | net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck2015-05-12
* | net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-04
* | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-04
|/
* net: fix crash in build_skb()Eric Dumazet2015-04-25