index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-12
net: lan966x: Fix use of pointer after being freed
Horatiu Vultur
1
-2
/
+2
2022-05-12
mlxbf_gige: remove driver-managed interrupt counts
David Thompson
3
-17
/
+3
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
24
-88
/
+173
2022-05-12
net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
Taehee Yoo
1
-0
/
+5
2022-05-12
mlxsw: Avoid warning during ip6gre device removal
Amit Cohen
1
-8
/
+3
2022-05-12
nfp: VF rate limit support
Bin Chen
3
-2
/
+56
2022-05-12
net: ethernet: SP7021: Fix spelling mistake "Interrput" -> "Interrupt"
Colin Ian King
1
-1
/
+1
2022-05-12
net: enetc: kill PHY-less mode for PFs
Vladimir Oltean
1
-10
/
+14
2022-05-12
fortify: Provide a memcpy trap door for sharp corners
Kees Cook
1
-1
/
+7
2022-05-12
net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral
Florian Fainelli
1
-0
/
+4
2022-05-12
net: ethernet: mediatek: ppe: fix wrong size passed to memset()
Yang Yingliang
1
-1
/
+1
2022-05-11
net: enetc: count the tc-taprio window drops
Po Liu
4
-2
/
+16
2022-05-11
net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabled
Vladimir Oltean
2
-4
/
+8
2022-05-11
net: macb: use NAPI for TX completion path
Robert Hancock
2
-73
/
+161
2022-05-11
net: macb: simplify/cleanup NAPI reschedule checking
Robert Hancock
1
-34
/
+31
2022-05-11
i40e: i40e_main: fix a missing check on list iterator
Xiaomeng Tong
1
-13
/
+14
2022-05-11
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
6
-74
/
+4
2022-05-11
Merge tag 'mlx5-lm-parallel' of https://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into v5.19/vfio/next
Alex Williamson
46
-4477
/
+408
2022-05-11
eth: amd: remove NI6510 support (ni65)
Jakub Kicinski
4
-1383
/
+0
2022-05-11
net: atlantic: verify hw_head_ lies within TX buffer ring
Grant Grundler
1
-0
/
+7
2022-05-11
net: atlantic: add check for MAX_SKB_FRAGS
Grant Grundler
1
-1
/
+5
2022-05-11
net: atlantic: reduce scope of is_rsc_complete
Grant Grundler
1
-7
/
+6
2022-05-11
net: atlantic: fix "frag[0] not initialized"
Grant Grundler
1
-2
/
+1
2022-05-11
Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
17
-298
/
+711
2022-05-10
net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
Yang Yingliang
1
-3
/
+1
2022-05-10
sfc: Add a basic Siena module
Martin Habets
5
-3
/
+28
2022-05-10
sfc/siena: Inline functions in sriov.h to avoid conflicts with sfc
Martin Habets
2
-77
/
+63
2022-05-10
sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfc
Martin Habets
14
-138
/
+95
2022-05-10
sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfc
Martin Habets
17
-609
/
+459
2022-05-10
sfc/siena: Rename peripheral functions to avoid conflicts with sfc
Martin Habets
15
-270
/
+270
2022-05-10
sfc/siena: Rename RX/TX functions to avoid conflicts with sfc
Martin Habets
13
-230
/
+213
2022-05-10
sfc/siena: Rename functions in efx headers to avoid conflicts with sfc
Martin Habets
23
-466
/
+421
2022-05-10
sfc/siena: Remove build references to missing functionality
Martin Habets
10
-458
/
+17
2022-05-10
sfc: Copy shared files needed for Siena (part 2)
Martin Habets
27
-0
/
+14153
2022-05-10
sfc: Copy shared files needed for Siena (part 1)
Martin Habets
14
-0
/
+10524
2022-05-10
sfc: Move Siena specific files
Martin Habets
4
-0
/
+0
2022-05-10
nfp: flower: fix 'variable 'flow6' set but not used'
Louis Peens
1
-12
/
+7
2022-05-10
igc: Change type of the 'igc_check_downshift' method
Sasha Neftin
2
-6
/
+2
2022-05-10
igc: Remove unused phy_type enum
Sasha Neftin
3
-18
/
+3
2022-05-10
igc: Remove igc_set_spd_dplx method
Sasha Neftin
2
-51
/
+0
2022-05-10
net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs
Yishai Hadas
1
-1
/
+64
2022-05-10
net: ethernet: Add driver for Sunplus SP7021
Wells Lu
17
-0
/
+2042
2022-05-10
net: atlantic: always deep reset on pm op, fixing up my null deref regression
Manuel Ullmann
1
-2
/
+2
2022-05-10
tsnep: Add free running cycle counter support
Gerhard Engleder
3
-7
/
+63
2022-05-10
eth: dpaa2-mac: remove a dead-code NULL check on fwnode parent
Jakub Kicinski
1
-3
/
+0
2022-05-09
net/mlx5: Lag, add debugfs to query hardware lag state
Mark Bloch
4
-4
/
+191
2022-05-09
net/mlx5: Lag, use buckets in hash mode
Mark Bloch
4
-75
/
+181
2022-05-09
net/mlx5: Lag, refactor dmesg print
Mark Bloch
1
-10
/
+12
2022-05-09
net/mlx5: Support devices with more than 2 ports
Mark Bloch
2
-2
/
+4
2022-05-09
net/mlx5: Lag, use actual number of lag ports
Mark Bloch
3
-149
/
+216
[prev]
[next]