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-05-23
netfilter: conntrack: make nf_conntrack_id callable without a module dependency
Florian Westphal
-0
/
+6
2025-05-23
netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmit
Sebastian Andrzej Siewior
-4
/
+18
2025-05-23
netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctx
Sebastian Andrzej Siewior
-3
/
+15
2025-05-23
netfilter: nf_dup{4, 6}: Move duplication check to task_struct
Sebastian Andrzej Siewior
-11
/
+8
2025-05-23
netfilter: nft_tunnel: fix geneve_opt dump
Fernando Fernandez Mancera
-4
/
+4
2025-05-23
netfilter: nf_tables: nft_fib: consistent l3mdev handling
Florian Westphal
-5
/
+10
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
-2
/
+34
2025-05-23
af_unix: Inherit sk_flags at connect().
Kuniyuki Iwashima
-6
/
+6
2025-05-23
af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.
Kuniyuki Iwashima
-52
/
+39
2025-05-23
net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.
Kuniyuki Iwashima
-0
/
+18
2025-05-23
tcp: Restrict SO_TXREHASH to TCP socket.
Kuniyuki Iwashima
-0
/
+5
2025-05-23
scm: Move scm_recv() from scm.h to scm.c.
Kuniyuki Iwashima
-0
/
+123
2025-05-23
af_unix: Don't pass struct socket to maybe_add_creds().
Kuniyuki Iwashima
-11
/
+12
2025-05-23
af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD.
Kuniyuki Iwashima
-22
/
+15
2025-05-22
bpf, sockmap: Avoid using sk_socket after free when sending
Jiayuan Chen
-0
/
+8
2025-05-22
Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
-11
/
+32
2025-05-22
Merge tag 'for-net-next-2025-05-22' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
-66
/
+403
2025-05-22
Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach()
Dmitry Antipov
-1
/
+1
2025-05-22
Bluetooth: L2CAP: Fix not checking l2cap_chan security level
Luiz Augusto von Dentz
-7
/
+8
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-185
/
+139
2025-05-22
netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy
Florian Westphal
-4
/
+9
2025-05-22
netfilter: xtables: support arpt_mark and ipv6 optstrip for iptables-nft only...
Florian Westphal
-3
/
+3
2025-05-22
net: Add support for providing the PTP hardware source in tsinfo
Kory Maincent
-5
/
+47
2025-05-22
Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
-114
/
+44
2025-05-22
net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done
Wang Liang
-0
/
+5
2025-05-22
sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()
Cong Wang
-3
/
+3
2025-05-21
net: add debug checks in ____napi_schedule() and napi_poll()
Eric Dumazet
-2
/
+8
2025-05-21
net: remove skb_copy_and_hash_datagram_iter()
Eric Biggers
-37
/
+0
2025-05-21
net: add skb_copy_and_crc32c_datagram_iter()
Eric Biggers
-0
/
+33
2025-05-21
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
-52
/
+7
2025-05-21
sctp: use skb_crc32c() instead of __skb_checksum()
Eric Biggers
-7
/
+5
2025-05-21
net: use skb_crc32c() in skb_crc32c_csum_help()
Eric Biggers
-5
/
+3
2025-05-21
net: add skb_crc32c()
Eric Biggers
-0
/
+73
2025-05-21
net: introduce CONFIG_NET_CRC32C
Eric Biggers
-0
/
+7
2025-05-21
Bluetooth: separate CIS_LINK and BIS_LINK link types
Pauli Virtanen
-46
/
+66
2025-05-21
Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFO
Pauli Virtanen
-0
/
+120
2025-05-21
Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fields
Luiz Augusto von Dentz
-3
/
+14
2025-05-21
Bluetooth: ISO: Fix not using SID from adv report
Luiz Augusto von Dentz
-14
/
+75
2025-05-21
Bluetooth: Introduce HCI Driver protocol
Hsin-chen Chuang
-3
/
+128
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
-3
/
+3
2025-05-21
coredump: add coredump socket
Christian Brauner
-13
/
+41
2025-05-21
xsk: Bring back busy polling support in XDP_COPY
Samiullah Khawaja
-1
/
+1
2025-05-21
wifi: mac80211: accept probe response on link address as well
Aditya Kumar Singh
-1
/
+17
2025-05-21
wifi: mac80211: validate SCAN_FLAG_AP in scan request during MLO
Aditya Kumar Singh
-1
/
+1
2025-05-21
wifi: check if socket flags are valid
Bert Karwatzki
-4
/
+4
2025-05-20
ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.
Kuniyuki Iwashima
-37
/
+7
2025-05-20
ipv6: Pass gfp_flags down to ip6_route_info_create_nh().
Kuniyuki Iwashima
-4
/
+5
2025-05-20
Revert "ipv6: Factorise ip6_route_multipath_add()."
Kuniyuki Iwashima
-123
/
+70
2025-05-20
Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6loc...
Kuniyuki Iwashima
-3
/
+3
2025-05-20
ipv6: Narrow down RCU critical section in inet6_rtm_newroute().
Kuniyuki Iwashima
-15
/
+25
[prev]
[next]