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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
5
-48
/
+171
2023-10-27
net/tcp: Add AO sign to RST packets
Dmitry Safonov
3
-42
/
+227
2023-10-27
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
4
-20
/
+48
2023-10-27
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
5
-38
/
+304
2023-10-27
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
6
-0
/
+262
2023-10-27
net/tcp: Prevent TCP-MD5 with TCP-AO being set
Dmitry Safonov
5
-7
/
+144
2023-10-27
net/tcp: Introduce TCP_AO setsockopt()s
Dmitry Safonov
7
-17
/
+864
2023-10-27
net/tcp: Add TCP-AO config and structures
Dmitry Safonov
1
-0
/
+13
2023-10-27
net/tcp: Prepare tcp_md5sig_pool for TCP-AO
Dmitry Safonov
7
-197
/
+489
2023-10-27
Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
32
-94
/
+327
2023-10-27
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
4
-0
/
+52
2023-10-27
netlink: make range pointers in policies const
Jakub Kicinski
6
-6
/
+6
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-78
/
+89
2023-10-26
Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
9
-476
/
+520
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
ipv6: avoid atomic fragment on GSO packets
Yan Zhai
1
-1
/
+7
2023-10-26
ipv6: refactor ip6_finish_output for GSO handling
Yan Zhai
1
-7
/
+15
2023-10-26
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
5
-35
/
+4
2023-10-26
Merge tag 'nf-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
2
-7
/
+16
2023-10-26
vsock/virtio: initialize the_virtio_vsock before using VQs
Alexandru Matei
1
-1
/
+17
2023-10-25
mptcp: refactor sndbuf auto-tuning
Paolo Abeni
4
-10
/
+70
2023-10-25
mptcp: ignore notsent_lowat setting at the subflow level
Paolo Abeni
1
-0
/
+6
2023-10-25
mptcp: consolidate sockopt synchronization
Paolo Abeni
3
-33
/
+9
2023-10-25
mptcp: use copy_from_iter helpers on transmit
Paolo Abeni
1
-4
/
+15
2023-10-25
mptcp: give rcvlowat some love
Paolo Abeni
4
-15
/
+83
2023-10-25
mptcp: use plain bool instead of custom binary enum
Paolo Abeni
2
-12
/
+7
2023-10-25
mptcp: properly account fastopen data
Paolo Abeni
1
-0
/
+1
2023-10-25
mptcp: add a new sysctl for make after break timeout
Paolo Abeni
3
-3
/
+20
2023-10-25
net: ipv6: fix typo in comments
Deming Wang
1
-1
/
+1
2023-10-25
net: ipv4: fix typo in comments
Deming Wang
1
-1
/
+1
2023-10-25
net/sched: act_ct: additional checks for outdated flows
Vlad Buslov
1
-0
/
+2
2023-10-25
netfilter: flowtable: GC pushes back packets to classic path
Pablo Neira Ayuso
2
-7
/
+14
2023-10-25
sched: act_ct: switch to per-action label counting
Florian Westphal
1
-23
/
+18
2023-10-24
Merge tag 'wireless-2023-10-24' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
3
-4
/
+4
2023-10-24
net: dsa: Rename IFLA_DSA_MASTER to IFLA_DSA_CONDUIT
Florian Fainelli
1
-5
/
+5
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
37
-1195
/
+1195
2023-10-24
net: remove else after return in dev_prep_valid_name()
Jakub Kicinski
1
-5
/
+4
2023-10-24
net: remove dev_valid_name() check from __dev_alloc_name()
Jakub Kicinski
1
-3
/
+0
2023-10-24
net: trust the bitmap in __dev_alloc_name()
Jakub Kicinski
1
-11
/
+4
2023-10-24
net: reduce indentation of __dev_alloc_name()
Jakub Kicinski
1
-30
/
+26
2023-10-24
net: make dev_alloc_name() call dev_prep_valid_name()
Jakub Kicinski
1
-9
/
+11
2023-10-24
net: don't use input buffer of __dev_alloc_name() as a scratch space
Jakub Kicinski
1
-25
/
+8
2023-10-24
net: mptcp: use policy generated by YAML spec
Davide Caratti
5
-161
/
+250
2023-10-24
net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit}
Davide Caratti
3
-32
/
+32
2023-10-24
net: mptcp: convert netlink from small_ops to ops
Davide Caratti
1
-64
/
+127
2023-10-24
netfilter: nf_tables: Carry reset boolean in nft_set_dump_ctx
Phil Sutter
1
-10
/
+8
2023-10-24
netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...
Pablo Neira Ayuso
5
-23
/
+26
2023-10-24
netfilter: nf_tables: shrink memory consumption of set elements
Pablo Neira Ayuso
5
-151
/
+107
2023-10-24
netfilter: nf_tables: expose opaque set element as struct nft_elem_priv
Pablo Neira Ayuso
7
-108
/
+148
[next]