aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-20net: remove a dubious unlikely() clauseEric Dumazet1-1/+1
2016-03-13net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer1-2/+2
2016-03-09net: Walk fragments in __skb_splice_bitsTom Herbert1-23/+16
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+20
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-02-25net: fix bridge multicast packet checksum validationLinus Lüssing1-2/+20
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann1-3/+1
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer1-2/+6
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer1-6/+77
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck1-2/+1
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck1-0/+5
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck1-4/+6
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck1-7/+9
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+2
2015-12-17net: check both type and procotol for tcp socketsWANG Cong1-1/+2
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
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