index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-12-01
Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2025-11-29
can: Kconfig: select CAN driver infrastructure by default
Oliver Hartkopp
-0
/
+1
2025-11-28
net: ipconfig: Replace strncpy with strscpy in ic_proto_name
Thorsten Blum
-1
/
+2
2025-11-28
net: netpoll: initialize work queue before error checks
Breno Leitao
-1
/
+1
2025-11-28
Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
-408
/
+795
2025-11-28
net: dsa: tag_yt921x: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-5
/
+3
2025-11-28
net: dsa: tag_xrs700x: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-7
/
+1
2025-11-28
net: dsa: tag_trailer: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-2
/
+1
2025-11-28
net: dsa: tag_rzn1_a5psw: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-2
/
+1
2025-11-28
net: dsa: tag_rtl8_4: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-2
/
+1
2025-11-28
net: dsa: tag_rtl4_a: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-1
/
+1
2025-11-28
net: dsa: tag_qca: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-2
/
+1
2025-11-28
net: dsa: tag_ocelot: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-4
/
+2
2025-11-28
net: dsa: tag_mxl_gsw1xx: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-3
/
+4
2025-11-28
net: dsa: tag_mtk: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-1
/
+2
2025-11-28
net: dsa: tag_ksz: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-16
/
+4
2025-11-28
net: dsa: tag_hellcreek: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-2
/
+1
2025-11-28
net: dsa: tag_gswip: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-4
/
+2
2025-11-28
net: dsa: tag_brcm: use the dsa_xmit_port_mask() helper
Vladimir Oltean
-4
/
+4
2025-11-28
net: dsa: introduce the dsa_xmit_port_mask() tagging protocol helper
Vladimir Oltean
-0
/
+18
2025-11-28
Merge tag 'wireless-next-2025-11-27' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
-206
/
+127
2025-11-28
net: Remove KMSG_COMPONENT macro
Heiko Carstens
-66
/
+33
2025-11-28
net/socket: convert __sys_accept4_file() to FD_ADD()
Christian Brauner
-14
/
+1
2025-11-28
net/socket: convert sock_map_fd() to FD_ADD()
Christian Brauner
-14
/
+5
2025-11-28
net/kcm: convert kcm_ioctl() to FD_PREPARE()
Christian Brauner
-15
/
+7
2025-11-28
net/handshake: convert handshake_nl_accept_doit() to FD_PREPARE()
Christian Brauner
-20
/
+18
2025-11-28
af_unix: convert unix_file_open() to FD_ADD()
Christian Brauner
-15
/
+1
2025-11-27
net: restore napi_consume_skb()'s NULL-handling
Jakub Kicinski
-1
/
+1
2025-11-27
netmem, devmem, tcp: access pp fields through @desc in net_iov
Byungchul Park
-4
/
+4
2025-11-28
netfilter: nft_connlimit: add support to object update operation
Fernando Fernandez Mancera
-1
/
+12
2025-11-28
netfilter: nft_connlimit: update the count if add was skipped
Fernando Fernandez Mancera
-6
/
+19
2025-11-28
netfilter: nf_conncount: make nf_conncount_gc_list() to disable BH
Fernando Fernandez Mancera
-13
/
+18
2025-11-28
netfilter: nf_conncount: rework API to use sk_buff directly
Fernando Fernandez Mancera
-94
/
+134
2025-11-28
netfilter: flowtable: Add IPIP tx sw acceleration
Lorenzo Bianconi
-4
/
+106
2025-11-28
netfilter: flowtable: Add IPIP rx sw acceleration
Lorenzo Bianconi
-13
/
+122
2025-11-28
netfilter: flowtable: use tuple address to calculate next hop
Pablo Neira Ayuso
-4
/
+12
2025-11-28
netfilter: flowtable: remove hw_ifidx
Pablo Neira Ayuso
-5
/
+1
2025-11-28
netfilter: flowtable: inline pppoe encapsulation in xmit path
Pablo Neira Ayuso
-7
/
+44
2025-11-28
netfilter: flowtable: inline vlan encapsulation in xmit path
Pablo Neira Ayuso
-3
/
+29
2025-11-27
netfilter: flowtable: consolidate xmit path
Pablo Neira Ayuso
-39
/
+56
2025-11-27
netfilter: flowtable: move path discovery infrastructure to its own file
Pablo Neira Ayuso
-259
/
+275
2025-11-27
netfilter: flowtable: check for maximum number of encapsulations in bridge vlan
Pablo Neira Ayuso
-1
/
+8
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-156
/
+240
2025-11-27
Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-client
Linus Torvalds
-39
/
+64
2025-11-27
Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...
Paolo Abeni
-8
/
+46
2025-11-27
mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...
Kuniyuki Iwashima
-0
/
+6
2025-11-27
net: mctp: unconditionally set skb->dev on dst output
Jeremy Kerr
-0
/
+1
2025-11-27
libceph: prevent potential out-of-bounds writes in handle_auth_session_key()
ziming zhang
-0
/
+2
2025-11-27
libceph: replace BUG_ON with bounds check for map->max_osd
ziming zhang
-7
/
+11
2025-11-27
ceph: fix crash in process_v2_sparse_read() for encrypted directories
Viacheslav Dubeyko
-4
/
+7
[prev]
[next]