summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: don't wait for order-3 page allocationShaohua Li2015-06-111-1/+1
* net: fix crash in build_skb()Eric Dumazet2015-04-251-9/+22
* net: do not deplete pfmemalloc reserveEric Dumazet2015-04-221-2/+7
* skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-161-3/+6
* Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-161-1/+0
* net: remove extra newlinesSheng Yong2015-04-071-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-3/+7
|\
| * sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn2015-03-121-2/+6
| * xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-1/+1
* | net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet2015-03-061-44/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-2/+3
|\ \ | |/
| * sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet2015-02-201-2/+3
* | net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-221-5/+4
|/
* xps: fix xps for stacked devicesEric Dumazet2015-02-041-0/+4
* net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-021-1/+20
* net-timestamp: no-payload optionWillem de Bruijn2015-02-021-5/+14
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
* net: skbuff: don't zero tc members when freeing skbFlorian Westphal2015-01-021-7/+0
* net: Reset secmark when scrubbing packetThomas Graf2014-12-241-0/+1
* net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-101-7/+67
* net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-101-40/+77
* net: avoid two atomic operations in fast clonesEric Dumazet2014-12-091-17/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-17/+6
|\
| * net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-211-17/+6
* | net: move vlan pop/push functions into common codeJiri Pirko2014-11-211-0/+95
* | net: move make_writable helper into common codeJiri Pirko2014-11-211-0/+12
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-2/+2
* | net: skb_segment() should preserve backpressureToshiaki Makita2014-10-291-0/+10
|/
* net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-201-3/+10
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | net: fix races in page->_count manipulationEric Dumazet2014-10-101-7/+18
* | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-091-5/+5
* | net: skb_segment() provides list head and tailEric Dumazet2014-10-061-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-051-1/+1
|\ \
| * | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
* | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-041-4/+4
* | | net: do not export skb_gro_receive()Eric Dumazet2014-10-031-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-0/+3
|\ \ \
| * | | gro: fix aggregation for skb using frag_listEric Dumazet2014-09-291-0/+3
* | | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-011-6/+17
* | | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-21/+20
| |/ / |/| |
* | | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-291-39/+41
* | | net : optimize skb_release_data()Eric Dumazet2014-09-261-21/+22
* | | net: introduce __skb_header_release()Eric Dumazet2014-09-261-2/+2
* | | net: add alloc_skb_with_frags() helperEric Dumazet2014-09-191-0/+78
* | | tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-151-1/+2
* | | mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck2014-09-121-0/+5
* | | skb: Add documentation for skb_clone_skAlexander Duyck2014-09-121-0/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-2/+2
|\ \ \ | |/ /
OpenPOWER on IntegriCloud