index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxgb4: use unaligned conversion for fetching timestamp
Rahul Lakkireddy
2020-06-24
1
-1
/
+1
*
cxgb4: move PTP lock and unlock to caller in Tx path
Rahul Lakkireddy
2020-06-24
1
-12
/
+11
*
cxgb4: move handling L2T ARP failures to caller
Rahul Lakkireddy
2020-06-24
1
-28
/
+24
*
net: qed: fix "maybe uninitialized" warning
Alexander Lobakin
2020-06-24
1
-1
/
+1
*
net: qed: reset ILT block sizes before recomputing to fix crashes
Alexander Lobakin
2020-06-24
1
-0
/
+19
*
net: qede: fix use-after-free on recovery and AER handling
Alexander Lobakin
2020-06-24
1
-0
/
+1
*
net: qede: fix PTP initialization on recovery
Alexander Lobakin
2020-06-24
3
-20
/
+15
*
net: qed: fix excessive QM ILT lines consumption
Alexander Lobakin
2020-06-24
1
-1
/
+1
*
net: qed: fix NVMe login fails over VFs
Alexander Lobakin
2020-06-24
1
-5
/
+18
*
net: qede: stop adding events on an already destroyed workqueue
Alexander Lobakin
2020-06-24
1
-1
/
+2
*
net: qed: fix async event callbacks unregistering
Alexander Lobakin
2020-06-24
3
-5
/
+7
*
wireguard: device: avoid circular netns references
Jason A. Donenfeld
2020-06-23
4
-45
/
+55
*
wireguard: noise: do not assign initiation time in if condition
Frank Werner-Krippendorf
2020-06-23
1
-2
/
+2
*
usbnet: smsc95xx: Fix use-after-free after removal
Tuomas Tynkkynen
2020-06-23
1
-1
/
+1
*
mlxsw: spectrum: Do not rely on machine endianness
Ido Schimmel
2020-06-23
4
-9
/
+7
*
net: phy: smsc: fix printing too many logs
Dejin Zheng
2020-06-23
1
-4
/
+7
*
r8169: fix firmware not resetting tp->ocp_base
Heiner Kallweit
2020-06-21
1
-1
/
+4
*
ibmvnic: continue to init in CRQ reset returns H_CLOSED
Dany Madden
2020-06-21
1
-2
/
+7
*
ionic: tame the watchdog timer on reconfig
Shannon Nelson
2020-06-21
1
-7
/
+8
*
ibmveth: Fix max MTU limit
Thomas Falcon
2020-06-20
1
-1
/
+1
*
net: flow_offload: fix flow_indr_dev_unregister path
wenxu
2020-06-20
5
-11
/
+11
*
flow_offload: use flow_indr_block_cb_alloc/remove function
wenxu
2020-06-20
4
-22
/
+40
*
geneve: allow changing DF behavior after creation
Sabrina Dubroca
2020-06-20
1
-0
/
+1
*
enetc: Fix HW_VLAN_CTAG_TX|RX toggling
Claudiu Manoil
2020-06-20
3
-16
/
+34
*
net: macb: undo operations in case of failure
Claudiu Beznea
2020-06-20
1
-2
/
+4
*
net: phy: Check harder for errors in get_phy_id()
Florian Fainelli
2020-06-19
1
-2
/
+4
*
net: ethernet: oki-semi: pch_gbe: fix spelling mistake
Flavio Suligoi
2020-06-19
1
-1
/
+1
*
net: ethernet: neterion: vxge: fix spelling mistake
Flavio Suligoi
2020-06-19
1
-1
/
+1
*
i40e: fix crash when Rx descriptor count is changed
Björn Töpel
2020-06-19
1
-0
/
+3
*
ice: protect ring accesses with WRITE_ONCE
Ciara Loftus
2020-06-19
2
-5
/
+5
*
i40e: protect ring accesses with READ- and WRITE_ONCE
Ciara Loftus
2020-06-19
1
-10
/
+19
*
ixgbe: protect ring accesses with READ- and WRITE_ONCE
Ciara Loftus
2020-06-19
2
-9
/
+17
*
net: dsa: bcm_sf2: Fix node reference count
Florian Fainelli
2020-06-19
1
-0
/
+2
*
tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
David Christensen
2020-06-19
1
-2
/
+2
*
bareudp: Fixed multiproto mode configuration
Martin
2020-06-19
1
-0
/
+3
*
net: dsa: sja1105: fix checks for VLAN state in gate action
Vladimir Oltean
2020-06-19
1
-1
/
+3
*
net: dsa: sja1105: fix checks for VLAN state in redirect action
Vladimir Oltean
2020-06-19
1
-1
/
+3
*
net: dsa: sja1105: remove debugging code in sja1105_vl_gate
Vladimir Oltean
2020-06-19
1
-4
/
+0
*
net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphy
Sascha Hauer
2020-06-19
1
-0
/
+6
*
net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy
Sascha Hauer
2020-06-19
1
-36
/
+44
*
ionic: export features for vlans to use
Shannon Nelson
2020-06-18
1
-0
/
+1
*
ionic: no link check while resetting queues
Shannon Nelson
2020-06-18
1
-1
/
+2
*
net: usb: ax88179_178a: fix packet alignment padding
Jeremy Kerr
2020-06-17
1
-5
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-17
18
-199
/
+152
|
\
|
*
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
2020-06-17
2
-51
/
+28
|
|
\
|
|
*
e1000e: fix unused-function warning
Arnd Bergmann
2020-06-17
1
-11
/
+5
|
|
*
e1000: use generic power management
Vaibhav Gupta
2020-06-17
1
-36
/
+13
|
|
*
e1000e: Do not wake up the system via WOL if device wakeup is disabled
Chen Yu
2020-06-17
1
-4
/
+10
|
*
|
lan743x: add MODULE_DEVICE_TABLE for module loading alias
Tim Harvey
2020-06-16
1
-0
/
+2
|
*
|
mlxsw: spectrum: Adjust headroom buffers for 8x ports
Ido Schimmel
2020-06-16
4
-0
/
+17
[next]