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
2022-06-17
net: macb: fix negative max_mtu size for sama5d3
Oleksij Rempel
1
-2
/
+2
2022-06-17
hinic: Replace memcpy() with direct assignment
Kees Cook
1
-3
/
+1
2022-06-17
net: ag71xx: fix discards 'const' qualifier warning
Oleksij Rempel
1
-1
/
+1
2022-06-17
net: stmmac: make mdio register skips PHY scanning for fixed-link
Ong Boon Leong
2
-5
/
+21
2022-06-17
stmmac: intel: add phy-mode and fixed-link ACPI _DSD setting support
Ong Boon Leong
1
-0
/
+30
2022-06-17
net: pcs: xpcs: add CL37 1000BASE-X AN support
Ong Boon Leong
2
-1
/
+170
2022-06-17
stmmac: intel: prepare to support 1000BASE-X phy interface setting
Ong Boon Leong
1
-2
/
+2
2022-06-17
net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105
Ong Boon Leong
2
-4
/
+4
2022-06-17
mlxsw: Add a resource describing number of RIFs
Petr Machata
3
-0
/
+42
2022-06-17
mlxsw: Keep track of number of allocated RIFs
Petr Machata
2
-0
/
+7
2022-06-17
mlxsw: Trap ARP packets at layer 3 instead of layer 2
Amit Cohen
2
-6
/
+6
2022-06-16
net: phy: add support to get Master-Slave configuration
Raju Lakkaraju
1
-0
/
+3
2022-06-16
net: lan743x: Add support to SGMII 1G and 2.5G
Raju Lakkaraju
3
-9
/
+442
2022-06-16
net: lan743x: Add support to Secure-ON WOL
Raju Lakkaraju
3
-0
/
+51
2022-06-16
net: lan743x: Add support to LAN743x register dump
Raju Lakkaraju
2
-0
/
+71
2022-06-16
net: dsa: realtek: rtl8365mb: handle PHY interface modes correctly
Alvin Šipraga
1
-107
/
+174
2022-06-16
net: dsa: realtek: rtl8365mb: remove learn_limit_max private data member
Alvin Šipraga
1
-6
/
+1
2022-06-16
net: dsa: realtek: rtl8365mb: correct the max number of ports
Alvin Šipraga
1
-2
/
+1
2022-06-16
net: dsa: realtek: rtl8365mb: remove port_mask private data member
Alvin Šipraga
1
-7
/
+1
2022-06-16
net: dsa: realtek: rtl8365mb: rename macro RTL8367RB -> RTL8367RB_VB
Alvin Šipraga
1
-3
/
+3
2022-06-16
net: ipa: move more code out of gsi_channel_update()
Alex Elder
1
-14
/
+20
2022-06-16
net: ipa: call gsi_evt_ring_rx_update() unconditionally
Alex Elder
1
-3
/
+3
2022-06-16
net: ipa: pass GSI pointer to gsi_evt_ring_rx_update()
Alex Elder
1
-6
/
+7
2022-06-16
net: ipa: don't pass channel when mapping transaction
Alex Elder
1
-6
/
+10
2022-06-16
net: ipa: don't assume one channel per event ring
Alex Elder
3
-27
/
+6
2022-06-16
net: phy: dp83867: implement support for io_impedance_ctrl nvmem cell
Rasmus Villemoes
1
-6
/
+49
2022-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
65
-421
/
+631
2022-06-16
Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
21
-135
/
+278
2022-06-16
net: axienet: add missing error return code in axienet_probe()
Yang Yingliang
1
-0
/
+1
2022-06-16
net: mana: Add support of XDP_REDIRECT action
Haiyang Zhang
4
-2
/
+93
2022-06-16
net: mana: Add the Linux MANA PF driver
Dexuan Cui
6
-4
/
+267
2022-06-16
net: ethernet: stmmac: reset force speed bit for ipq806x
Christian 'Ansuel' Marangi
1
-0
/
+64
2022-06-16
net: ethernet: stmmac: add missing sgmii configure for ipq806x
Christian 'Ansuel' Marangi
2
-16
/
+78
2022-06-15
mlxbf_gige: remove own module name define and use KBUILD_MODNAME instead
David Thompson
1
-3
/
+1
2022-06-15
net: sparx5: Allow mdb entries to both CPU and ports
Casper Andersson
1
-20
/
+35
2022-06-15
bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_heads
Sieng Piaw Liew
1
-2
/
+2
2022-06-15
net: usb: ax88179_178a needs FLAG_SEND_ZLP
Jose Alonso
1
-13
/
+13
2022-06-15
i40e: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
1
-25
/
+62
2022-06-15
net: phy: marvell-88x2222: set proper phydev->port
Ivan Bornyakov
1
-0
/
+2
2022-06-15
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
5
-46
/
+94
2022-06-15
net: ipa: rework gsi_channel_tx_update()
Alex Elder
1
-27
/
+23
2022-06-15
net: ipa: stop counting total RX bytes and transactions
Alex Elder
2
-9
/
+1
2022-06-15
net: ipa: simplify TX completion statistics
Alex Elder
1
-8
/
+6
2022-06-15
net: ipa: introduce gsi_trans_tx_committed()
Alex Elder
4
-11
/
+27
2022-06-15
net: ipa: rename two transaction fields
Alex Elder
2
-24
/
+25
2022-06-15
net: ipa: use "tre_ring" for all TRE ring local variables
Alex Elder
1
-9
/
+9
2022-06-14
net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constant
Frank Wunderlich
2
-8
/
+20
2022-06-14
net: dsa: mt7530: rework mt753[01]_setup
Frank Wunderlich
1
-4
/
+21
2022-06-14
net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}
Frank Wunderlich
1
-18
/
+12
2022-06-14
mlxsw: Revert "Prepare for XM implementation - LPM trees"
Petr Machata
3
-163
/
+31
[next]