summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAge
* net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-25
* net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-25
* net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-25
* net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck2015-05-13
* net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck2015-05-12
* mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-12
* net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck2015-05-12
* net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck2015-05-12
* net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-04
* net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-04
* net: fix crash in build_skb()Eric Dumazet2015-04-25
* net: do not deplete pfmemalloc reserveEric Dumazet2015-04-22
* skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-16
* Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-16
* net: remove extra newlinesSheng Yong2015-04-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-20
|\
| * sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn2015-03-12
| * xps: must clear sender_cpu before forwardingEric Dumazet2015-03-11
* | net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet2015-03-06
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-03
|\ \ | |/
| * sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet2015-02-20
* | net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-22
|/
* xps: fix xps for stacked devicesEric Dumazet2015-02-04
* net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-02
* net-timestamp: no-payload optionWillem de Bruijn2015-02-02
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* net: skbuff: don't zero tc members when freeing skbFlorian Westphal2015-01-02
* net: Reset secmark when scrubbing packetThomas Graf2014-12-24
* net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-10
* net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-10
* net: avoid two atomic operations in fast clonesEric Dumazet2014-12-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-21
|\
| * net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-21
* | net: move vlan pop/push functions into common codeJiri Pirko2014-11-21
* | net: move make_writable helper into common codeJiri Pirko2014-11-21
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-05
* | net: skb_segment() should preserve backpressureToshiaki Makita2014-10-29
|/
* net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-20
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-26
* | net: fix races in page->_count manipulationEric Dumazet2014-10-10
* | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-09
* | net: skb_segment() provides list head and tailEric Dumazet2014-10-06
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-05
|\ \
| * | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-02
* | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-04
* | | net: do not export skb_gro_receive()Eric Dumazet2014-10-03
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-02
|\ \ \
| * | | gro: fix aggregation for skb using frag_listEric Dumazet2014-09-29
* | | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-01