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
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-23
wifi: nl80211: add link id of transmitted profile for MLO MBSSID
Rameshkumar Sundaram
1
-0
/
+2
2025-04-23
wifi: mac80211: update ML STA with EML capabilities
Ramasamy Kaliappan
1
-0
/
+2
2025-04-23
wifi: cfg80211: Add support to get EMLSR capabilities of non-AP MLD
Ramasamy Kaliappan
1
-0
/
+5
2025-04-23
Revert "mac80211: Dynamically set CoDel parameters per station"
Toke Høiland-Jørgensen
1
-16
/
+0
2025-04-23
wifi: cfg80211/mac80211: remove more 5/10 MHz code
Johannes Berg
1
-37
/
+0
2025-04-23
wifi: free SKBTX_WIFI_STATUS skb tx_flags flag
Johannes Berg
1
-2
/
+0
2025-04-22
xdp: create locked/unlocked instances of xdp redirect target setters
Joshua Washington
1
-0
/
+3
2025-04-22
net: 802: Remove unused p8022 code
Dr. David Alan Gilbert
1
-16
/
+0
2025-04-22
vxlan: Convert FDB table to rhashtable
Ido Schimmel
1
-1
/
+1
2025-04-22
vxlan: Add a linked list of FDB entries
Ido Schimmel
1
-0
/
+1
2025-04-22
vxlan: Use a single lock to protect the FDB table
Ido Schimmel
1
-1
/
+1
2025-04-20
RDMA/mana_ib: Add support of 4M, 1G, and 2G pages
Konstantin Taranov
1
-14
/
+3
2025-04-20
RDMA/mana_ib: support of the zero based MRs
Konstantin Taranov
1
-1
/
+10
2025-04-17
net: Delete the outer () duplicated of macro SOCK_SKB_CB_OFFSET definition
Zijun Hu
1
-2
/
+2
2025-04-17
netdev: fix the locking for netdev notifications
Jakub Kicinski
1
-0
/
+16
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+30
2025-04-17
xfrm: Migrate offload configuration
Chiachang Wang
1
-2
/
+6
2025-04-16
eth: bnxt: add support rx side device memory TCP
Taehee Yoo
1
-0
/
+11
2025-04-16
bonding: Fix multiple long standing offload races
Cosmin Ratiu
1
-2
/
+5
2025-04-16
xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
Cosmin Ratiu
1
-0
/
+8
2025-04-15
net: fib_rules: Fix iif / oif matching on L3 master device
Ido Schimmel
3
-0
/
+30
2025-04-15
netlink: Introduce nlmsg_payload helper
Breno Leitao
1
-0
/
+16
2025-04-15
mptcp: sched: remove mptcp_sched_data
Matthieu Baerts (NGI0)
1
-11
/
+2
2025-04-14
rxrpc: Display security params in the afs_cb_call tracepoint
David Howells
1
-0
/
+2
2025-04-14
rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE
David Howells
1
-0
/
+24
2025-04-14
rxrpc: Pull out certain app callback funcs into an ops table
David Howells
1
-10
/
+15
2025-04-14
net: Remove ->exit_batch_rtnl().
Kuniyuki Iwashima
1
-2
/
+0
2025-04-14
ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().
Kuniyuki Iwashima
1
-4
/
+3
2025-04-14
net: Add ->exit_rtnl() hook to struct pernet_operations.
Kuniyuki Iwashima
1
-0
/
+2
2025-04-14
page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Toke Høiland-Jørgensen
1
-0
/
+6
2025-04-14
udp: properly deal with xfrm encap and ADDRFORM
Paolo Abeni
1
-1
/
+0
2025-04-14
espintcp: remove encap socket caching to avoid reference leak
Sabrina Dubroca
1
-1
/
+0
2025-04-11
tcp: Rename tcp_or_dccp_get_hashinfo().
Kuniyuki Iwashima
1
-2
/
+1
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
1
-1
/
+0
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
3
-10
/
+2
2025-04-10
tcp: add LINUX_MIB_PAWS_TW_REJECTED counter
Jiayuan Chen
1
-0
/
+1
2025-04-10
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
2
-1
/
+8
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+41
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-3
/
+40
2025-04-09
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-2
/
+38
2025-04-09
netdev: depend on netdev->lock for qstats in ops locked drivers
Jakub Kicinski
1
-1
/
+3
2025-04-09
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
1
-0
/
+1
2025-04-09
netdev: add "ops compat locking" helpers
Jakub Kicinski
1
-0
/
+16
2025-04-09
net: designate XSK pool pointers in queues as "ops protected"
Jakub Kicinski
1
-3
/
+3
2025-04-08
udp_tunnel: use static call for GRO hooks when possible
Paolo Abeni
1
-0
/
+4
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
3
-0
/
+24
2025-04-08
net: rps: remove kfree_rcu_mightsleep() use
Eric Dumazet
1
-2
/
+3
2025-04-08
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo Cañuelo Navarro
1
-1
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-04-04
net: move mp dev config validation to __net_mp_open_rxq()
Jakub Kicinski
1
-0
/
+6
[prev]
[next]