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.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
2018-08-24
i40e: fix condition of WARN_ONCE for stat strings
Jacob Keller
1
-1
/
+1
2018-08-24
i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
Martyna Szapar
1
-7
/
+8
2018-08-24
ixgbe: fix driver behaviour after issuing VFLR
Sebastian Basierski
2
-0
/
+27
2018-08-24
ixgbe: Prevent unsupported configurations with XDP
Tony Nguyen
2
-2
/
+31
2018-08-24
ixgbe: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
2
-3
/
+3
2018-08-24
igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()
Jia-Ju Bai
1
-1
/
+1
2018-08-24
igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()
Jia-Ju Bai
1
-2
/
+2
2018-08-24
igb: Use an advanced ctx descriptor for launchtime
Jesus Sanchez-Palencia
1
-1
/
+2
2018-08-24
e1000: ensure to free old tx/rx rings in set_ringparam()
Bo Chen
1
-2
/
+2
2018-08-24
e1000: check on netif_running() before calling e1000_up()
Bo Chen
1
-1
/
+2
2018-08-24
ixgb: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
1
-3
/
+2
2018-08-23
ice: Trivial formatting fixes
Anirudh Venkataramanan
3
-6
/
+8
2018-08-23
ice: Change struct members from bool to u8
Bruce Allan
4
-16
/
+16
2018-08-23
ice: Fix potential return of uninitialized value
Jesse Brandeburg
1
-2
/
+2
2018-08-23
ice: Fix a few null pointer dereference issues
Anirudh Venkataramanan
2
-8
/
+11
2018-08-23
ice: Update to interrupts enabled in OICR
Bruce Allan
2
-14
/
+3
2018-08-23
ice: Set VLAN flags correctly
Brett Creeley
2
-25
/
+30
2018-08-23
ice: Use order_base_2 to calculate higher power of 2
Jacob Keller
1
-5
/
+2
2018-08-23
ice: Fix bugs in control queue processing
Anirudh Venkataramanan
2
-5
/
+26
2018-08-23
ice: Clean control queues only when they are initialized
Preethi Banala
1
-8
/
+16
2018-08-23
ice: Report stats for allocated queues via ethtool stats
Jacob Keller
2
-13
/
+46
2018-08-23
ice: Cleanup magic number
Anirudh Venkataramanan
2
-1
/
+2
2018-08-23
ice: Remove unnecessary node owner check
Bruce Allan
1
-2
/
+1
2018-08-23
ice: Fix multiple static analyser warnings
Anirudh Venkataramanan
4
-24
/
+25
2018-08-21
net_sched: remove list_head from tc_action
Cong Wang
1
-4
/
+2
2018-08-16
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2018-08-08
igbvf: netdev: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-08
igb: e1000_phy: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-08
igb: e1000_82575: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-08
igb_main: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-08-08
i40e_txrx: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2018-08-08
i40e_main: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-07
i40e: fix i40e_add_queue_stats data pointer update
Jacob Keller
1
-1
/
+6
2018-08-07
i40e: Add AQ command for rearrange NVM structure
Piotr Azarewicz
4
-0
/
+42
2018-08-07
i40e: Add additional return code to i40e_asq_send_command
Piotr Azarewicz
2
-0
/
+4
2018-08-07
i40e: fix warning about shadowed ring parameter
Jacob Keller
1
-4
/
+2
2018-08-07
i40e: remove unnecessary i variable causing -Wshadow warning
Jacob Keller
1
-1
/
+0
2018-08-07
i40e: convert priority flow control stats to use helpers
Jacob Keller
1
-36
/
+51
2018-08-07
i40e: convert VEB TC stats to use an i40e_stats array
Jacob Keller
1
-40
/
+43
2018-08-07
i40e: Set fec_config when forcing link state
Mariusz Stachura
1
-0
/
+2
2018-08-07
i40e: add helper to copy statistic values into ethtool buffer
Jacob Keller
1
-23
/
+93
2018-08-07
i40e: add helper function for copying strings from stat arrays
Jacob Keller
1
-20
/
+39
2018-08-07
i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_register
YueHaibing
1
-69
/
+0
2018-08-07
i40e: Remove duplicated prepare call in i40e_shutdown
Sergey Nemov
1
-6
/
+0
2018-08-06
igb: Remove unnecessary include of <linux/pci-aspm.h>
Bjorn Helgaas
1
-1
/
+0
2018-07-26
ixgbe: Refactor queue disable logic to take completion time into account
Alexander Duyck
3
-91
/
+224
2018-07-26
ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop device
Alexander Duyck
1
-7
/
+7
2018-07-26
igb: Use dma_wmb() instead of wmb() before doorbell writes
Venkatesh Srinivas
1
-2
/
+2
2018-07-26
igb: Remove superfluous reset to PHY and page 0 selection
Christian Grönke
1
-12
/
+0
2018-07-26
ixgbe: add ipsec security registers into ethtool register dump
Shannon Nelson
1
-1
/
+9
[next]