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-07-07
netpoll: factor out IPv4 header setup into push_ipv4() helper
Breno Leitao
-26
/
+36
2025-07-07
netpoll: factor out IPv6 header setup into push_ipv6() helper
Breno Leitao
-20
/
+29
2025-07-07
netpoll: factor out UDP checksum calculation into helper
Breno Leitao
-15
/
+26
2025-07-07
netpoll: Improve code clarity with explicit struct size calculations
Breno Leitao
-6
/
+6
2025-07-07
net: remove RTNL use for /proc/sys/net/core/rps_default_mask
Eric Dumazet
-26
/
+28
2025-07-07
page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems...
Byungchul Park
-3
/
+3
2025-07-07
page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netme...
Byungchul Park
-4
/
+4
2025-07-07
page_pool: rename page_pool_return_page() to page_pool_return_netmem()
Byungchul Park
-11
/
+11
2025-07-07
tipc: Fix use-after-free in tipc_conn_close().
Kuniyuki Iwashima
-0
/
+2
2025-07-07
netlink: Fix wraparounds of sk->sk_rmem_alloc.
Kuniyuki Iwashima
-32
/
+49
2025-07-07
net: openvswitch: allow providing upcall pid for the 'execute' command
Ilya Maximets
-3
/
+15
2025-07-07
wifi: prevent A-MSDU attacks in mesh networks
Mathy Vanhoef
-2
/
+50
2025-07-07
wifi: mac80211: reject VHT opmode for unsupported channel widths
Moon Hee Lee
-0
/
+14
2025-07-07
wifi: mac80211: fix non-transmitted BSSID profile search
Johannes Berg
-4
/
+2
2025-07-07
wifi: mac80211: clear frame buffer to never leak stack
Johannes Berg
-0
/
+3
2025-07-07
wifi: mac80211: correctly identify S1G short beacon
Lachlan Hodges
-2
/
+5
2025-07-04
libceph: Rename hmac_sha256() to ceph_hmac_sha256()
Eric Biggers
-6
/
+6
2025-07-04
af_unix: enable handing out pidfds for reaped tasks in SCM_PIDFD
Alexander Mikhalitsyn
-1
/
+2
2025-07-04
af_unix: stash pidfs dentry when needed
Alexander Mikhalitsyn
-1
/
+17
2025-07-04
af_unix/scm: fix whitespace errors
Alexander Mikhalitsyn
-1
/
+1
2025-07-04
af_unix: introduce and use scm_replace_pid() helper
Alexander Mikhalitsyn
-3
/
+19
2025-07-04
af_unix: introduce unix_skb_to_scm helper
Alexander Mikhalitsyn
-4
/
+8
2025-07-04
af_unix: rework unix_maybe_add_creds() to allow sleep
Alexander Mikhalitsyn
-7
/
+25
2025-07-04
xfrm: Skip redundant statistics update for crypto offload
Jianbo Liu
-1
/
+6
2025-07-04
xfrm: interface: fix use-after-free after changing collect_md xfrm interface
Eyal Birger
-6
/
+1
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-157
/
+178
2025-07-03
Merge tag 'net-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-156
/
+177
2025-07-03
Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connected
Luiz Augusto von Dentz
-0
/
+3
2025-07-03
Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle
Luiz Augusto von Dentz
-1
/
+1
2025-07-03
Bluetooth: hci_sync: Fix not disabling advertising instance
Luiz Augusto von Dentz
-1
/
+1
2025-07-03
ipv6: Cleanup fib6_drop_pcpu_from()
Yue Haibing
-19
/
+7
2025-07-03
netfilter: conntrack: remove DCCP protocol support
Pablo Neira Ayuso
-1000
/
+16
2025-07-03
vsock/vmci: Clear the vmci transport packet properly when initializing it
HarshaVardhana S A
-2
/
+2
2025-07-02
rpc_create_client_dir(): return 0 or -E...
Al Viro
-28
/
+20
2025-07-02
rpc_create_client_dir(): don't bother with rpc_populate()
Al Viro
-18
/
+7
2025-07-02
rpc_new_dir(): the last argument is always NULL
Al Viro
-9
/
+6
2025-07-02
rpc_pipe: expand the calls of rpc_mkdir_populate()
Al Viro
-41
/
+22
2025-07-02
rpc_gssd_dummy_populate(): don't bother with rpc_populate()
Al Viro
-44
/
+11
2025-07-02
rpc_mkpipe_dentry(): switch to simple_start_creating()
Al Viro
-54
/
+29
2025-07-02
rpc_pipe: saner primitive for creating regular files
Al Viro
-25
/
+36
2025-07-02
rpc_pipe: saner primitive for creating subdirectories
Al Viro
-28
/
+39
2025-07-02
rpc_pipe: don't overdo directory locking
Al Viro
-35
/
+9
2025-07-02
rpc_mkpipe_dentry(): saner calling conventions
Al Viro
-23
/
+13
2025-07-02
rpc_unlink(): saner calling conventions
Al Viro
-10
/
+8
2025-07-02
rpc_populate(): lift cleanup into callers
Al Viro
-66
/
+5
2025-07-02
rpc_unlink(): use simple_recursive_removal()
Al Viro
-20
/
+4
2025-07-02
rpc_{rmdir_,}depopulate(): use simple_recursive_removal() instead
Al Viro
-41
/
+3
2025-07-02
rpc_pipe: clean failure exits in fill_super
Al Viro
-51
/
+16
2025-07-02
net: ipv6: Fix spelling mistake
Chenguang Zhao
-3
/
+3
2025-07-02
devlink: Extend devlink rate API with traffic classes bandwidth management
Carolina Jubran
-4
/
+139
[prev]
[next]