index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-27
netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...
Wang Liang
1
-3
/
+0
2025-08-26
ipv6: sr: Prepare HMAC key ahead of time
Eric Biggers
1
-5
/
+9
2025-08-26
ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions
Eric Biggers
3
-191
/
+30
2025-08-26
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
18
-36
/
+42
2025-08-26
devlink: Make health reporter burst period configurable
Shahar Shitrit
2
-4
/
+29
2025-08-26
devlink: Introduce burst period for health reporter
Shahar Shitrit
1
-1
/
+21
2025-08-26
devlink: Move health reporter recovery abort logic to a separate function
Shahar Shitrit
1
-8
/
+23
2025-08-26
devlink: Move graceful period parameter to reporter ops
Shahar Shitrit
1
-17
/
+11
2025-08-26
wifi: mac80211: increase scan_ies_len for S1G
Lachlan Hodges
1
-1
/
+6
2025-08-26
wifi: mac80211: fix incorrect type for ret
Liao Yuanhong
1
-1
/
+1
2025-08-26
wifi: cfg80211: fix use-after-free in cmp_bss()
Dmitry Antipov
1
-1
/
+2
2025-08-25
tcp: Move TCP-specific diag functions to tcp_diag.c.
Kuniyuki Iwashima
2
-484
/
+455
2025-08-25
tcp: Don't pass hashinfo to inet_diag helpers.
Kuniyuki Iwashima
2
-19
/
+8
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
14
-79
/
+65
2025-08-25
tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().
Kuniyuki Iwashima
2
-4
/
+2
2025-08-25
tcp: Remove timewait_sock_ops.twsk_destructor().
Kuniyuki Iwashima
4
-5
/
+3
2025-08-25
tcp: Remove sk_protocol test for tcp_twsk_unique().
Kuniyuki Iwashima
2
-4
/
+2
2025-08-25
ipv6: mcast: Add ip6_mc_find_idev() helper
Yue Haibing
1
-36
/
+31
2025-08-25
tcp: annotate data-races around icsk->icsk_probes_out
Eric Dumazet
7
-10
/
+10
2025-08-25
tcp: annotate data-races around icsk->icsk_retransmits
Eric Dumazet
8
-10
/
+12
2025-08-25
net: ipv4: allow directed broadcast routes to use dst hint
Oscar Maes
2
-5
/
+8
2025-08-23
net/9p: fix double req put in p9_fd_cancelled
Nalivayko Sergey
1
-4
/
+4
2025-08-23
net/9p: Fix buffer overflow in USB transport layer
Dominique Martinet
1
-3
/
+13
2025-08-22
atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().
Kuniyuki Iwashima
1
-3
/
+12
2025-08-22
rds: Fix endianness annotations for RDS extension headers
Ujwal Kundur
3
-6
/
+6
2025-08-22
rds: Fix endianness annotation for RDS_MPATH_HASH
Ujwal Kundur
1
-1
/
+1
2025-08-22
rds: Fix endianness annotation of jhash wrappers
Ujwal Kundur
1
-4
/
+5
2025-08-22
rds: Replace POLLERR with EPOLLERR
Ujwal Kundur
1
-1
/
+1
2025-08-22
Merge tag 'for-net-2025-08-22' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
4
-24
/
+74
2025-08-22
tcp: lockless TCP_MAXSEG option
Eric Dumazet
1
-4
/
+2
2025-08-22
tcp: annotate data-races around tp->rx_opt.user_mss
Eric Dumazet
3
-9
/
+13
2025-08-22
page_pool: fix incorrect mp_ops error handling
Mina Almasry
1
-2
/
+4
2025-08-22
Bluetooth: hci_sync: fix set_local_name race condition
Pavel Shpakovskiy
2
-4
/
+7
2025-08-22
Bluetooth: hci_event: Disconnect device when BIG sync is lost
Yang Li
2
-1
/
+8
2025-08-22
Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalanced
Luiz Augusto von Dentz
1
-1
/
+11
2025-08-22
Bluetooth: hci_event: Mark connection as closed during suspend disconnect
Ludovico de Nittis
1
-0
/
+6
2025-08-22
Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as success
Ludovico de Nittis
1
-1
/
+1
2025-08-22
Bluetooth: hci_conn: Make unacked packet handling more robust
Luiz Augusto von Dentz
1
-17
/
+41
2025-08-21
vsock/virtio: Fix message iterator handling on transmit path
Will Deacon
1
-3
/
+5
2025-08-21
net: Introduce skb_copy_datagram_from_iter_full()
Will Deacon
1
-0
/
+14
2025-08-21
Merge tag 'nf-next-25-08-20' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
5
-124
/
+155
2025-08-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+57
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
26
-86
/
+182
2025-08-21
netfilter: nf_reject: don't leak dst refcount for loopback packets
Florian Westphal
2
-7
/
+4
2025-08-21
tls: fix handling of zero-length records on the rx_list
Jakub Kicinski
1
-1
/
+6
2025-08-21
net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb()
Thorsten Blum
1
-4
/
+3
2025-08-20
net: openvswitch: Use for_each_cpu() where appropriate
Yury Norov (NVIDIA)
2
-12
/
+7
2025-08-20
net: set net.core.rmem_max and net.core.wmem_max to 4 MB
Eric Dumazet
3
-6
/
+6
2025-08-20
ipv6: sr: Fix MAC comparison to be constant-time
Eric Biggers
1
-1
/
+2
2025-08-20
net, hsr: reject HSR frame if skb can't hold tag
Jakub Acs
1
-1
/
+7
[prev]
[next]