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
Age
Commit message (
Expand
)
Author
Lines
2022-05-16
netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices
Felix Fietkau
-9
/
+13
2022-05-16
netfilter: flowtable: fix excessive hw offload attempts after failure
Felix Fietkau
-1
/
+3
2022-05-12
Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-228
/
+848
2022-05-12
Merge branch 'for-5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+5
2022-05-12
Merge tag 'fixes_for_v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+21
2022-05-12
tls: Fix context leak on tls_device_down
Maxim Mikityanskiy
-0
/
+3
2022-05-12
net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
Taehee Yoo
-0
/
+5
2022-05-12
net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
Guangguan Wang
-2
/
+2
2022-05-12
net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()
Florian Fainelli
-0
/
+3
2022-05-12
mlxsw: Avoid warning during ip6gre device removal
Amit Cohen
-8
/
+3
2022-05-12
net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral
Florian Fainelli
-0
/
+4
2022-05-12
net: ethernet: mediatek: ppe: fix wrong size passed to memset()
Yang Yingliang
-1
/
+1
2022-05-11
Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
-3
/
+6
2022-05-11
Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
-74
/
+120
2022-05-11
Bluetooth: Fix the creation of hdev->name
Itay Iellin
-3
/
+6
2022-05-11
i40e: i40e_main: fix a missing check on list iterator
Xiaomeng Tong
-13
/
+14
2022-05-11
net/sched: act_pedit: really ensure the skb is writable
Paolo Abeni
-4
/
+23
2022-05-11
Merge branch 's390-net-fixes'
David S. Miller
-10
/
+8
2022-05-11
s390/lcs: fix variable dereferenced before check
Alexandra Winter
-3
/
+4
2022-05-11
s390/ctcm: fix potential memory leak
Alexandra Winter
-5
/
+1
2022-05-11
s390/ctcm: fix variable dereferenced before check
Alexandra Winter
-2
/
+3
2022-05-11
Merge branch 'atlantic-fixes'
David S. Miller
-9
/
+18
2022-05-11
net: atlantic: verify hw_head_ lies within TX buffer ring
Grant Grundler
-0
/
+7
2022-05-11
net: atlantic: add check for MAX_SKB_FRAGS
Grant Grundler
-1
/
+5
2022-05-11
net: atlantic: reduce scope of is_rsc_complete
Grant Grundler
-7
/
+6
2022-05-11
net: atlantic: fix "frag[0] not initialized"
Grant Grundler
-2
/
+1
2022-05-10
net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
Yang Yingliang
-3
/
+1
2022-05-10
net: phy: micrel: Fix incorrect variable type in micrel
Wan Jiabing
-3
/
+2
2022-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-7
/
+7
2022-05-10
udf: Avoid using stale lengthOfImpUse
Jan Kara
-4
/
+4
2022-05-10
virtio: fix virtio transitional ids
Shunsuke Mie
-7
/
+7
2022-05-10
decnet: Use container_of() for struct dn_neigh casts
Kees Cook
-5
/
+6
2022-05-10
writeback: Avoid skipping inode writeback
Jing Xia
-0
/
+4
2022-05-10
net: atlantic: always deep reset on pm op, fixing up my null deref regression
Manuel Ullmann
-2
/
+2
2022-05-09
Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-...
Jakub Kicinski
-0
/
+11
2022-05-09
net: dsa: flush switchdev workqueue on bridge join error path
Vladimir Oltean
-0
/
+1
2022-05-09
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-28
/
+78
2022-05-09
net: phy: Fix race condition on link status change
Francesco Dolcini
-1
/
+6
2022-05-09
dim: initialize all struct fields
Jesse Brandeburg
-22
/
+22
2022-05-09
ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.
Jonathan Lemon
-1
/
+1
2022-05-09
ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
Yang Yingliang
-1
/
+4
2022-05-09
ionic: fix missing pci_release_regions() on error in ionic_probe()
Yang Yingliang
-1
/
+2
2022-05-09
Merge tag 'platform-drivers-x86-v5.18-4' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-14
/
+173
2022-05-09
rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition
Gleb Fotengauer-Malinovskiy
-1
/
+1
2022-05-09
nl80211: fix locking in nl80211_set_tx_bitrate_mask()
Johannes Berg
-2
/
+7
2022-05-09
mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection
Johannes Berg
-0
/
+3
2022-05-09
mac80211_hwsim: fix RCU protected chanctx access
Johannes Berg
-2
/
+5
2022-05-09
mailmap: update Kalle Valo's email
Kalle Valo
-0
/
+1
2022-05-09
fanotify: do not allow setting dirent events in mask of non-dir
Amir Goldstein
-0
/
+13
2022-05-09
selftests net: add UDP GRO fraglist + bpf self-tests
Lina Wang
-0
/
+403
[next]