aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-06net: skb_segment() provides list head and tailEric Dumazet1-0/+5
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian1-4/+4
2014-10-03net: do not export skb_gro_receive()Eric Dumazet1-1/+0
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-1/+1
2014-10-01net: avoid one atomic operation in skb_clone()Eric Dumazet1-6/+17
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-21/+20
2014-09-29gro: fix aggregation for skb using frag_listEric Dumazet1-0/+3
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet1-39/+41
2014-09-26net : optimize skb_release_data()Eric Dumazet1-21/+22
2014-09-26net: introduce __skb_header_release()Eric Dumazet1-2/+2
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet1-0/+78
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet1-1/+2
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck1-0/+5
2014-09-12skb: Add documentation for skb_clone_skAlexander Duyck1-0/+13
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-7/+25
2014-09-05net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck1-23/+42