index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
openclose.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-11
mptcp: avoid setting TCP_CLOSE state twice
Matthieu Baerts
1
-1
/
+0
2023-03-11
mptcp: add ro_after_init for tcp{,v6}_prot_override
Geliang Tang
1
-2
/
+2
2023-03-11
selftests: mptcp: userspace pm: fix printed values
Matthieu Baerts
1
-1
/
+1
2023-03-11
mptcp: fix UaF in listener shutdown
Paolo Abeni
3
-78
/
+2
2023-03-11
mptcp: use the workqueue to destroy unaccepted sockets
Paolo Abeni
3
-16
/
+46
2023-03-11
mptcp: refactor passive socket initialization
Paolo Abeni
2
-23
/
+21
2023-03-11
mptcp: fix possible deadlock in subflow_error_report
Paolo Abeni
1
-0
/
+7
2023-03-11
mvpp2: take care of xdp_features when reconfiguring queues
Matteo Croce
1
-3
/
+12
2023-03-11
net/mlx5e: take into account device reconfiguration for xdp_features flag
Lorenzo Bianconi
4
-12
/
+39
2023-03-11
veth: take into account device reconfiguration for xdp_features flag
Lorenzo Bianconi
1
-4
/
+38
2023-03-11
net: ena: take into account xdp_features setting tx/rx queues
Lorenzo Bianconi
2
-5
/
+16
2023-03-11
net: thunderx: take into account xdp_features setting tx/rx queues
Lorenzo Bianconi
2
-7
/
+14
2023-03-11
xdp: add xdp_set_features_flag utility routine
Lorenzo Bianconi
5
-7
/
+35
2023-03-11
tools: ynl: fix get_mask utility routine
Lorenzo Bianconi
1
-4
/
+2
2023-03-11
tools: ynl: fix render-max for flags definition
Lorenzo Bianconi
1
-3
/
+8
2023-03-11
i40e: Fix kernel crash during reboot when adapter is in recovery mode
Ivan Vecera
1
-0
/
+1
2023-03-11
ipvlan: Make skb->skb_iif track skb->dev for l3s mode
Jianguo Wu
1
-0
/
+1
2023-03-11
net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit
Radu Pirea (OSS)
1
-1
/
+1
2023-03-11
MAINTAINERS: make my email address consistent
Jiri Pirko
2
-3
/
+6
2023-03-11
virtio_net: add checking sq is full inside xdp xmit
Xuan Zhuo
1
-0
/
+3
2023-03-11
virtio_net: separate the logic of checking whether sq is full
Xuan Zhuo
1
-24
/
+36
2023-03-11
virtio_net: reorder some funcs
Xuan Zhuo
1
-46
/
+46
2023-03-11
nfc: pn533: initialize struct pn533_out_arg properly
Fedor Pchelkin
1
-0
/
+1
2023-03-10
wifi: cfg80211: fix MLO connection ownership
Johannes Berg
1
-9
/
+7
2023-03-10
wifi: mac80211: check basic rates validity
Johannes Berg
1
-10
/
+11
2023-03-10
wifi: nl80211: fix puncturing bitmap policy
Johannes Berg
1
-1
/
+7
2023-03-10
wifi: nl80211: fix NULL-ptr deref in offchan check
Johannes Berg
1
-1
/
+1
2023-03-10
tcp: tcp_make_synack() can be called from process context
Breno Leitao
1
-1
/
+1
2023-03-09
sh: sanitize the flags on sigreturn
Al Viro
2
-0
/
+4
2023-03-09
tools: ynl: fix enum-as-flags in the generic CLI
Jakub Kicinski
2
-9
/
+7
2023-03-09
tools: ynl: move the enum classes to shared code
Jakub Kicinski
3
-89
/
+121
2023-03-09
net: avoid double iput when sock_alloc_file fails
Thadeu Lima de Souza Cascardo
1
-7
/
+4
2023-03-09
af_unix: fix struct pid leaks in OOB support
Eric Dumazet
1
-2
/
+8
2023-03-09
eth: fealnx: bring back this old driver
Jakub Kicinski
5
-0
/
+1966
2023-03-09
net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC
Vladimir Oltean
1
-15
/
+20
2023-03-08
x86/resctl: fix scheduler confusion with 'current'
Linus Torvalds
4
-10
/
+10
2023-03-08
net: microchip: sparx5: fix deletion of existing DSCP mappings
Daniel Machon
1
-16
/
+16
2023-03-08
octeontx2-af: Unlock contexts in the queue context cache in case of fault det...
Suman Ghosh
5
-7
/
+82
2023-03-08
net/smc: fix fallback failed while sendmsg with fastopen
D. Wythe
1
-5
/
+8
2023-03-08
netfilter: nft_redir: correct value of inet type `.maxattrs`
Jeremy Sowden
1
-1
/
+1
2023-03-08
netfilter: nft_redir: correct length for loading protocol registers
Jeremy Sowden
1
-1
/
+1
2023-03-08
netfilter: nft_masq: correct length for loading protocol registers
Jeremy Sowden
1
-1
/
+1
2023-03-08
netfilter: nft_nat: correct length for loading protocol registers
Jeremy Sowden
1
-1
/
+1
2023-03-07
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
20
-18
/
+28
2023-03-07
mailmap: update entries for Stephen Hemminger
Stephen Hemminger
1
-1
/
+4
2023-03-07
mailmap: add entry for Maxim Mikityanskiy
Jakub Kicinski
1
-0
/
+2
2023-03-07
nfc: change order inside nfc_se_io error path
Fedor Pchelkin
1
-1
/
+1
2023-03-07
ethernet: ice: avoid gcc-9 integer overflow warning
Arnd Bergmann
1
-4
/
+4
2023-03-07
ice: don't ignore return codes in VSI related code
Michal Swiatkowski
1
-7
/
+10
2023-03-07
ice: Fix DSCP PFC TLV creation
Dave Ertman
1
-1
/
+1
[next]