aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-25net: fix crash in build_skb()Gravatar Eric Dumazet 1-9/+22
2015-04-22net: do not deplete pfmemalloc reserveGravatar Eric Dumazet 1-2/+7
2015-04-16skbuff: Do not scrub skb mark within the same name spaceGravatar Herbert Xu 1-3/+6
2015-04-16Revert "net: Reset secmark when scrubbing packet"Gravatar Herbert Xu 1-1/+0
2015-04-07net: remove extra newlinesGravatar Sheng Yong 1-1/+0
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+7
2015-03-12sock: fix possible NULL sk dereference in __skb_tstamp_txGravatar Willem de Bruijn 1-2/+6
2015-03-11xps: must clear sender_cpu before forwardingGravatar Eric Dumazet 1-1/+1
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Gravatar Eric Dumazet 1-44/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+3
2015-02-22net: Remove state argument from skb_find_text()Gravatar Bojan Prtvar 1-5/+4
2015-02-20sock: sock_dequeue_err_skb() needs hard irq safetyGravatar Eric Dumazet 1-2/+3
2015-02-04xps: fix xps for stacked devicesGravatar Eric Dumazet 1-0/+4
2015-02-02net-timestamp: no-payload only sysctlGravatar Willem de Bruijn 1-1/+20
2015-02-02net-timestamp: no-payload optionGravatar Willem de Bruijn 1-5/+14
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereGravatar Jiri Pirko 1-4/+4
2015-01-02net: skbuff: don't zero tc members when freeing skbGravatar Florian Westphal 1-7/+0
2014-12-24net: Reset secmark when scrubbing packetGravatar Thomas Graf 1-0/+1
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbGravatar Alexander Duyck 1-7/+67
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragGravatar Alexander Duyck 1-40/+77
2014-12-09net: avoid two atomic operations in fast clonesGravatar Eric Dumazet 1-17/+18
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-17/+6
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Gravatar Eric Dumazet 1-17/+6
2014-11-21net: move vlan pop/push functions into common codeGravatar Jiri Pirko 1-0/+95
2014-11-21net: move make_writable helper into common codeGravatar Jiri Pirko 1-0/+12
2014-11-05udp: Changes to udp_offload to support remote checksum offloadGravatar Tom Herbert 1-2/+2
2014-10-29net: skb_segment() should preserve backpressureGravatar Toshiaki Makita 1-0/+10
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsGravatar Florian Westphal 1-3/+10
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2014-10-10net: fix races in page->_count manipulationGravatar Eric Dumazet 1-7/+18
2014-10-09net: Missing @ before descriptions cause make xmldocs warningGravatar Masanari Iida 1-5/+5
2014-10-06net: skb_segment() provides list head and tailGravatar Eric Dumazet 1-0/+5
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-1/+1
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEGravatar Vijay Subramanian 1-4/+4
2014-10-03net: do not export skb_gro_receive()Gravatar Eric Dumazet 1-1/+0
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Gravatar Pablo Neira Ayuso 1-1/+1
2014-10-01net: avoid one atomic operation in skb_clone()Gravatar Eric Dumazet 1-6/+17
2014-10-01net: cleanup and document skb fclone layoutGravatar Eric Dumazet 1-21/+20
2014-09-29gro: fix aggregation for skb using frag_listGravatar Eric Dumazet 1-0/+3
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Gravatar Eric Dumazet 1-39/+41
2014-09-26net : optimize skb_release_data()Gravatar Eric Dumazet 1-21/+22
2014-09-26net: introduce __skb_header_release()Gravatar Eric Dumazet 1-2/+2
2014-09-19net: add alloc_skb_with_frags() helperGravatar Eric Dumazet 1-0/+78
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Gravatar Eric Dumazet 1-1/+2
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathGravatar Alexander Duyck 1-0/+5
2014-09-12skb: Add documentation for skb_clone_skGravatar Alexander Duyck 1-0/+13
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingGravatar Alexander Duyck 1-7/+25
2014-09-05net-timestamp: Merge shared code between phy and regular timestampingGravatar Alexander Duyck 1-23/+42