summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
...
* | net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-111-0/+5
* | net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2016-02-111-4/+6
* | net: Move GSO csum into SKB_GSO_CBAlexander Duyck2016-02-111-7/+9
|/
* 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
* net: remove extra newlinesSheng Yong2015-04-071-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-3/+7
|\
| * sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn2015-03-121-2/+6
| * xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-1/+1
* | net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet2015-03-061-44/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-2/+3
|\|
| * sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet2015-02-201-2/+3
* | net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-221-5/+4
|/
* xps: fix xps for stacked devicesEric Dumazet2015-02-041-0/+4
* net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-021-1/+20
* net-timestamp: no-payload optionWillem de Bruijn2015-02-021-5/+14
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
* net: skbuff: don't zero tc members when freeing skbFlorian Westphal2015-01-021-7/+0
* net: Reset secmark when scrubbing packetThomas Graf2014-12-241-0/+1
* net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-101-7/+67
* net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-101-40/+77
* net: avoid two atomic operations in fast clonesEric Dumazet2014-12-091-17/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-17/+6
|\
| * net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-211-17/+6
* | net: move vlan pop/push functions into common codeJiri Pirko2014-11-211-0/+95
* | net: move make_writable helper into common codeJiri Pirko2014-11-211-0/+12
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-2/+2