index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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-12-09
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
5
-34
/
+90
2020-12-09
e1000e: fix S0ix flow to allow S0i3.2 subset entry
Vitaly Lifshits
1
-4
/
+4
2020-12-09
ice: avoid premature Rx buffer reuse
Björn Töpel
1
-9
/
+22
2020-12-09
ixgbe: avoid premature Rx buffer reuse
Björn Töpel
1
-7
/
+17
2020-12-09
i40e: avoid premature Rx buffer reuse
Björn Töpel
1
-7
/
+20
2020-12-09
igb: avoid transmit queue timeout in xdp path
Sven Auhagen
1
-0
/
+5
2020-12-09
igb: use xdp_do_flush
Sven Auhagen
1
-1
/
+1
2020-12-09
igb: skb add metasize for xdp
Sven Auhagen
1
-0
/
+4
2020-12-09
igb: XDP extack message on error
Sven Auhagen
1
-5
/
+12
2020-12-09
igb: take VLAN double header into account
Sven Auhagen
2
-4
/
+8
2020-12-09
igb: XDP xmit back fix error code
Sven Auhagen
1
-1
/
+1
2020-11-23
i40e: Fix removing driver while bare-metal VFs pass traffic
Sylwester Dziedziuch
3
-18
/
+31
2020-11-10
igc: Fix returning wrong statistics
Vinicius Costa Gomes
1
-6
/
+8
2020-11-10
i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()
Dan Carpenter
1
-1
/
+1
2020-11-10
i40e: Fix MAC address setting for a VF via Host/VM
Slawomir Laba
1
-2
/
+24
2020-10-20
net: remove unneeded break
Tom Rix
1
-1
/
+0
2020-10-18
ixgbe: fix probing of multi-port devices with one MDIO
Jakub Kicinski
1
-9
/
+14
2020-10-13
e1000: remove unused and incorrect code
Jesse Brandeburg
1
-9
/
+1
2020-10-13
i40e: Allow changing FEC settings on X722 if supported by FW
Jaroslaw Gawin
5
-12
/
+49
2020-10-09
ice: fix adding IP4 IP6 Flow Director rules
Dan Nowlin
1
-1
/
+61
2020-10-09
ice: Fix pointer cast warnings
Bixuan Cui
1
-2
/
+2
2020-10-09
ice: add additional debug logging for firmware update
Jacob Keller
3
-6
/
+33
2020-10-09
ice: refactor devlink_port to be per-VSI
Jacob Keller
5
-33
/
+45
2020-10-09
ice: add the DDP Track ID to devlink info
Jacob Keller
1
-0
/
+8
2020-10-09
ice: Change ice_info_get_dsn to be void
Anirudh Venkataramanan
1
-8
/
+2
2020-10-09
ice: remove repeated words
Bruce Allan
4
-5
/
+5
2020-10-09
ice: devlink: use %*phD to print small buffer
Andy Shevchenko
1
-3
/
+1
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-57
/
+83
2020-09-30
ice: preserve NVM capabilities in safe mode
Jacob Keller
1
-22
/
+27
2020-09-30
ice: increase maximum wait time for flash write commands
Jacob Keller
1
-2
/
+8
2020-09-29
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
8
-13
/
+0
2020-09-29
net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation
Sebastian Andrzej Siewior
1
-2
/
+2
2020-09-28
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
1
-11
/
+26
2020-09-28
e1000e: Add support for Meteor Lake
Sasha Neftin
5
-0
/
+21
2020-09-28
igc: Clean up nvm_info structure
Sasha Neftin
1
-3
/
+0
2020-09-28
igc: Reject schedules with a base_time in the future
Vinicius Costa Gomes
1
-2
/
+23
2020-09-28
igc: Export a way to read the PTP timer
Vinicius Costa Gomes
2
-4
/
+4
2020-09-28
igc: Remove reset disable flag
Sasha Neftin
1
-1
/
+0
2020-09-28
igc: Save PTP time before a reset
Vinicius Costa Gomes
3
-3
/
+29
2020-09-28
igc: Remove references to SYSTIMR register
Vinicius Costa Gomes
1
-10
/
+2
2020-09-28
igc: Expose LPI counters
Sasha Neftin
3
-0
/
+7
2020-09-28
igc: Clean RX descriptor error flags
Andre Guedes
2
-16
/
+3
2020-09-28
igc: Remove timeout check from ptp_tx work
Andre Guedes
1
-6
/
+0
2020-09-28
igc: Don't reschedule ptp_tx work
Andre Guedes
1
-5
/
+4
2020-09-28
igc: Rename IGC_TSYNCTXCTL_VALID macro
Andre Guedes
2
-2
/
+2
2020-09-28
igc: Add new device ID's
Sasha Neftin
3
-0
/
+15
2020-09-28
igb: read PBA number from flash
Gal Hammer
1
-1
/
+3
2020-09-28
igb: add XDP support
Sven Auhagen
3
-36
/
+481
2020-09-28
ice: convert to new udp_tunnel infrastructure
Jakub Kicinski
5
-206
/
+135
2020-09-28
ice: remove unused args from ice_get_open_tunnel_port()
Jakub Kicinski
4
-12
/
+6
[next]