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-08-17
ice: Ignore error message when setting same promiscuous mode
Benjamin Mikailenko
1
-4
/
+4
2022-08-17
ice: Fix clearing of promisc mode with bridge over bond
Grzegorz Siwik
2
-2
/
+16
2022-08-17
ice: Ignore EEXIST when setting promisc mode
Grzegorz Siwik
1
-1
/
+1
2022-08-17
ice: Fix double VLAN error when entering promisc mode
Grzegorz Siwik
1
-0
/
+7
2022-08-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
David S. Miller
5
-337
/
+440
2022-08-16
net: vertexcom: mse102x: Update email address
Stefan Wahren
1
-1
/
+1
2022-08-16
ice: introduce ice_ptp_reset_cached_phctime function
Jacob Keller
1
-23
/
+76
2022-08-16
ice: re-arrange some static functions in ice_ptp.c
Jacob Keller
1
-336
/
+336
2022-08-16
ice: track and warn when PHC update is late
Jacob Keller
3
-3
/
+34
2022-08-16
ice: track Tx timestamp stats similar to other Intel drivers
Jacob Keller
4
-4
/
+20
2022-08-16
ice: initialize cached_phctime when creating Rx rings
Jacob Keller
2
-0
/
+2
2022-08-16
ice: set tx_tstamps when creating new Tx rings via ethtool
Jacob Keller
1
-0
/
+1
2022-08-16
i40e: Fix to stop tx_timeout recovery if GLOBR fails
Alan Brady
1
-1
/
+3
2022-08-16
i40e: Fix tunnel checksum offload with fragmented traffic
Przemyslaw Patynowski
1
-3
/
+5
2022-08-16
RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl size
Potnuri Bharat Teja
1
-1
/
+1
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-08-15
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
2
-7
/
+30
2022-08-15
net: moxa: pass pdev instead of ndev to DMA functions
Sergei Antonov
1
-10
/
+10
2022-08-15
arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA
William Zhang
1
-2
/
+2
2022-08-15
mlxsw: spectrum_ptp: Forbid PTP enablement only in RX or in TX
Amit Cohen
1
-0
/
+3
2022-08-15
mlxsw: spectrum_ptp: Protect PTP configuration with a mutex
Amit Cohen
1
-7
/
+20
2022-08-15
mlxsw: spectrum: Clear PTP configuration after unregistering the netdevice
Amit Cohen
1
-1
/
+1
2022-08-15
mlxsw: spectrum_ptp: Fix compilation warnings
Amit Cohen
1
-8
/
+10
2022-08-15
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net
David S. Miller
2
-2
/
+4
2022-08-12
fec: Fix timer capture timing in `fec_ptp_enable_pps()`
Csókás Bence
1
-5
/
+1
2022-08-12
iavf: Fix deadlock in initialization
Ivan Vecera
1
-1
/
+10
2022-08-12
iavf: Fix reset error handling
Przemyslaw Patynowski
1
-3
/
+6
2022-08-12
iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
Przemyslaw Patynowski
1
-1
/
+1
2022-08-12
iavf: Fix adminq error handling
Przemyslaw Patynowski
1
-2
/
+13
2022-08-12
net: lan966x: fix checking for return value of platform_get_irq_byname()
Li Qiong
1
-4
/
+4
2022-08-12
net: cxgb3: Fix comment typo
Jason Wang
1
-1
/
+1
2022-08-12
bnx2x: Fix comment typo
Jason Wang
1
-1
/
+1
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
18
-47
/
+76
2022-08-11
dpaa2-eth: trace the allocated address instead of page struct
Chen Lin
1
-2
/
+2
2022-08-11
nfp: fix use-after-free in area_cache_get()
Jialiang Wang
1
-1
/
+2
2022-08-11
mlxsw: minimal: Fix deadlock in ports creation
Vadim Pasternak
1
-7
/
+0
2022-08-11
ice: Fix call trace with null VSI during VF reset
Michal Jaron
1
-1
/
+3
2022-08-11
ice: Fix VSI rebuild WARN_ON check for VF
Benjamin Mikailenko
1
-1
/
+1
2022-08-10
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
2
-2
/
+14
2022-08-09
mlx5: do not use RT_TOS for IPv6 flowlabel
Matthias May
1
-2
/
+2
2022-08-09
net: atlantic: fix aq_vec index out of range error
Chia-Lin Kao (AceLan)
1
-13
/
+8
2022-08-09
net: bgmac: Fix a BUG triggered by wrong bytes_compl
Sandor Bodo-Merle
1
-1
/
+1
2022-08-08
tsnep: Fix tsnep_tx_unmap() error path usage
Gerhard Engleder
1
-4
/
+4
2022-08-08
tsnep: Fix unused warning for 'tsnep_of_match'
Gerhard Engleder
1
-1
/
+1
2022-08-07
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2
-2
/
+2
2022-08-06
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-5
/
+4
2022-08-05
net: bcmgenet: Indicate MAC is in charge of PHY PM
Florian Fainelli
1
-0
/
+3
2022-08-05
eth: fix the help in Wangxun's Kconfig
Jakub Kicinski
1
-3
/
+3
2022-08-05
octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configuration
Naveen Mamindlapalli
2
-5
/
+15
2022-08-05
octeontx2-af: Fix key checking for source mac
Subbaraya Sundeep
1
-1
/
+2
[prev]
[next]