index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
19
-34
/
+33
2022-10-13
Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
37
-71
/
+199
2022-10-13
sunhme: fix an IS_ERR() vs NULL check in probe
Dan Carpenter
1
-2
/
+2
2022-10-13
net: marvell: prestera: fix a couple NULL vs IS_ERR() checks
Dan Carpenter
1
-3
/
+3
2022-10-13
Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Abeni
1
-0
/
+2
2022-10-13
Merge branch 'cve-fixes-2022-10-13'
Johannes Berg
14
-23
/
+49
2022-10-12
net: phy: micrel: Fixes FIELD_GET assertion
Divya Koppera
1
-4
/
+5
2022-10-12
net/mlx5: Make ASO poll CQ usable in atomic context
Leon Romanovsky
4
-13
/
+11
2022-10-12
net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused ports
Matthias Schiffer
1
-1
/
+4
2022-10-11
Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
7
-19
/
+31
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
3
-8
/
+8
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
8
-11
/
+11
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
6
-7
/
+7
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
8
-10
/
+9
2022-10-11
wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warning
Kalle Valo
1
-2
/
+3
2022-10-11
wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...
Jose Ignacio Tornos Martinez
1
-0
/
+2
2022-10-11
wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921
Felix Fietkau
4
-7
/
+10
2022-10-11
wifi: mt76: fix receiving LLC packets on mt7615/mt7915
Felix Fietkau
2
-8
/
+8
2022-10-11
can: kvaser_usb_leaf: Fix CAN state after restart
Anssi Hannula
1
-0
/
+2
2022-10-11
can: kvaser_usb_leaf: Fix TX queue out of sync after restart
Anssi Hannula
3
-1
/
+5
2022-10-11
can: kvaser_usb: Fix use of uninitialized completion
Anssi Hannula
2
-1
/
+2
2022-10-11
can: kvaser_usb_leaf: Fix overread with an invalid command
Anssi Hannula
1
-0
/
+75
2022-10-10
nfp: flower: fix incorrect struct type in GRE key_size
Louis Peens
1
-2
/
+2
2022-10-10
net: sfp: fill also 5gbase-r and 25gbase-r modes in sfp_parse_support()
Marek BehĂșn
1
-0
/
+3
2022-10-10
net: systemport: Enable all RX descriptors for SYSTEMPORT Lite
Florian Fainelli
1
-1
/
+1
2022-10-10
net: prestera: span: do not unbind things things that were never bound
Maksym Glubokiy
1
-1
/
+4
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2022-10-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-16
/
+32
2022-10-10
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2
-3
/
+2
2022-10-10
wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
Johannes Berg
1
-0
/
+2
2022-10-10
octeontx2-pf: mcs: fix possible memory leak in otx2_probe()
Yang Yingliang
1
-1
/
+3
2022-10-09
octeontx2-af: cn10k: mcs: Fix error return code in mcs_register_interrupts()
Yang Yingliang
1
-1
/
+3
2022-10-09
octeontx2-pf: mcs: fix missing unlock in some error paths
Yang Yingliang
1
-2
/
+3
2022-10-09
macvlan: enforce a consistent minimal mtu
Eric Dumazet
1
-1
/
+1
2022-10-07
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-1
/
+3
2022-10-07
virtio-net: use mtu size as buffer length for big packets
Gavin Li
1
-13
/
+24
2022-10-07
virtio-net: introduce and use helper function for guest gso support checks
Gavin Li
1
-4
/
+9
2022-10-07
net: ethernet: bgmac: Remove -Warray-bounds exception
Kees Cook
1
-5
/
+0
2022-10-07
net: ethernet: mediatek: Remove -Warray-bounds exception
Kees Cook
1
-5
/
+0
2022-10-07
prestera: matchall: do not rollback if rule exists
Serhiy Boiko
1
-0
/
+2
2022-10-07
net: enetc: Remove duplicated include in enetc_qos.c
Yang Li
1
-1
/
+0
2022-10-07
octeontx2-pf: mcs: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-10-07
hv_netvsc: Fix race between VF offering and VF association message from host
Gaurav Kohli
3
-1
/
+25
2022-10-06
Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2022-10-06
wifi: mt76: fix rate reporting / throughput regression on mt7915 and newer
Felix Fietkau
1
-2
/
+8
2022-10-05
net: ethernet: adi: adin1110: Add check in netdev_event
Alexandru Tachici
1
-5
/
+8
2022-10-05
net: pse-pd: PSE_REGULATOR should depend on REGULATOR
Geert Uytterhoeven
1
-0
/
+1
2022-10-04
Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-17
/
+7
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1150
-23519
/
+80194
[next]