index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
ice: fix overlong string, update stats output
Jesse Brandeburg
1
-40
/
+40
2019-02-25
ice: Fix for FC get rx/tx pause params
Lukasz Czapnik
1
-11
/
+26
2019-02-25
ice: use absolute vector ID for VFs
Mitch Williams
1
-2
/
+4
2019-02-25
ice: check for a leaf node presence
Victor Raj
2
-0
/
+24
2019-02-25
ice: flush Tx pipe on disable queue timeout
Victor Raj
1
-2
/
+19
2019-02-25
ice: clear VF ARQLEN register on reset
Mitch Williams
2
-0
/
+6
2019-02-25
ice: don't spam VFs with link messages
Mitch Williams
1
-1
/
+2
2019-02-25
ice: only use the VF for ICE_VSI_VF in ice_vsi_release
Brett Creeley
1
-2
/
+4
2019-02-25
ice: fix numeric overflow warning
Bruce Allan
2
-4
/
+5
2019-02-25
ice: fix issue where host reboots on unload when iommu=on
Brett Creeley
1
-17
/
+54
2019-02-25
ice: fix ice_remove_rule_internal vsi_list handling
Jacob Keller
1
-2
/
+13
2019-02-25
ice: fix stack hogs from struct ice_vsi_ctx structures
Bruce Allan
3
-67
/
+117
2019-02-25
ice: sizeof(<type>) should be avoided
Bruce Allan
6
-45
/
+38
2019-02-25
ice: Fix added in VSI supported nodes calc
Victor Raj
1
-2
/
+7
2019-02-25
ice: Fix the calculation of ICE_MAX_MTU
Maciej Fijalkowski
1
-1
/
+1
2019-02-25
ice: Mark extack argument as __always_unused
Bruce Allan
1
-4
/
+5
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-10
/
+60
2019-02-24
e1000e: Fix -Wformat-truncation warnings
Florian Fainelli
1
-2
/
+2
2019-02-21
ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OK
Jan Sokolowski
1
-1
/
+2
2019-02-21
i40e: fix XDP_REDIRECT/XDP xmit ring cleanup race
Björn Töpel
2
-3
/
+15
2019-02-21
ixgbe: fix potential RX buffer starvation for AF_XDP
Magnus Karlsson
2
-3
/
+21
2019-02-21
i40e: fix potential RX buffer starvation for AF_XDP
Magnus Karlsson
2
-1
/
+17
2019-02-21
ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWEN
Jeff Kirsher
1
-2
/
+5
2019-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-55
/
+0
2019-02-15
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator
Jan Sokolowski
6
-55
/
+0
2019-02-09
ixgbe: Use struct_size() helper
Gustavo A. R. Silva
1
-5
/
+5
2019-02-09
igc: Use struct_size() helper
Gustavo A. R. Silva
1
-5
/
+4
2019-02-09
igb: use struct_size() helper
Gustavo A. R. Silva
1
-3
/
+3
2019-02-09
fm10k: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
3
-265
/
+172
2019-02-06
igc: Add ethtool support
Sasha Neftin
8
-18
/
+1169
2019-02-06
igb: Bump version number
Todd Fujinaka
1
-1
/
+1
2019-02-06
igc: Remove the 'igc_get_phy_id_base' method
Sasha Neftin
1
-17
/
+1
2019-02-06
igc: Remove the 'igc_read_mac_addr_base' method
Sasha Neftin
1
-14
/
+1
2019-02-06
e1000e: fix cyclic resets at link up with active tx
Konstantin Khlebnikov
1
-9
/
+6
2019-02-06
igc: Remove unneeded code
Sasha Neftin
1
-21
/
+1
2019-02-06
igc: Remove unused code
Sasha Neftin
1
-22
/
+0
2019-02-06
e1000e: fix a missing check for return value
Jeff Kirsher
1
-10
/
+23
2019-02-06
fm10k: TRIVIAL cleanup of extra spacing in function comment
Jacob Keller
1
-1
/
+1
2019-02-06
ixgbe: remove magic constant in ixgbe_reset_hw_82599()
Jiri Kosina
1
-1
/
+1
2019-02-06
igc: Fix code redundancy
Sasha Neftin
3
-22
/
+2
2019-02-06
igc: Remove unreachable code from igc_phy.c file
Sasha Neftin
1
-8
/
+0
2019-02-06
e1000e: Exclude device from suspend direct complete optimization
Kai-Heng Feng
1
-0
/
+2
2019-01-22
i40e: clean up several indentation issues
Colin Ian King
3
-8
/
+8
2019-01-22
i40e: increase indentation
Julia Lawall
1
-1
/
+1
2019-01-22
i40e: update version number
Alice Michael
1
-2
/
+2
2019-01-22
i40e: remove debugfs tx_timeout support
Lihong Yang
1
-25
/
+1
2019-01-22
i40e: check queue pairs num in config queues handler
Sergey Nemov
1
-1
/
+6
2019-01-22
i40e: Change unmatched function types
Grzegorz Siwik
1
-4
/
+4
2019-01-22
i40e: Add support FEC configuration for Fortville 25G
Damian Dybek
3
-2
/
+256
[next]