index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-12
net: mvmdio: avoid error message for optional IRQ
Chris Packham
1
-3
/
+3
2020-03-12
net: dsa: mv88e6xxx: Add missing mask of ATU occupancy register
Andrew Lunn
1
-0
/
+2
2020-03-11
s390/qeth: implement smarter resizing of the RX buffer pool
Julian Wiedmann
4
-19
/
+56
2020-03-11
s390/qeth: refactor buffer pool code
Julian Wiedmann
1
-32
/
+51
2020-03-11
s390/qeth: use page pointers to manage RX buffer pool
Julian Wiedmann
2
-19
/
+18
2020-03-11
sxgbe: Fix off by one in samsung driver strncpy size arg
Dominik Czarnota
1
-1
/
+1
2020-03-11
net: fec: validate the new settings in fec_enet_set_coalesce()
Jakub Kicinski
1
-3
/
+3
2020-03-11
dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroom
Nathan Chancellor
1
-3
/
+1
2020-03-10
s390/qeth: cancel RX reclaim work earlier
Julian Wiedmann
3
-1
/
+2
2020-03-10
s390/qeth: handle error when backing RX buffer
Julian Wiedmann
1
-4
/
+9
2020-03-10
s390/qeth: don't reset default_out_queue
Julian Wiedmann
1
-1
/
+0
2020-03-10
net: macsec: invoke mdo_upd_secy callback when mac address changed
Dmitry Bogdanov
1
-0
/
+13
2020-03-10
net: macsec: update SCI upon MAC address change.
Dmitry Bogdanov
1
-5
/
+6
2020-03-10
ibmvnic: Do not process device remove during device reset
Juliet Kim
2
-3
/
+27
2020-03-09
net: mscc: ocelot: properly account for VLAN header length when setting MRU
Vladimir Oltean
1
-11
/
+17
2020-03-09
ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()
Eric Dumazet
1
-1
/
+1
2020-03-09
macvlan: add cond_resched() during multicast processing
Mahesh Bandewar
1
-0
/
+2
2020-03-09
ipvlan: add cond_resched_rcu() while processing muticast backlog
Mahesh Bandewar
1
-0
/
+1
2020-03-09
ipvlan: don't deref eth hdr before checking it's set
Mahesh Bandewar
1
-8
/
+10
2020-03-09
sfc: detach from cb_page in efx_copy_channel()
Edward Cree
1
-0
/
+1
2020-03-08
net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used
Remi Pommarel
1
-1
/
+2
2020-03-08
ipvlan: do not add hardware address of master to its unicast filter list
Jiri Wiesner
1
-4
/
+1
2020-03-06
ionic: fix vf op lock usage
Shannon Nelson
1
-4
/
+4
2020-03-06
bonding/alb: make sure arp header is pulled before accessing it
Eric Dumazet
1
-10
/
+10
2020-03-06
dpaa_eth: FMan erratum A050385 workaround
Madalin Bucur
1
-3
/
+107
2020-03-06
fsl/fman: detect FMan erratum A050385
Madalin Bucur
3
-0
/
+51
2020-03-05
veth: ignore peer tx_dropped when counting local rx_dropped
Jiang Lidong
1
-1
/
+1
2020-03-05
Merge tag 'wireless-drivers-2020-03-05' of git://git.kernel.org/pub/scm/linux...
David S. Miller
2
-4
/
+8
2020-03-05
sfc: complete the next packet when we receive a timestamp
Tom Zhao
6
-31
/
+78
2020-03-05
net: hns3: fix a not link up issue when fibre port supports autoneg
Jian Shen
1
-1
/
+3
2020-03-05
slip: make slhc_compress() more robust against malicious packets
Eric Dumazet
1
-4
/
+10
2020-03-03
drivers/of/of_mdio.c:fix of_mdiobus_register()
Dajun Jin
1
-0
/
+1
2020-03-03
cxgb4: fix checks for max queues to allocate
Vishal Kulkarni
1
-22
/
+27
2020-03-03
phylink: Improve error message when validate failed
Hauke Mehrtens
1
-1
/
+7
2020-03-03
net: phy: bcm63xx: fix OOPS due to missing driver name
Jonas Gorski
1
-0
/
+1
2020-03-03
team: add missing attribute validation for array index
Jakub Kicinski
1
-0
/
+1
2020-03-03
team: add missing attribute validation for port ifindex
Jakub Kicinski
1
-0
/
+1
2020-03-03
macsec: add missing attribute validation for port
Jakub Kicinski
1
-0
/
+1
2020-03-03
can: add missing attribute validation for termination
Jakub Kicinski
1
-0
/
+1
2020-03-03
mt76: fix array overflow on receiving too many fragments for a packet
Felix Fietkau
1
-3
/
+6
2020-03-01
bnxt_en: fix error handling when flashing from file
Edwin Peer
1
-13
/
+11
2020-03-01
bnxt_en: reinitialize IRQs when MTU is modified
Vasundhara Volam
1
-2
/
+2
2020-03-01
net: phy: avoid clearing PHY interrupts twice in irq handler
Heiner Kallweit
1
-1
/
+2
2020-02-29
net: dsa: sja1105: Don't destroy not-yet-created xmit_worker
Vladimir Oltean
1
-1
/
+2
2020-02-29
net: dsa: mv88e6xxx: fix lockup on warm boot
Russell King
1
-1
/
+7
2020-02-29
atm: nicstar: fix if-statement empty body warning
Randy Dunlap
1
-1
/
+1
2020-02-29
r8152: check disconnect status after long sleep
You-Sheng Yang
1
-0
/
+8
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
39
-241
/
+408
2020-02-27
net: dsa: mv88e6xxx: Fix masking of egress port
Andrew Lunn
1
-2
/
+2
2020-02-27
mlxsw: pci: Wait longer before accessing the device after reset
Amit Cohen
1
-1
/
+1
[next]