Willem de Bruijn
|
ccaffff182
sock: fix zerocopy panic in mem accounting
|
8 years ago |
Willem de Bruijn
|
a91dbff551
sock: ulimit on MSG_ZEROCOPY pages
|
8 years ago |
Willem de Bruijn
|
4ab6c99d99
sock: MSG_ZEROCOPY notification coalescing
|
8 years ago |
Willem de Bruijn
|
1f8b977ab3
sock: enable MSG_ZEROCOPY
|
8 years ago |
Willem de Bruijn
|
76851d1212
sock: add SOCK_ZEROCOPY sockopt
|
8 years ago |
Willem de Bruijn
|
52267790ef
sock: add MSG_ZEROCOPY
|
8 years ago |
Willem de Bruijn
|
3ece782693
sock: skb_copy_ubufs support for compound pages
|
8 years ago |
Willem de Bruijn
|
c613c209c3
net: add skb_frag_foreach_page and use with kmap_atomic
|
8 years ago |
Tom Herbert
|
20bf50de30
skbuff: Function to send an skbuf on a socket
|
8 years ago |
Florian Westphal
|
a28b1b90de
skbuff: re-add check for NULL skb->head in kfree_skb path
|
8 years ago |
David S. Miller
|
7a68ada6ec
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
Florian Westphal
|
06dc75ab06
net: Revert "net: add function to allocate sk_buff head without data area"
|
8 years ago |
linzhang
|
3ccc6c6faa
skbuff: optimize the pull_pages code in __pskb_pull_tail()
|
8 years ago |
Michal Hocko
|
dcda9b0471
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
|
8 years ago |
Reshetova, Elena
|
41c6d650f6
net: convert sock.sk_refcnt from atomic_t to refcount_t
|
8 years ago |
Reshetova, Elena
|
14afee4b60
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
|
8 years ago |
Reshetova, Elena
|
2638595afc
net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t
|
8 years ago |
Reshetova, Elena
|
633547973f
net: convert sk_buff.users from atomic_t to refcount_t
|
8 years ago |
Johannes Berg
|
d58ff35122
networking: make skb_push & __skb_push return void pointers
|
8 years ago |
Johannes Berg
|
af72868b90
networking: make skb_pull & friends return void pointers
|
8 years ago |
Johannes Berg
|
4df864c1d9
networking: make skb_put & friends return void pointers
|
8 years ago |
Paolo Abeni
|
7608894e43
net: use skb_unref() in napi_consume_skb()
|
8 years ago |
Paolo Abeni
|
0a463c78d2
udp: avoid a cache miss on dequeue
|
8 years ago |
Paolo Abeni
|
3889a803e1
net: factor out a helper to decrement the skb refcount
|
8 years ago |
Willem de Bruijn
|
fff88030b3
skbuff: only inherit relevant tx_flags
|
8 years ago |
David S. Miller
|
216fe8f021
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
Jason A. Donenfeld
|
48a1df6533
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
|
8 years ago |
Soheil Hassas Yeganeh
|
38b257938a
sock: reset sk_err when the error queue is empty
|
8 years ago |
Miroslav Lichvar
|
b50a5c70ff
net: allow simultaneous SW and HW transmit timestamping
|
8 years ago |
Davide Caratti
|
9617813dba
skbuff: add stub to help computing crc32c on SCTP packets
|
8 years ago |