summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-09-031-2/+2
* net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2020-05-101-6/+4
* net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-231-0/+4
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2019-02-081-2/+3
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2019-02-081-0/+14
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2019-02-081-1/+5
* net: speed up skb_rbtree_purge()Eric Dumazet2019-01-261-4/+7
* tcp: use an RB tree for ooo receive queueYaogong Wang2018-10-131-0/+19
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-251-2/+1
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-251-0/+2
* net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-05-301-2/+4
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-05-301-2/+5
* net: initialize skb->peeked when cloningEric Dumazet2018-05-161-0/+1
* skbuff: only inherit relevant tx_flagsWillem de Bruijn2018-04-131-4/+6
* skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2018-04-131-23/+42
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-311-1/+1
* sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2018-01-021-1/+5
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-221-7/+8
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-221-7/+8
* net_sched: fix mirrored packets checksumWANG Cong2016-07-271-18/+0
* vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-05-181-2/+5
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-05-181-3/+1
* net: fix bridge multicast packet checksum validationLinus Lüssing2016-04-201-2/+20
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-031-0/+2
* net: check both type and procotol for tcp socketsWANG Cong2015-12-171-1/+2
* skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-151-1/+1
* vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-171-1/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-4/+4
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-291-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-1/+1
|\
| * mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-1/+1
* | net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida2015-08-251-2/+2
|/
* net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-131-19/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-131-1/+1
|\
| * net: don't wait for order-3 page allocationShaohua Li2015-06-111-1/+1
* | net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-251-0/+1
* | net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-17/+28
* | net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-251-0/+18
* | net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck2015-05-131-4/+16
* | net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck2015-05-121-4/+6
* | mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-121-94/+6
* | net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck2015-05-121-23/+32
* | net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck2015-05-121-62/+79
* | net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-041-1/+1
* | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-041-0/+87
|/
* net: fix crash in build_skb()Eric Dumazet2015-04-251-9/+22
* net: do not deplete pfmemalloc reserveEric Dumazet2015-04-221-2/+7
* skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-161-3/+6
* Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-161-1/+0