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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.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
9 days
ipv4: fib: Convert fib_net_exit_batch() to ->exit_rtnl().
Kuniyuki Iwashima
1
-17
/
+12
9 days
ipv4: fib: Avoid calling fib_trie_table() in fib_new_table() for dying net.
Kuniyuki Iwashima
1
-1
/
+2
9 days
ipv4: fib: Free net->ipv4.{fib_table_hash,notifier_ops} without RTNL.
Kuniyuki Iwashima
1
-4
/
+7
9 days
ipv4: fib: Call fib_proc_exit() and nl_fib_lookup_exit() at ->pre_exit().
Kuniyuki Iwashima
1
-2
/
+2
9 days
ipv4: fib: Flush all fib_info in fib_table_flush() during netns dismantle.
Kuniyuki Iwashima
1
-8
/
+2
10 days
net/sched: act_csum: don't mangle UDP tunnel GSO packets
Alice Mikityanska
1
-2
/
+6
11 days
devlink: Implement devlink param multi attribute nested data values
Saeed Mahameed
2
-1
/
+34
11 days
devlink: heap-allocate param fill buffers in devlink_nl_param_fill
Ratheesh Kannoth
1
-16
/
+46
11 days
ipv4: handle devconf post-set actions on netlink updates
Fernando Fernandez Mancera
1
-2
/
+27
11 days
ipv4: centralize devconf sysctl handling
Fernando Fernandez Mancera
1
-59
/
+68
11 days
tcp: refine tcp_sequence() for the FIN exception
Eric Dumazet
1
-3
/
+5
11 days
Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
8
-125
/
+548
11 days
vsock: fold sk_acceptq_removed() into vsock_remove_pending()
Raf Dickson
2
-5
/
+2
11 days
vsock: fold sk_acceptq_added() into vsock_enqueue_accept()
Raf Dickson
3
-2
/
+1
11 days
vsock: fold sk_acceptq_added() into vsock_add_pending()
Raf Dickson
2
-1
/
+1
11 days
vsock: introduce vsock_pending_to_accept() helper
Raf Dickson
2
-2
/
+11
11 days
vsock: use sk_acceptq_is_full() helper in all transports
Raf Dickson
2
-2
/
+2
11 days
psp: add a new netdev event for dev unregister
Wei Wang
5
-1
/
+109
11 days
psp: add new netlink cmd for dev-assoc and dev-disassoc
Wei Wang
5
-10
/
+365
11 days
psp: add admin/non-admin version of psp_device_get_locked
Wei Wang
5
-13
/
+35
11 days
net: bridge: use atomic ops to read/change p->flags (III)
Eric Dumazet
6
-11
/
+12
11 days
net: bridge: use atomic ops to read/change p->flags (II)
Eric Dumazet
4
-21
/
+21
11 days
net: bridge: use atomic ops to read/change p->flags (I)
Eric Dumazet
3
-23
/
+16
11 days
bridge: use atomic ops to read/change p->flags in br_netlink.c
Eric Dumazet
1
-40
/
+51
11 days
bridge: use atomic ops to read/change p->flags in sysfs
Eric Dumazet
1
-28
/
+32
12 days
ipv6: Honor oif when choosing nexthop for locally generated traffic
Ido Schimmel
1
-1
/
+4
12 days
ipv6: Select best matching nexthop object in fib6_table_lookup()
Ido Schimmel
1
-8
/
+9
12 days
ipv6: mcast: annotate igmp6 timer expiry race
Yuyang Huang
1
-1
/
+2
12 days
ipv6: mcast: annotate data-races around mca_flags
Yuyang Huang
1
-20
/
+32
12 days
net: remove some unused EXPORT_SYMBOL()s
Sabrina Dubroca
6
-16
/
+0
12 days
tls: remove tls_toe and the related driver
Sabrina Dubroca
5
-170
/
+0
12 days
ethtool: tsconfig: always take rtnl_lock
Jakub Kicinski
1
-0
/
+7
12 days
ip_tunnel: annotate data-races around t->err_count and t->err_time
Eric Dumazet
3
-13
/
+16
12 days
net: hsr: simplify fill_last_seq_nrs()
Yury Norov
1
-10
/
+8
12 days
handshake: Require admin permission for DONE command
Chuck Lever
1
-1
/
+1
12 days
net/sched: act_pedit: require matching IPv4 L4 protocol
Samuel Moelius
1
-0
/
+4
12 days
ip6_tunnel: annotate data-races around t->err_count and t->err_time
Eric Dumazet
3
-19
/
+22
13 days
Merge tag 'for-net-next-2026-06-11' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
35
-347
/
+294
13 days
Merge tag 'nfc-net-next-20260611' of https://codeberg.org/linux-nfc/linux
Jakub Kicinski
1
-1
/
+1
13 days
net: ethtool: add KSZ87xx low-loss cable PHY tunables
Fidelio Lawson
2
-0
/
+10
13 days
mptcp: options: rst: drop unused skb parameter
Matthieu Baerts (NGI0)
1
-2
/
+2
13 days
mptcp: pm: avoid using del_timer directly
Matthieu Baerts (NGI0)
3
-40
/
+39
13 days
mptcp: pm: make mptcp_pm_add_addr_send_ack static
Matthieu Baerts (NGI0)
2
-2
/
+3
13 days
mptcp: pm: remove add_ prefix from timer
Matthieu Baerts (NGI0)
1
-8
/
+8
13 days
mptcp: pm: uniform announced addresses helpers
Matthieu Baerts (NGI0)
6
-34
/
+33
13 days
mptcp: pm: rename add_entry structure to add_addr
Matthieu Baerts (NGI0)
2
-12
/
+12
13 days
mptcp: pm: use for_each_subflow helper
Matthieu Baerts (NGI0)
4
-12
/
+12
13 days
mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
Matthieu Baerts (NGI0)
3
-4
/
+21
13 days
tcp: allow mptcp to drop TS for some packets
Matthieu Baerts (NGI0)
2
-2
/
+10
13 days
mptcp: introduce add_addr_v6_port_drop_ts sysctl knob
Matthieu Baerts (NGI0)
2
-1
/
+18
[next]