index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-17
net: Revert "net: add function to allocate sk_buff head without data area"
Florian Westphal
1
-29
/
+2
2017-07-17
skbuff: optimize the pull_pages code in __pskb_pull_tail()
linzhang
1
-0
/
+3
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-3
/
+3
2017-07-01
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-01
net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t
Reshetova, Elena
1
-5
/
+5
2017-07-01
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
1
-4
/
+4
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: make skb_pull & friends return void pointers
Johannes Berg
1
-3
/
+3
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-3
/
+3
2017-06-14
net: use skb_unref() in napi_consume_skb()
Paolo Abeni
1
-3
/
+2
2017-06-12
udp: avoid a cache miss on dequeue
Paolo Abeni
1
-4
/
+20
2017-06-12
net: factor out a helper to decrement the skb refcount
Paolo Abeni
1
-10
/
+4
2017-06-08
skbuff: only inherit relevant tx_flags
Willem de Bruijn
1
-4
/
+6
2017-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2017-06-04
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
Jason A. Donenfeld
1
-23
/
+42
2017-06-04
sock: reset sk_err when the error queue is empty
Soheil Hassas Yeganeh
1
-1
/
+4
2017-05-21
net: allow simultaneous SW and HW transmit timestamping
Miroslav Lichvar
1
-0
/
+4
2017-05-19
skbuff: add stub to help computing crc32c on SCTP packets
Davide Caratti
1
-0
/
+26
2017-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2017-05-02
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+0
2017-04-28
net: adjust skb->truesize in ___pskb_trim()
Eric Dumazet
1
-0
/
+2
2017-04-21
gso: Validate assumption of frag_list segementation
Ilan Tayari
1
-4
/
+14
2017-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-04-17
gso: Validate assumption of frag_list segementation
Ilan Tayari
1
-4
/
+14
2017-04-17
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
1
-0
/
+1
2017-04-12
gso: Support frag_list splitting with head_frag
Ilan Tayari
1
-1
/
+1
2017-03-21
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
Soheil Hassas Yeganeh
1
-6
/
+11
2017-03-21
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
Soheil Hassas Yeganeh
1
-0
/
+10
2017-03-07
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
1
-7
/
+8
2017-03-07
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
1
-7
/
+8
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2017-02-02
net: remove useless pfmemalloc setting
Eric Dumazet
1
-1
/
+0
2017-02-02
skbuff: add and use skb_nfct helper
Florian Westphal
1
-1
/
+1
2017-01-27
net: adjust skb->truesize in pskb_expand_head()
Eric Dumazet
1
-3
/
+11
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2017-01-10
mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...
Alexander Duyck
1
-4
/
+4
2017-01-08
net-tc: convert tc_verd to integer bitfields
Willem de Bruijn
1
-3
/
+0
2016-12-26
splice_pipe_desc: kill ->flags
Al Viro
1
-1
/
+0
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-09
net: skb_condense() can also deal with empty skbs
Eric Dumazet
1
-9
/
+13
2016-12-08
udp: under rx pressure, try to condense skbs
Eric Dumazet
1
-0
/
+28
2016-12-02
sock: reset sk_err for ICMP packets read from error queue
Soheil Hassas Yeganeh
1
-4
/
+13
2016-11-30
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
Francis Yan
1
-3
/
+11
2016-11-24
tcp: enhance tcp_collapse_retrans() with skb_shift()
Eric Dumazet
1
-1
/
+3
2016-11-19
net: make struct napi_alloc_cache::skb_count unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-07
sock: do not set sk_err in sock_dequeue_err_skb
Soheil Hassas Yeganeh
1
-1
/
+0
2016-10-07
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-26
/
+2
2016-10-03
net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac header
Shmulik Ladkani
1
-15
/
+22
2016-10-03
skb_splice_bits(): get rid of callback
Al Viro
1
-26
/
+2
[next]