index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
Eric Dumazet
1
-2
/
+3
2022-05-16
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
2
-3
/
+4
2022-05-16
ipv6: Add hop-by-hop header to jumbograms in ip6_output
Coco Li
1
-0
/
+1
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
2
-2
/
+6
2022-05-16
ipv6/gso: remove temporary HBH/jumbo header
Eric Dumazet
1
-0
/
+33
2022-05-16
ipv6: add struct hop_jumbo_hdr definition
Eric Dumazet
1
-0
/
+11
2022-05-16
net: limit GSO_MAX_SIZE to 524280 bytes
Eric Dumazet
1
-2
/
+5
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
1
-1
/
+3
2022-05-16
net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes
Eric Dumazet
1
-0
/
+2
2022-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
8
-80
/
+70
2022-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
1
-8
/
+12
2022-05-13
netfilter: conntrack: skip verification of zero UDP checksum
Kevin Mitchell
1
-4
/
+17
2022-05-13
netfilter: prefer extension check to pointer check
Florian Westphal
2
-17
/
+16
2022-05-13
netfilter: conntrack: un-inline nf_ct_ecache_ext_add
Florian Westphal
1
-25
/
+5
2022-05-13
netfilter: nfnetlink: allow to detect if ctnetlink listeners exist
Florian Westphal
1
-0
/
+1
2022-05-13
netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
Pablo Neira Ayuso
1
-3
/
+9
2022-05-13
netfilter: conntrack: remove unconfirmed list
Florian Westphal
2
-7
/
+0
2022-05-13
netfilter: extensions: introduce extension genid count
Florian Westphal
2
-16
/
+25
2022-05-13
netfilter: remove nf_ct_unconfirmed_destroy helper
Florian Westphal
1
-3
/
+0
2022-05-13
netfilter: cttimeout: decouple unlink and free on netns destruction
Florian Westphal
1
-8
/
+0
2022-05-13
netfilter: conntrack: remove the percpu dying list
Florian Westphal
1
-1
/
+0
2022-05-13
netfilter: conntrack: include ecache dying list in dumps
Florian Westphal
1
-0
/
+2
2022-05-13
netfilter: ecache: use dedicated list for event redelivery
Florian Westphal
2
-3
/
+2
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
2
-22
/
+16
2022-05-13
net: inet: Retire port only listening_hash
Martin KaFai Lau
2
-42
/
+1
2022-05-13
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
1
-1
/
+0
2022-05-13
net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: index
Vladimir Oltean
1
-0
/
+2
2022-05-13
net: mscc: ocelot: minimize holes in struct ocelot_port
Vladimir Oltean
1
-9
/
+11
2022-05-13
net: mscc: ocelot: delete ocelot_port :: xmit_template
Vladimir Oltean
1
-1
/
+0
2022-05-13
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
1
-1
/
+5
2022-05-13
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
1
-0
/
+2
2022-05-13
net: dsa: introduce the dsa_cpu_ports() helper
Vladimir Oltean
1
-0
/
+11
2022-05-13
skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()
Jakub Kicinski
1
-3
/
+1
2022-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-13
/
+20
2022-05-12
Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-4
/
+8
2022-05-12
fortify: Provide a memcpy trap door for sharp corners
Kees Cook
2
-0
/
+20
2022-05-12
Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
1
-0
/
+3
2022-05-12
Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
1
-1
/
+1
2022-05-12
Bluetooth: Fix the creation of hdev->name
Itay Iellin
1
-0
/
+3
2022-05-12
net/sched: act_pedit: really ensure the skb is writable
Paolo Abeni
1
-0
/
+1
2022-05-11
net: warn if transport header was not set
Eric Dumazet
1
-0
/
+2
2022-05-11
net: add CONFIG_DEBUG_NET
Eric Dumazet
1
-0
/
+6
2022-05-11
net: add include/net/net_debug.h
Eric Dumazet
2
-140
/
+152
2022-05-11
Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-1
/
+4
2022-05-11
skbuff: render the checksum comment to documentation
Jakub Kicinski
1
-95
/
+124
2022-05-11
skbuff: rewrite the doc for data-only skbs
Jakub Kicinski
1
-12
/
+30
2022-05-11
skbuff: add a basic intro doc
Jakub Kicinski
1
-0
/
+40
2022-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+7
2022-05-10
virtio: fix virtio transitional ids
Shunsuke Mie
1
-7
/
+7
2022-05-10
ptp: Support late timestamp determination
Gerhard Engleder
2
-3
/
+32
[next]