summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2016-02-25net: fix bridge multicast packet checksum validationLinus Lüssing
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry
2015-12-17net: check both type and procotol for tcp socketsWANG Cong
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-11net: don't wait for order-3 page allocationShaohua Li
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa
2015-05-13net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing
2015-04-25net: fix crash in build_skb()Eric Dumazet
2015-04-22net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-16skbuff: Do not scrub skb mark within the same name spaceHerbert Xu
2015-04-16Revert "net: Reset secmark when scrubbing packet"Herbert Xu
2015-04-07net: remove extra newlinesSheng Yong
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-12sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar
2015-02-20sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet
2015-02-04xps: fix xps for stacked devicesEric Dumazet
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn
2015-02-02net-timestamp: no-payload optionWillem de Bruijn
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-02net: skbuff: don't zero tc members when freeing skbFlorian Westphal
2014-12-24net: Reset secmark when scrubbing packetThomas Graf
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck