index
:
linux-stable.git
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.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
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sock: fix zerocopy panic in mem accounting
Willem de Bruijn
2017-08-09
1
-2
/
+2
*
sock: ulimit on MSG_ZEROCOPY pages
Willem de Bruijn
2017-08-03
1
-0
/
+48
*
sock: MSG_ZEROCOPY notification coalescing
Willem de Bruijn
2017-08-03
1
-7
/
+92
*
sock: enable MSG_ZEROCOPY
Willem de Bruijn
2017-08-03
1
-29
/
+19
*
sock: add SOCK_ZEROCOPY sockopt
Willem de Bruijn
2017-08-03
1
-0
/
+3
*
sock: add MSG_ZEROCOPY
Willem de Bruijn
2017-08-03
1
-0
/
+133
*
sock: skb_copy_ubufs support for compound pages
Willem de Bruijn
2017-08-03
1
-15
/
+38
*
net: add skb_frag_foreach_page and use with kmap_atomic
Willem de Bruijn
2017-08-01
1
-29
/
+59
*
skbuff: Function to send an skbuf on a socket
Tom Herbert
2017-08-01
1
-0
/
+101
*
skbuff: re-add check for NULL skb->head in kfree_skb path
Florian Westphal
2017-07-24
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1
-1
/
+1
|
\
|
*
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-07-12
1
-1
/
+1
*
|
net: Revert "net: add function to allocate sk_buff head without data area"
Florian Westphal
2017-07-17
1
-29
/
+2
*
|
skbuff: optimize the pull_pages code in __pskb_pull_tail()
linzhang
2017-07-17
1
-0
/
+3
|
/
*
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-3
/
+3
*
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
*
net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-5
/
+5
*
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-4
/
+4
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: make skb_pull & friends return void pointers
Johannes Berg
2017-06-16
1
-3
/
+3
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-3
/
+3
*
net: use skb_unref() in napi_consume_skb()
Paolo Abeni
2017-06-14
1
-3
/
+2
*
udp: avoid a cache miss on dequeue
Paolo Abeni
2017-06-12
1
-4
/
+20
*
net: factor out a helper to decrement the skb refcount
Paolo Abeni
2017-06-12
1
-10
/
+4
*
skbuff: only inherit relevant tx_flags
Willem de Bruijn
2017-06-08
1
-4
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-06
1
-1
/
+4
|
\
|
*
sock: reset sk_err when the error queue is empty
Soheil Hassas Yeganeh
2017-06-04
1
-1
/
+4
*
|
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
Jason A. Donenfeld
2017-06-04
1
-23
/
+42
*
|
net: allow simultaneous SW and HW transmit timestamping
Miroslav Lichvar
2017-05-21
1
-0
/
+4
*
|
skbuff: add stub to help computing crc32c on SCTP packets
Davide Caratti
2017-05-19
1
-0
/
+26
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-05-02
1
-1
/
+1
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-20
1
-0
/
+1
|
|
\
|
*
|
gso: Validate assumption of frag_list segementation
Ilan Tayari
2017-04-17
1
-4
/
+14
|
*
|
gso: Support frag_list splitting with head_frag
Ilan Tayari
2017-04-12
1
-1
/
+1
*
|
|
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-05-02
1
-1
/
+0
|
\
\
\
|
*
|
|
splice_pipe_desc: kill ->flags
Al Viro
2016-12-26
1
-1
/
+0
*
|
|
|
net: adjust skb->truesize in ___pskb_trim()
Eric Dumazet
2017-04-28
1
-0
/
+2
*
|
|
|
gso: Validate assumption of frag_list segementation
Ilan Tayari
2017-04-21
1
-4
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
2017-04-17
1
-0
/
+1
|
|
/
|
/
|
*
|
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
Soheil Hassas Yeganeh
2017-03-21
1
-6
/
+11
*
|
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
Soheil Hassas Yeganeh
2017-03-21
1
-0
/
+10
*
|
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
2017-03-07
1
-7
/
+8
*
|
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
2017-03-07
1
-7
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-02-03
1
-1
/
+1
|
\
\
|
*
|
skbuff: add and use skb_nfct helper
Florian Westphal
2017-02-02
1
-1
/
+1
|
|
/
*
|
net: remove useless pfmemalloc setting
Eric Dumazet
2017-02-02
1
-1
/
+0
*
|
net: adjust skb->truesize in pskb_expand_head()
Eric Dumazet
2017-01-27
1
-3
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-11
1
-4
/
+4
|
\
\
|
*
|
mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...
Alexander Duyck
2017-01-10
1
-4
/
+4
|
|
/
*
/
net-tc: convert tc_verd to integer bitfields
Willem de Bruijn
2017-01-08
1
-3
/
+0
|
/
[next]