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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-20
net: bcmgenet: Return PTR_ERR() for fixed_phy_register()
Ruan Jinjie
1
-1
/
+1
2023-08-20
net: bgmac: Return PTR_ERR() for fixed_phy_register()
Ruan Jinjie
1
-1
/
+1
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
115
-504
/
+1266
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-1
/
+1
2023-08-20
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
2
-10
/
+2
2023-08-20
net: dsa: realtek: add phylink_get_caps implementation
Russell King (Oracle)
1
-0
/
+28
2023-08-20
net: bcmgenet: Fix return value check for fixed_phy_register()
Ruan Jinjie
1
-1
/
+1
2023-08-20
net: bgmac: Fix return value check for fixed_phy_register()
Ruan Jinjie
1
-1
/
+1
2023-08-20
net/mlx5: Add RoCE MACsec steering infrastructure in core
Patrisious Haddad
2
-9
/
+391
2023-08-20
net/mlx5: Configure MACsec steering for ingress RoCEv2 traffic
Patrisious Haddad
2
-9
/
+352
2023-08-20
net/mlx5: Configure MACsec steering for egress RoCEv2 traffic
Patrisious Haddad
1
-1
/
+45
2023-08-20
net/mlx5: Add MACsec priorities in RDMA namespaces
Patrisious Haddad
1
-3
/
+32
2023-08-20
RDMA/mlx5: Implement MACsec gid addition and deletion
Patrisious Haddad
2
-33
/
+0
2023-08-20
net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steering
Patrisious Haddad
3
-94
/
+271
2023-08-20
net/mlx5: Remove netdevice from MACsec steering
Patrisious Haddad
3
-77
/
+71
2023-08-20
net/mlx5e: Move MACsec flow steering and statistics database from ethernet to...
Patrisious Haddad
5
-25
/
+20
2023-08-20
net/mlx5e: Rename MACsec flow steering functions/parameters to suit core nami...
Patrisious Haddad
5
-119
/
+119
2023-08-20
net/mlx5: Remove dependency of macsec flow steering on ethernet
Patrisious Haddad
1
-9
/
+34
2023-08-20
net/mlx5e: Move MACsec flow steering operations to be used as core library
Patrisious Haddad
9
-29
/
+27
2023-08-20
macsec: add functions to get macsec real netdevice and check offload
Patrisious Haddad
1
-0
/
+12
2023-08-19
net: microchip: sparx5: Update return value check for vcap_get_rule()
Ruan Jinjie
1
-1
/
+1
2023-08-19
net: lan966x: Fix return value check for vcap_get_rule()
Ruan Jinjie
1
-2
/
+2
2023-08-19
net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()
Ruan Jinjie
1
-1
/
+1
2023-08-19
net: phy: Fix deadlocking in phy_error() invocation
Serge Semin
1
-4
/
+7
2023-08-19
net: mdio: xgene: remove useless xgene_mdio_status
Russell King (Oracle)
1
-3
/
+0
2023-08-19
stmmac: intel: Enable correction of MAC propagation delay
Kurt Kanzenbach
1
-0
/
+1
2023-08-19
net: sfp: handle 100G/25G active optical cables in sfp_parse_support
Josua Mayer
1
-0
/
+10
2023-08-19
net: mdio: mdio-bitbang: Fix C45 read/write protocol
Serge Semin
1
-2
/
+2
2023-08-19
net: dsa: mt7530: fix handling of 802.1X PAE frames
Arınç ÜNAL
2
-0
/
+6
2023-08-18
mlxsw: Fix the size of 'VIRT_ROUTER_MSB'
Amit Cohen
3
-5
/
+5
2023-08-18
mlxsw: reg: Fix SSPR register layout
Ido Schimmel
1
-9
/
+0
2023-08-18
mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTC
Danielle Ratson
1
-2
/
+6
2023-08-18
net: freescale: Remove unused declarations
Yue Haibing
2
-9
/
+0
2023-08-18
ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()
Lu Wei
1
-1
/
+2
2023-08-18
bnxt_en: Add tx_resets ring counter
Michael Chan
3
-0
/
+10
2023-08-18
bnxt_en: Display the ring error counters under ethtool -S
Michael Chan
1
-25
/
+23
2023-08-18
bnxt_en: Save ring error counters across reset
Michael Chan
2
-1
/
+46
2023-08-18
bnxt_en: Increment rx_resets counter in bnxt_disable_napi()
Michael Chan
1
-5
/
+7
2023-08-18
bnxt_en: Let the page pool manage the DMA mapping
Somnath Kotur
1
-22
/
+10
2023-08-18
bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
Somnath Kotur
2
-60
/
+14
2023-08-18
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
19
-735
/
+624
2023-08-18
net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gates
Vladimir Oltean
1
-0
/
+3
2023-08-18
net: dm9051: Use PTR_ERR_OR_ZERO() to simplify code
Ruan Jinjie
1
-4
/
+1
2023-08-18
sky2: Remove redundant NULL check for debugfs_create_dir
Ruan Jinjie
1
-1
/
+1
2023-08-18
octeontx2-af: SDP: fix receive link config
Hariprasad Kelam
1
-1
/
+2
2023-08-18
pds_core: remove redundant pci_clear_master()
Yu Liao
1
-4
/
+2
2023-08-18
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
6
-56
/
+42
2023-08-18
net: fec: use napi_consume_skb() in fec_enet_tx_queue()
Wei Fang
1
-1
/
+1
2023-08-18
sfc: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-49
/
+186
[prev]
[next]