aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: Copy ndisc_nodetype from original skb in skb_cloneSubash Abhinov Kasiviswanathan2018-12-071-0/+4
* Merge android-3.18.119 (0462616) into msm-3.18Nageswara Reddy Karnati2018-09-051-0/+1
|\
| * skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-281-2/+1
| * net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-281-0/+2
* | Merge 'android-3.18.113' (f6efdb0) into 'msm-3.18'Chetan C R2018-07-031-2/+8
|\|
| * 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
* | Merge 'android-3.18.105' (20653d9) into 'msm-3.18'Chetan C R2018-04-181-24/+43
|\|
| * 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-04-081-1/+1
* | Merge google common 'android-3.18' into 'msm-3.18'Kishor PK2018-01-091-0/+1
|\|
| * netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
* | Merge tag 'google-common-android-3.18' into 'msm-3.18'Imran Khan2017-08-111-14/+16
|\|
| * net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-04-181-7/+8
| * net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-04-181-7/+8
* | Merge tag 'lsk-v3.18-17.03-android' into 'msm-3.18'Imran Khan2017-05-031-0/+2
|\|
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2017-02-081-0/+2
* | Merge tag 'lsk-v3.18-16.04-android' into 'msm-3.18'Imran Khan2016-06-091-6/+9
|\|
| * net: check both type and procotol for tcp socketsWANG Cong2016-01-221-1/+2
| * skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2016-01-151-1/+1
| * vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2016-01-151-1/+2
| * skbuff: Fix skb checksum partial check.Pravin B Shelar2015-11-131-4/+5
* | skbuff: support disabling of skb fragment cacheLiam Mark2016-01-151-0/+17
* | Merge "net: support __alloc_skb to always use GFP_DMA"Linux Build Service Account2015-08-301-0/+3
|\ \
| * | net: support __alloc_skb to always use GFP_DMALiam Mark2015-08-281-0/+3
| |/
* / net: support __netdev_alloc_frag to always use GFP_DMALiam Mark2015-08-281-0/+3
|/
* net: don't wait for order-3 page allocationShaohua Li2015-07-051-1/+1
* net: fix crash in build_skb()Eric Dumazet2015-05-111-9/+22
* net: do not deplete pfmemalloc reserveEric Dumazet2015-05-111-2/+7
* skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-271-3/+6
* Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-271-1/+0
* sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet2015-03-141-2/+3
* net: Reset secmark when scrubbing packetThomas Graf2015-01-271-0/+1
* net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-211-17/+6
* net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-201-3/+10
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | net: fix races in page->_count manipulationEric Dumazet2014-10-101-7/+18
* | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-091-5/+5
* | net: skb_segment() provides list head and tailEric Dumazet2014-10-061-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-051-1/+1
|\ \
| * | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
* | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-041-4/+4
* | | net: do not export skb_gro_receive()Eric Dumazet2014-10-031-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-0/+3
|\ \ \
| * | | gro: fix aggregation for skb using frag_listEric Dumazet2014-09-291-0/+3
* | | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-011-6/+17
* | | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-21/+20
| |/ / |/| |
* | | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-291-39/+41