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
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-26
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
53
-5784
/
+243
2020-06-25
i40e: Remove scheduling while atomic possibility
Aleksandr Loktionov
1
-97
/
+137
2020-06-25
i40e: Add support for 5Gbps cards
Aleksandr Loktionov
2
-1
/
+6
2020-06-25
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
39
-142
/
+29
2020-06-25
i40e: Add a check to see if MFS is set
Todd Fujinaka
1
-0
/
+8
2020-06-25
i40e: detect and log info about pre-recovery mode
Piotr Kwapulinski
2
-21
/
+51
2020-06-25
i40e: make PF wait reset loop reliable
Piotr Kwapulinski
1
-11
/
+9
2020-06-25
i40e: remove unused defines
Jesse Brandeburg
13
-5307
/
+1
2020-06-25
i40e: Move client header location
Shiraz Saleem
3
-205
/
+2
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-24
/
+44
2020-06-23
bonding/xfrm: use real_dev instead of slave_dev
Jarod Wilson
1
-35
/
+12
2020-06-22
ixgbe_ipsec: become aware of when running as a bonding slave
Jarod Wilson
1
-8
/
+31
2020-06-18
i40e: fix crash when Rx descriptor count is changed
Björn Töpel
1
-0
/
+3
2020-06-18
ice: protect ring accesses with WRITE_ONCE
Ciara Loftus
2
-5
/
+5
2020-06-18
i40e: protect ring accesses with READ- and WRITE_ONCE
Ciara Loftus
1
-10
/
+19
2020-06-18
ixgbe: protect ring accesses with READ- and WRITE_ONCE
Ciara Loftus
2
-9
/
+17
2020-06-16
e1000e: fix unused-function warning
Arnd Bergmann
1
-11
/
+5
2020-06-16
e1000: use generic power management
Vaibhav Gupta
1
-36
/
+13
2020-06-16
e1000e: Do not wake up the system via WOL if device wakeup is disabled
Chen Yu
1
-4
/
+10
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-63
/
+177
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-23
/
+23
2020-06-11
iavf: increase reset complete wait time
Paul Greenwalt
2
-7
/
+9
2020-06-11
iavf: Fix reporting 2.5 Gb and 5Gb speeds
Brett Creeley
3
-6
/
+24
2020-06-11
iavf: use appropriate enum for comparison
Aleksandr Loktionov
4
-29
/
+24
2020-06-11
iavf: fix speed reporting over virtchnl
Brett Creeley
4
-21
/
+120
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
86
-3505
/
+10754
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
4
-4
/
+4
2020-05-31
ice: Ignore EMODE when setting PHY config
Chinh T Cao
3
-1
/
+9
2020-05-31
ice: fix aRFS after flow director delete
Henry Tieman
1
-1
/
+26
2020-05-31
ice: Use coalesce values from q_vector 0 when increasing q_vectors
Brett Creeley
1
-8
/
+6
2020-05-31
ice: fix PCI device serial number to be lowercase values
Paul M Stillwell Jr
1
-1
/
+1
2020-05-31
ice: fix function signature style format
Bruce Allan
3
-16
/
+8
2020-05-31
ice: Allow VF to request reset as soon as it's initialized
Brett Creeley
1
-1
/
+1
2020-05-31
ice: Fix inability to set channels when down
Jesse Brandeburg
1
-4
/
+0
2020-05-31
ice: Always clear QRXFLXP_CNTXT before writing new value
Brett Creeley
3
-22
/
+40
2020-05-31
ice: Reset VF for all port VLAN changes from host
Brett Creeley
1
-37
/
+5
2020-05-31
ice: Update ICE_PHY_TYPE_HIGH_MAX_INDEX value
Chinh T Cao
1
-1
/
+1
2020-05-31
ice: Increase timeout after PFR
Dan Nowlin
1
-1
/
+6
2020-05-31
ice: Fix transmit for all software offloaded VLANs
Brett Creeley
3
-53
/
+20
2020-05-31
ice: support adding 16 unicast/multicast filter on untrusted VF
Paul Greenwalt
1
-1
/
+4
2020-05-31
ice: allow host to clear administratively set VF MAC
Brett Creeley
1
-8
/
+14
2020-05-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
5
-295
/
+506
2020-05-28
e1000: Fix typo in the comment
Hari
1
-1
/
+1
2020-05-28
igc: Fix wrong register name
Sasha Neftin
2
-2
/
+2
2020-05-28
igc: Remove Sequence Error Counter
Sasha Neftin
3
-3
/
+0
2020-05-28
igc: Add Receive Error Counter
Sasha Neftin
3
-0
/
+3
2020-05-28
igc: Remove symbol error counter
Sasha Neftin
3
-3
/
+0
2020-05-28
i40e: Make i40e_shutdown_adminq() return void
Jason Yan
2
-6
/
+2
2020-05-28
e1000e: Relax condition to trigger reset for ME workaround
Punit Agrawal
2
-8
/
+5
2020-05-28
igc: Fix IGC_MAX_RXNFC_RULES
Andre Guedes
1
-1
/
+4
[prev]
[next]