aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-4/+4
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida1-2/+2
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing1-19/+18
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-06-11net: don't wait for order-3 page allocationShaohua Li1-1/+1
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa1-0/+1
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa1-17/+28
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa1-0/+18
2015-05-13net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck1-4/+16
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck1-4/+6
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck1-94/+6
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck1-23/+32
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck1-62/+79
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing1-1/+1
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing1-0/+87
2015-04-25net: fix crash in build_skb()Eric Dumazet1-9/+22
2015-04-22net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-16skbuff: Do not scrub skb mark within the same name spaceHerbert Xu1-3/+6
2015-04-16Revert "net: Reset secmark when scrubbing packet"Herbert Xu1-1/+0
2015-04-07net: remove extra newlinesSheng Yong1-1/+0
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2015-03-12sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn1-2/+6
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet1-1/+1
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet1-44/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar1-5/+4
2015-02-20sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet1-2/+3
2015-02-04xps: fix xps for stacked devicesEric Dumazet1-0/+4
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn1-1/+20
2015-02-02net-timestamp: no-payload optionWillem de Bruijn1-5/+14
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2015-01-02net: skbuff: don't zero tc members when freeing skbFlorian Westphal1-7/+0
2014-12-24net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck1-7/+67
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck1-40/+77
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet1-17/+18
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+6
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet1-17/+6
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko1-0/+95
2014-11-21net: move make_writable helper into common codeJiri Pirko1-0/+12
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-2/+2
2014-10-29net: skb_segment() should preserve backpressureToshiaki Makita1-0/+10
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal1-3/+10
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-10net: fix races in page->_count manipulationEric Dumazet1-7/+18
2014-10-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida1-5/+5