index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
Paul Blakey
2
-5
/
+14
2022-03-01
libceph: drop else branches in prepare_read_data{,_cont}
Jeff Layton
1
-6
/
+2
2022-03-01
Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
David S. Miller
6
-16
/
+40
2022-03-01
net/smc: don't send in the BH context if sock_owned_by_user
Dust Li
3
-5
/
+34
2022-03-01
net/smc: don't req_notify until all CQEs drained
Dust Li
1
-21
/
+28
2022-03-01
net/smc: correct settings of RMB window update limit
Dust Li
1
-1
/
+1
2022-03-01
net/smc: send directly on setting TCP_NODELAY
Dust Li
1
-2
/
+2
2022-03-01
net/smc: add sysctl for autocorking
Dust Li
2
-1
/
+11
2022-03-01
net/smc: add autocorking support
Dust Li
3
-15
/
+105
2022-03-01
net/smc: add sysctl interface for SMC
Dust Li
4
-1
/
+113
2022-03-01
cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo
Johannes Berg
1
-1
/
+1
2022-03-01
xfrm: fix tunnel model fragmentation behavior
Lina Wang
2
-1
/
+20
2022-03-01
netfilter: nf_queue: handle socket prefetch
Florian Westphal
1
-0
/
+12
2022-03-01
netfilter: nf_queue: fix possible use-after-free
Florian Westphal
2
-7
/
+18
2022-03-01
netfilter: nf_queue: don't assume sk is full socket
Florian Westphal
1
-1
/
+10
2022-03-01
mac80211: treat some SAE auth steps as final
Johannes Berg
2
-5
/
+13
2022-03-01
nl80211: Handle nla_memdup failures in handle_nan_filter
Jiasheng Jiang
1
-0
/
+12
2022-02-28
netfilter: fix use-after-free in __nf_register_net_hook()
Eric Dumazet
1
-2
/
+3
2022-02-28
SUNRPC: Teach server to recognize RPC_AUTH_TLS
Chuck Lever
2
-0
/
+62
2022-02-28
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
Chuck Lever
1
-11
/
+26
2022-02-28
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
1
-2
/
+0
2022-02-28
SUNRPC: Remove svc_shutdown_net()
Chuck Lever
2
-8
/
+7
2022-02-28
SUNRPC: Rename svc_close_xprt()
Chuck Lever
3
-4
/
+9
2022-02-28
SUNRPC: Rename svc_create_xprt()
Chuck Lever
1
-5
/
+19
2022-02-28
SUNRPC: Remove svo_shutdown method
Chuck Lever
1
-3
/
+0
2022-02-28
SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()
Chuck Lever
1
-16
/
+10
2022-02-28
SUNRPC: Remove the .svo_enqueue_xprt method
Chuck Lever
1
-5
/
+5
2022-02-28
xsk: Fix race at socket teardown
Magnus Karlsson
1
-19
/
+50
2022-02-28
net: decnet: use time_is_before_jiffies() instead of open coding it
Wang Qing
1
-1
/
+2
2022-02-28
net/sysctl: avoid two synchronize_rcu() calls
Eric Dumazet
1
-4
/
+2
2022-02-28
net/smc: Call trace_smc_tx_sendmsg when data corked
Tony Lu
1
-9
/
+8
2022-02-28
net/smc: Fix cleanup when register ULP fails
Tony Lu
1
-1
/
+3
2022-02-28
net: flow_offload: add tc police action parameters
Jianbo Liu
1
-0
/
+46
2022-02-28
net: ipv6: ensure we call ipv6_mc_down() at most once
j.nixdorf@avm.de
1
-2
/
+6
2022-02-27
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
3
-2
/
+6
2022-02-27
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
3
-36
/
+141
2022-02-27
net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vid
Vladimir Oltean
2
-5
/
+5
2022-02-27
net: dsa: tag_8021q: merge RX and TX VLANs
Vladimir Oltean
3
-128
/
+47
2022-02-27
net: dsa: tag_8021q: add support for imprecise RX based on the VBID
Vladimir Oltean
3
-12
/
+50
2022-02-27
net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging
Vladimir Oltean
3
-92
/
+48
2022-02-26
net: neigh: add skb drop reasons to arp_error_report()
Menglong Dong
1
-1
/
+1
2022-02-26
net: neigh: use kfree_skb_reason() for __neigh_event_send()
Menglong Dong
1
-3
/
+3
2022-02-26
net: ip: add skb drop reasons for ip egress path
Menglong Dong
2
-7
/
+7
2022-02-25
mctp: Avoid warning if unregister notifies twice
Matt Johnston
1
-4
/
+4
2022-02-25
SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2
-3
/
+3
2022-02-25
SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
4
-19
/
+19
2022-02-25
SUNRPC: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
5
-7
/
+7
2022-02-25
SUNRPC: remove redundant pointer plainhdr
Colin Ian King
1
-2
/
+2
2022-02-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
9
-32
/
+42
2022-02-25
net: dcb: flush lingering app table entries for unregistered devices
Vladimir Oltean
1
-0
/
+44
[prev]
[next]