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
*
net: Do not allocate page fragments that are not skb aligned
Alexander Duyck
2019-02-23
1
-0
/
+4
*
net: fix pskb_trim_rcsum_slow() with odd trim offset
Dimitris Michailidis
2019-02-08
1
-2
/
+3
*
net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
Eric Dumazet
2019-02-08
1
-0
/
+14
*
net: modify skb_rbtree_purge to return the truesize of all purged skbs.
Peter Oskolkov
2019-02-08
1
-1
/
+5
*
net: speed up skb_rbtree_purge()
Eric Dumazet
2019-01-26
1
-4
/
+7
*
tcp: use an RB tree for ooo receive queue
Yaogong Wang
2018-10-13
1
-0
/
+19
*
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
Stefano Brivio
2018-07-25
1
-2
/
+1
*
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
2018-07-25
1
-0
/
+2
*
net: Fix untag for vlan packets without ethernet header
Toshiaki Makita
2018-05-30
1
-2
/
+4
*
net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
Toshiaki Makita
2018-05-30
1
-2
/
+5
*
net: initialize skb->peeked when cloning
Eric Dumazet
2018-05-16
1
-0
/
+1
*
skbuff: only inherit relevant tx_flags
Willem de Bruijn
2018-04-13
1
-4
/
+6
*
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
Jason A. Donenfeld
2018-04-13
1
-23
/
+42
*
skbuff: Fix not waking applications when errors are enqueued
Vinicius Costa Gomes
2018-03-31
1
-1
/
+1
*
sock: free skb in skb_complete_tx_timestamp on error
Willem de Bruijn
2018-01-02
1
-1
/
+5
*
netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed
Ye Yin
2017-11-24
1
-0
/
+1
*
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
2017-03-22
1
-7
/
+8
*
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
2017-03-22
1
-7
/
+8
*
net_sched: fix mirrored packets checksum
WANG Cong
2016-07-27
1
-18
/
+0
*
vlan: pull on __vlan_insert_tag error path and fix csum correction
Daniel Borkmann
2016-05-18
1
-2
/
+5
*
net: use skb_postpush_rcsum instead of own implementations
Daniel Borkmann
2016-05-18
1
-3
/
+1
*
net: fix bridge multicast packet checksum validation
Linus Lüssing
2016-04-20
1
-2
/
+20
*
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
2016-03-03
1
-0
/
+2
*
net: check both type and procotol for tcp sockets
WANG Cong
2015-12-17
1
-1
/
+2
*
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
2015-12-15
1
-1
/
+1
*
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
2015-11-17
1
-1
/
+2
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-4
/
+4
*
skbuff: Fix skb checksum partial check.
Pravin B Shelar
2015-09-29
1
-4
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-27
1
-1
/
+1
|
\
|
*
mm: make page pfmemalloc check more robust
Michal Hocko
2015-08-21
1
-1
/
+1
*
|
net-next: Fix warning while make xmldocs caused by skbuff.c
Masanari Iida
2015-08-25
1
-2
/
+2
|
/
*
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
Linus Lüssing
2015-08-13
1
-19
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-13
1
-1
/
+1
|
\
|
*
net: don't wait for order-3 page allocation
Shaohua Li
2015-06-11
1
-1
/
+1
*
|
net: af_unix: implement splice for stream af_unix sockets
Hannes Frederic Sowa
2015-05-25
1
-0
/
+1
*
|
net: make skb_splice_bits more configureable
Hannes Frederic Sowa
2015-05-25
1
-17
/
+28
*
|
net: skbuff: add skb_append_pagefrags and use it
Hannes Frederic Sowa
2015-05-25
1
-0
/
+18
*
|
net: Reserve skb headroom and set skb->dev even if using __alloc_skb
Alexander Duyck
2015-05-13
1
-4
/
+16
*
|
net: Add skb_free_frag to replace use of put_page in freeing skb->head
Alexander Duyck
2015-05-12
1
-4
/
+6
*
|
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
2015-05-12
1
-94
/
+6
*
|
net: Store virtual address instead of page in netdev_alloc_cache
Alexander Duyck
2015-05-12
1
-23
/
+32
*
|
net: Use cached copy of pfmemalloc to avoid accessing page
Alexander Duyck
2015-05-12
1
-62
/
+79
*
|
net: fix two sparse warnings introduced by IGMP/MLD parsing exports
Linus Lüssing
2015-05-04
1
-1
/
+1
*
|
net: Export IGMP/MLD message validation code
Linus Lüssing
2015-05-04
1
-0
/
+87
|
/
*
net: fix crash in build_skb()
Eric Dumazet
2015-04-25
1
-9
/
+22
*
net: do not deplete pfmemalloc reserve
Eric Dumazet
2015-04-22
1
-2
/
+7
*
skbuff: Do not scrub skb mark within the same name space
Herbert Xu
2015-04-16
1
-3
/
+6
*
Revert "net: Reset secmark when scrubbing packet"
Herbert Xu
2015-04-16
1
-1
/
+0
*
net: remove extra newlines
Sheng Yong
2015-04-07
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
1
-3
/
+7
|
\
[next]