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-04-14
udp: properly deal with xfrm encap and ADDRFORM
Paolo Abeni
-5
/
+28
2025-04-14
net: don't mix device locking in dev_close_many() calls
Jakub Kicinski
-4
/
+13
2025-04-14
net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRP
Fernando Fernandez Mancera
-0
/
+17
2025-04-14
espintcp: remove encap socket caching to avoid reference leak
Sabrina Dubroca
-93
/
+8
2025-04-14
espintcp: fix skb leaks
Sabrina Dubroca
-3
/
+9
2025-04-13
batman-adv: Drop unused net_namespace.h include
Sven Eckelmann
-1
/
+0
2025-04-13
batman-adv: Switch to crc32 header for crc32c
Sven Eckelmann
-2
/
+2
2025-04-12
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-36
/
+44
2025-04-11
tcp: Rename tcp_or_dccp_get_hashinfo().
Kuniyuki Iwashima
-11
/
+12
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
-47
/
+20
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
-13586
/
+4
2025-04-11
net: mctp: Set SOCK_RCU_FREE
Matt Johnston
-0
/
+3
2025-04-11
ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()
Damodharam Ammepalli
-1
/
+1
2025-04-11
Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-0
/
+3
2025-04-11
Merge tag 'for-net-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
-5
/
+11
2025-04-11
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
-2
/
+2
2025-04-11
smc: Fix lockdep false-positive for IPPROTO_SMC.
Kuniyuki Iwashima
-0
/
+5
2025-04-11
Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...
Johannes Berg
-1
/
+0
2025-04-11
xfrm: Remove unnecessary strscpy_pad() size arguments
Thorsten Blum
-5
/
+5
2025-04-10
ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcu
Zhengchao Shao
-2
/
+1
2025-04-10
ipv6: add exception routes to GC list in rt6_insert_exception
Xin Long
-0
/
+1
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
-0
/
+2
2025-04-10
tcp: add LINUX_MIB_PAWS_TW_REJECTED counter
Jiayuan Chen
-1
/
+2
2025-04-10
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
-4
/
+9
2025-04-10
af_unix: Remove unix_unhash()
Michal Luczaj
-8
/
+0
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-389
/
+495
2025-04-10
Bluetooth: l2cap: Check encryption key size on incoming connection
Frédéric Danis
-1
/
+2
2025-04-10
Bluetooth: increment TX timestamping tskey always for stream sockets
Pauli Virtanen
-2
/
+6
2025-04-10
Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address
Luiz Augusto von Dentz
-2
/
+3
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-121
/
+228
2025-04-10
ethtool: cmis_cdb: Fix incorrect read / write length extension
Ido Schimmel
-16
/
+3
2025-04-10
nft_set_pipapo: fix incorrect avx2 match of 5th field octet
Florian Westphal
-1
/
+2
2025-04-09
bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags
Willem de Bruijn
-36
/
+44
2025-04-09
bpf, sockmap: Fix panic when calling skb_linearize
Jiayuan Chen
-15
/
+16
2025-04-09
bpf, sockmap: fix duplicated data transmission
Jiayuan Chen
-5
/
+9
2025-04-09
bpf, sockmap: Fix data lost during EAGAIN retries
Jiayuan Chen
-1
/
+2
2025-04-09
bpf: fix ktls panic with sockmap
Jiayuan Chen
-2
/
+6
2025-04-09
net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridge
Amit Cohen
-0
/
+7
2025-04-09
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
-0
/
+5
2025-04-09
ipv6: Align behavior across nexthops during path selection
Ido Schimmel
-4
/
+4
2025-04-09
netdev: depend on netdev->lock for qstats in ops locked drivers
Jakub Kicinski
-12
/
+17
2025-04-09
netdev: depend on netdev->lock for xdp features
Jakub Kicinski
-14
/
+12
2025-04-09
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
-2
/
+12
2025-04-09
netdev: don't hold rtnl_lock over nl queue info get when possible
Jakub Kicinski
-11
/
+7
2025-04-09
netdev: add "ops compat locking" helpers
Jakub Kicinski
-0
/
+66
2025-04-09
net: designate XSK pool pointers in queues as "ops protected"
Jakub Kicinski
-1
/
+5
2025-04-09
net: avoid potential race between netdev_get_by_index_lock() and netns switch
Jakub Kicinski
-8
/
+19
2025-04-09
batman-adv: no need to start/stop queue on mesh-iface
Antonio Quartulli
-14
/
+0
2025-04-09
batman-adv: constify and move broadcast addr definition
Matthias Schiffer
-4
/
+3
2025-04-09
net_sched: sch_sfq: move the limit validation
Octavian Purdila
-4
/
+6
[prev]
[next]