Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ee80d1ebe5ba7f4bd74959c873119175a4fc08d3
/
net
/
core
/
skbuff.c
ee80d1e
udp: add udp gso
by Willem de Bruijn
· 7 years ago
88078d9
net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
by Eric Dumazet
· 7 years ago
b13dda9
net: initialize skb->peeked when cloning
by Eric Dumazet
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ae47457
net: Fix untag for vlan packets without ethernet header
by Toshiaki Makita
· 7 years ago
13acc94
net: permit skb_segment on head_frag frag_list skb
by Yonghong Song
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
6e5d58f
skbuff: Fix not waking applications when errors are enqueued
by Vinicius Costa Gomes
· 7 years ago
4bbb3e0
net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
by Toshiaki Makita
· 7 years ago
1dd27cd
net: use skb_is_gso_sctp() instead of open-coding
by Daniel Axtens
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a4a7771
net: make skb_gso_*_seglen functions private
by Daniel Axtens
· 7 years ago
779b793
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
by Daniel Axtens
· 7 years ago
08009a7
net: make kmem caches as __ro_after_init
by Alexey Dobriyan
· 7 years ago
6f89dbc
skbuff: export mm_[un]account_pinned_pages for other modules
by Sowmini Varadhan
· 7 years ago
79a8a64
net: Whitelist the skbuff_head_cache "cb" field
by Kees Cook
· 7 years ago
2b16f04
net: create skb_gso_validate_mac_len()
by Daniel Axtens
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f72c4ac
skbuff: in skb_copy_ubufs unclone before releasing zerocopy
by Willem de Bruijn
· 7 years ago
bf5c25d
skbuff: in skb_segment, call zerocopy functions once per nskb
by Willem de Bruijn
· 7 years ago
b90ddd5
skbuff: skb_copy_ubufs must release uarg even without user frags
by Willem de Bruijn
· 7 years ago
268b790
skbuff: orphan frags before zerocopy clone
by Willem de Bruijn
· 7 years ago
35b99df
sock: free skb in skb_complete_tx_timestamp on error
by Willem de Bruijn
· 7 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
453f85d
mm: remove __GFP_COLD
by Mel Gorman
· 7 years ago
4950276
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2b5ec1a
netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed
by Ye Yin
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
54d43117
sock: correct sk_wmem_queued accounting on efault in tcp zerocopy
by Willem de Bruijn
· 7 years ago
09001b0
net: fix typo in skbuff.c
by Wenhua Shi
· 7 years ago
9f77fad
net/core: Fix BUG to BUG_ON conditionals.
by Tim Hansen
· 7 years ago
c818fa9
net: cache skb_shinfo() in skb_try_coalesce()
by Eric Dumazet
· 7 years ago
de8f3a8
bpf: add meta pointer for direct access
by Daniel Borkmann
· 7 years ago
7c90584
net: speed up skb_rbtree_purge()
by Eric Dumazet
· 7 years ago
ca2c141
udp: drop head states only when all skb references are gone
by Paolo Abeni
· 7 years ago
c1d1b43
net: convert (struct ubuf_info)->refcnt to refcount_t
by Eric Dumazet
· 7 years ago
db5bce3
net: prepare (struct ubuf_info)->refcnt conversion
by Eric Dumazet
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cd0a137
net: core: Specify skb_pad()/skb_put_padto() SKB freeing
by Florian Fainelli
· 7 years ago
db5980d
net: fixes for skb_send_sock
by John Fastabend
· 7 years ago
ccaffff
sock: fix zerocopy panic in mem accounting
by Willem de Bruijn
· 7 years ago
a91dbff
sock: ulimit on MSG_ZEROCOPY pages
by Willem de Bruijn
· 7 years ago
4ab6c99
sock: MSG_ZEROCOPY notification coalescing
by Willem de Bruijn
· 7 years ago
1f8b977
sock: enable MSG_ZEROCOPY
by Willem de Bruijn
· 7 years ago
76851d1
sock: add SOCK_ZEROCOPY sockopt
by Willem de Bruijn
· 7 years ago
5226779
sock: add MSG_ZEROCOPY
by Willem de Bruijn
· 7 years ago
3ece782
sock: skb_copy_ubufs support for compound pages
by Willem de Bruijn
· 7 years ago
c613c20
net: add skb_frag_foreach_page and use with kmap_atomic
by Willem de Bruijn
· 7 years ago
20bf50d
skbuff: Function to send an skbuf on a socket
by Tom Herbert
· 7 years ago
a28b1b9
skbuff: re-add check for NULL skb->head in kfree_skb path
by Florian Westphal
· 7 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
06dc75a
net: Revert "net: add function to allocate sk_buff head without data area"
by Florian Westphal
· 7 years ago
3ccc6c6
skbuff: optimize the pull_pages code in __pskb_pull_tail()
by linzhang
· 7 years ago
dcda9b0
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
by Michal Hocko
· 7 years ago
41c6d65
net: convert sock.sk_refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
14afee4
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
2638595
net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
6335479
net: convert sk_buff.users from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
af72868
networking: make skb_pull & friends return void pointers
by Johannes Berg
· 8 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
7608894
net: use skb_unref() in napi_consume_skb()
by Paolo Abeni
· 8 years ago
0a463c7
udp: avoid a cache miss on dequeue
by Paolo Abeni
· 8 years ago
3889a803
net: factor out a helper to decrement the skb refcount
by Paolo Abeni
· 8 years ago
fff8803
skbuff: only inherit relevant tx_flags
by Willem de Bruijn
· 8 years ago
216fe8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
48a1df6
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
by Jason A. Donenfeld
· 8 years ago
38b2579
sock: reset sk_err when the error queue is empty
by Soheil Hassas Yeganeh
· 8 years ago
b50a5c7
net: allow simultaneous SW and HW transmit timestamping
by Miroslav Lichvar
· 8 years ago
9617813
skbuff: add stub to help computing crc32c on SCTP packets
by Davide Caratti
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
da7b66f
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
c21b48c
net: adjust skb->truesize in ___pskb_trim()
by Eric Dumazet
· 8 years ago
43170c4
gso: Validate assumption of frag_list segementation
by Ilan Tayari
· 8 years ago
7b9f6da
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7a7a9bd
gso: Validate assumption of frag_list segementation
by Ilan Tayari
· 8 years ago
1862d62
net-timestamp: avoid use-after-free in ip_recv_error
by Willem de Bruijn
· 8 years ago
eaffadb
gso: Support frag_list splitting with head_frag
by Ilan Tayari
· 8 years ago
4ef1b28
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
by Soheil Hassas Yeganeh
· 8 years ago
8605330a
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
by Soheil Hassas Yeganeh
· 8 years ago
9ac25fc
net: fix socket refcounting in skb_complete_tx_timestamp()
by Eric Dumazet
· 8 years ago
dd4f107
net: fix socket refcounting in skb_complete_wifi_ack()
by Eric Dumazet
· 8 years ago
52e01b8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
b9ea2a7
net: remove useless pfmemalloc setting
by Eric Dumazet
· 8 years ago
cb9c683
skbuff: add and use skb_nfct helper
by Florian Westphal
· 8 years ago
158f323
net: adjust skb->truesize in pskb_expand_head()
by Eric Dumazet
· 8 years ago
02ac5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8c2dd3e
mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free
by Alexander Duyck
· 8 years ago
a5135bc
net-tc: convert tc_verd to integer bitfields
by Willem de Bruijn
· 8 years ago
f81dc7d
splice_pipe_desc: kill ->flags
by Al Viro
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
3174fed
net: skb_condense() can also deal with empty skbs
by Eric Dumazet
· 8 years ago
c8c8b12
udp: under rx pressure, try to condense skbs
by Eric Dumazet
· 8 years ago
83a1a1a
sock: reset sk_err for ICMP packets read from error queue
by Soheil Hassas Yeganeh
· 8 years ago
1c88580
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
by Francis Yan
· 8 years ago
f8071cd
tcp: enhance tcp_collapse_retrans() with skb_shift()
by Eric Dumazet
· 8 years ago
e0d7924
net: make struct napi_alloc_cache::skb_count unsigned int
by Alexey Dobriyan
· 8 years ago
f5f9930
sock: do not set sk_err in sock_dequeue_err_skb
by Soheil Hassas Yeganeh
· 8 years ago
Next »