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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
net/tcp: Add option for TCP-AO to (not) hash header
Dmitry Safonov
2
-3
/
+10
2023-10-27
net/tcp: Ignore specific ICMPs for TCP-AO connections
Dmitry Safonov
7
-2
/
+87
2023-10-27
net/tcp: Add tcp_hash_fail() ratelimited logs
Dmitry Safonov
4
-12
/
+61
2023-10-27
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
6
-13
/
+104
2023-10-27
net/tcp: Add TCP-AO segments counters
Dmitry Safonov
9
-15
/
+77
2023-10-27
net/tcp: Verify inbound TCP-AO signed segments
Dmitry Safonov
8
-47
/
+248
2023-10-27
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
7
-16
/
+111
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
12
-51
/
+506
2023-10-27
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
7
-50
/
+183
2023-10-27
net/tcp: Add AO sign to RST packets
Dmitry Safonov
5
-43
/
+245
2023-10-27
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
7
-22
/
+93
2023-10-27
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
7
-38
/
+391
2023-10-27
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
8
-2
/
+314
2023-10-27
net/tcp: Prevent TCP-MD5 with TCP-AO being set
Dmitry Safonov
7
-9
/
+198
2023-10-27
net/tcp: Introduce TCP_AO setsockopt()s
Dmitry Safonov
11
-18
/
+952
2023-10-27
net/tcp: Add TCP-AO config and structures
Dmitry Safonov
5
-8
/
+114
2023-10-27
net/tcp: Prepare tcp_md5sig_pool for TCP-AO
Dmitry Safonov
8
-211
/
+525
2023-10-27
MAINTAINERS: Remove linuxwwan@intel.com mailing list
Bagas Sanjaya
1
-3
/
+0
2023-10-27
Merge branch 'intel-wired-lan-driver-updates-for-2023-10-25-ice'
Jakub Kicinski
12
-171
/
+650
2023-10-27
ice: Hook up 4 E830 devices by adding their IDs
Pawel Chmielewski
1
-0
/
+4
2023-10-27
ice: Remove redundant zeroing of the fields.
Pawel Chmielewski
1
-27
/
+27
2023-10-27
ice: Add support for E830 DDP package segment
Dan Nowlin
3
-74
/
+382
2023-10-27
ice: Add ice_get_link_status_datalen
Paul Greenwalt
2
-6
/
+53
2023-10-27
ice: Add 200G speed/phy type use
Alice Michael
4
-3
/
+43
2023-10-27
ice: Add E830 device IDs, MAC type and registers
Paul Greenwalt
7
-61
/
+141
2023-10-27
Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
193
-1726
/
+3560
2023-10-27
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
75
-200
/
+5037
2023-10-27
MAINTAINERS: Maintainer change for ptp_vmw driver
Alexey Makhalov
1
-1
/
+1
2023-10-27
bnxt_en: Fix 2 stray ethtool -S counters
Michael Chan
1
-6
/
+22
2023-10-27
tools: ynl-gen: respect attr-cnt-name at the attr set level
Jakub Kicinski
1
-3
/
+4
2023-10-27
netlink: specs: support conditional operations
Jakub Kicinski
4
-0
/
+37
2023-10-27
netlink: make range pointers in policies const
Jakub Kicinski
10
-11
/
+11
2023-10-27
net/mlx5: fix uninit value use
Przemek Kitszel
2
-3
/
+11
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
205
-760
/
+1934
2023-10-26
Merge tag 'net-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
34
-214
/
+458
2023-10-26
netkit: Remove explicit active/peer ptr initialization
Nikolay Aleksandrov
1
-4
/
+0
2023-10-26
selftests/bpf: Fix selftests broken by mitigations=off
Yafang Shao
1
-1
/
+32
2023-10-26
samples/bpf: Allow building with custom bpftool
Viktor Malik
1
-2
/
+3
2023-10-26
samples/bpf: Fix passing LDFLAGS to libbpf
Viktor Malik
1
-1
/
+1
2023-10-26
samples/bpf: Allow building with custom CFLAGS/LDFLAGS
Viktor Malik
1
-1
/
+4
2023-10-26
bareudp: use ports to lookup route
Beniamino Galvani
1
-13
/
+16
2023-10-26
bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
Hou Tao
1
-0
/
+4
2023-10-26
Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
12
-502
/
+558
2023-10-26
Merge branch 'net-ipv6-addrconf-ensure-that-temporary-addresses-preferred-lif...
Jakub Kicinski
2
-7
/
+22
2023-10-26
Documentation: networking: explain what happens if temp_prefered_lft is too s...
Alex Henrie
1
-1
/
+5
2023-10-26
Documentation: networking: explain what happens if temp_valid_lft is too small
Alex Henrie
1
-1
/
+3
2023-10-26
net: ipv6/addrconf: clamp preferred_lft to the minimum required
Alex Henrie
1
-5
/
+13
2023-10-26
net: ipv6/addrconf: clamp preferred_lft to the maximum allowed
Alex Henrie
1
-0
/
+1
2023-10-26
Merge branch 'ipv6-avoid-atomic-fragment-on-gso-output'
Jakub Kicinski
9
-53
/
+27
2023-10-26
ipv6: avoid atomic fragment on GSO packets
Yan Zhai
1
-1
/
+7
[next]