index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
2018-05-22
net: initialize skb->peeked when cloning
Eric Dumazet
2018-05-22
skbuff: only inherit relevant tx_flags
Willem de Bruijn
2018-05-22
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
Jason A. Donenfeld
2018-05-22
skbuff: Fix not waking applications when errors are enqueued
Vinicius Costa Gomes
2018-02-28
sock: free skb in skb_complete_tx_timestamp on error
Willem de Bruijn
2018-01-17
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
2018-01-17
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
2017-12-06
netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed
Ye Yin
2016-03-04
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
2016-01-22
net: check both type and procotol for tcp sockets
WANG Cong
2016-01-22
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
2016-01-22
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
2015-10-27
skbuff: Fix skb checksum partial check.
Pravin B Shelar
2015-09-29
mm: make page pfmemalloc check more robust
Michal Hocko
2015-06-11
net: don't wait for order-3 page allocation
Shaohua Li
2015-04-25
net: fix crash in build_skb()
Eric Dumazet
2015-04-22
net: do not deplete pfmemalloc reserve
Eric Dumazet
2015-04-16
skbuff: Do not scrub skb mark within the same name space
Herbert Xu
2015-04-16
Revert "net: Reset secmark when scrubbing packet"
Herbert Xu
2015-04-07
net: remove extra newlines
Sheng Yong
2015-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-12
sock: fix possible NULL sk dereference in __skb_tstamp_tx
Willem de Bruijn
2015-03-11
xps: must clear sender_cpu before forwarding
Eric Dumazet
2015-03-06
net: gro: remove obsolete code from skb_gro_receive()
Eric Dumazet
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-22
net: Remove state argument from skb_find_text()
Bojan Prtvar
2015-02-20
sock: sock_dequeue_err_skb() needs hard irq safety
Eric Dumazet
2015-02-04
xps: fix xps for stacked devices
Eric Dumazet
2015-02-02
net-timestamp: no-payload only sysctl
Willem de Bruijn
2015-02-02
net-timestamp: no-payload option
Willem de Bruijn
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-02
net: skbuff: don't zero tc members when freeing skb
Florian Westphal
2014-12-24
net: Reset secmark when scrubbing packet
Thomas Graf
2014-12-10
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
Alexander Duyck
2014-12-10
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
Alexander Duyck
2014-12-09
net: avoid two atomic operations in fast clones
Eric Dumazet
2014-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-21
net: Revert "net: avoid one atomic operation in skb_clone()"
Eric Dumazet
2014-11-21
net: move vlan pop/push functions into common code
Jiri Pirko
2014-11-21
net: move make_writable helper into common code
Jiri Pirko
2014-11-05
udp: Changes to udp_offload to support remote checksum offload
Tom Herbert
2014-10-29
net: skb_segment() should preserve backpressure
Toshiaki Makita
2014-10-20
net: core: handle encapsulation offloads when computing segment lengths
Florian Westphal
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-10
net: fix races in page->_count manipulation
Eric Dumazet
2014-10-09
net: Missing @ before descriptions cause make xmldocs warning
Masanari Iida
2014-10-06
net: skb_segment() provides list head and tail
Eric Dumazet
2014-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-10-04
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
Vijay Subramanian
2014-10-03
net: do not export skb_gro_receive()
Eric Dumazet
[next]