index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: prepare sta handling for MLO support
Sriram R
2022-04-11
27
-332
/
+385
*
mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs output)
Peter Seiderer
2022-04-11
1
-0
/
+3
*
nl80211: show SSID for P2P_GO interfaces
Johannes Berg
2022-04-11
1
-0
/
+1
*
mac80211: introduce BSS color collision detection
Lorenzo Bianconi
2022-04-11
2
-0
/
+47
*
mac80211: protect ieee80211_assign_beacon with next_beacon check
Lorenzo Bianconi
2022-04-11
1
-10
/
+12
*
net: ensure net_todo_list is processed quickly
Johannes Berg
2022-04-05
2
-1
/
+34
*
Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-03-31
9
-27
/
+68
|
\
|
*
openvswitch: Add recirc_id to recirc warning
Stéphane Graber
2022-03-31
1
-2
/
+2
|
*
Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...
Jakub Kicinski
2022-03-31
1
-1
/
+1
|
|
\
|
|
*
can: isotp: restore accidentally removed MSG_PEEK feature
Oliver Hartkopp
2022-03-31
1
-1
/
+1
|
*
|
rxrpc: fix some null-ptr-deref bugs in server_key.c
Xiaolong Huang
2022-03-31
1
-2
/
+5
|
*
|
rxrpc: Fix call timer start racing with call destruction
David Howells
2022-03-31
3
-14
/
+43
|
|
/
|
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-03-30
1
-2
/
+6
|
|
\
|
|
*
xsk: Do not write NULL in SW ring at allocation failure
Magnus Karlsson
2022-03-29
1
-2
/
+6
|
*
|
ax25: Fix UAF bugs in ax25 timers
Duoming Zhou
2022-03-29
1
-0
/
+5
|
*
|
ax25: fix UAF bug in ax25_send_control()
Duoming Zhou
2022-03-29
1
-4
/
+4
|
*
|
openvswitch: Fixed nd target mask field in the flow dump.
Martin Varghese
2022-03-29
1
-2
/
+2
|
|
/
*
|
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-03-30
18
-203
/
+273
|
\
\
|
|
/
|
/
|
|
*
SUNRPC: Don't return error values in sysfs read of closed files
Trond Myklebust
2022-03-25
1
-12
/
+15
|
*
SUNRPC: Do not dereference non-socket transports in sysfs
Trond Myklebust
2022-03-25
2
-30
/
+51
|
*
SUNRPC don't resend a task on an offlined transport
Olga Kornievskaia
2022-03-24
1
-1
/
+3
|
*
SUNRPC: avoid race between mod_timer() and del_timer_sync()
NeilBrown
2022-03-23
1
-0
/
+7
|
*
SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent
Trond Myklebust
2022-03-22
5
-16
/
+15
|
*
SUNRPC: Fix unx_lookup_cred() allocation
Trond Myklebust
2022-03-22
1
-8
/
+10
|
*
NFS: Fix memory allocation in rpc_alloc_task()
Trond Myklebust
2022-03-22
1
-3
/
+7
|
*
NFS: Fix memory allocation in rpc_malloc()
Trond Myklebust
2022-03-22
1
-7
/
+14
|
*
SUNRPC: Improve accuracy of socket ENOBUFS determination
Trond Myklebust
2022-03-22
1
-35
/
+18
|
*
SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE
Trond Myklebust
2022-03-22
1
-18
/
+4
|
*
SUNRPC: Fix socket waits for write buffer space
Trond Myklebust
2022-03-22
1
-15
/
+39
|
*
SUNRPC: Only save the TCP source port after the connection is complete
Trond Myklebust
2022-03-22
1
-2
/
+3
|
*
SUNRPC: Don't call connect() more than once on a TCP socket
Trond Myklebust
2022-03-22
1
-10
/
+12
|
*
SUNRPC: change locking for xs_swap_enable/disable
NeilBrown
2022-03-13
1
-15
/
+11
|
*
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
2022-03-13
1
-0
/
+2
|
*
SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
NeilBrown
2022-03-13
5
-7
/
+32
|
*
NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
NeilBrown
2022-03-13
1
-1
/
+1
|
*
SUNRPC: remove scheduling boost for "SWAPPER" tasks.
NeilBrown
2022-03-13
2
-18
/
+0
|
*
SUNRPC/xprt: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
2
-2
/
+5
|
*
SUNRPC/auth: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
4
-4
/
+21
|
*
SUNRPC/call_alloc: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
2
-2
/
+6
|
*
SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-26
2
-3
/
+3
|
*
SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-26
4
-19
/
+19
|
*
SUNRPC: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-26
5
-7
/
+7
|
*
SUNRPC: remove redundant pointer plainhdr
Colin Ian King
2022-02-26
1
-2
/
+2
*
|
Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-03-29
10
-65
/
+112
|
\
\
|
*
|
net/smc: Send out the remaining data in sndbuf before close
Wen Gu
2022-03-29
1
-0
/
+3
|
*
|
net: move net_unlink_todo() out of the header
Johannes Berg
2022-03-28
1
-0
/
+10
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
2022-03-28
3
-27
/
+36
|
|
\
\
|
|
*
|
memcg: enable accounting for nft objects
Vasily Averin
2022-03-28
2
-23
/
+23
|
|
*
|
netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
Pablo Neira Ayuso
2022-03-24
1
-4
/
+13
|
*
|
|
net/sched: act_ct: fix ref leak when switching zones
Marcelo Ricardo Leitner
2022-03-27
1
-6
/
+9
[next]