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-11-07
i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver load
Jacob Keller
1
-3
/
+3
2018-11-07
igc: Clean up code
Sasha Neftin
2
-24
/
+0
2018-11-07
e1000e: allow non-monotonic SYSTIM readings
Miroslav Lichvar
1
-3
/
+10
2018-11-07
igc: Tidy up some white space
Dan Carpenter
1
-5
/
+5
2018-11-07
igc: fix error return handling from call to netif_set_real_num_tx_queues
Colin Ian King
1
-1
/
+1
2018-11-07
igc: Remove set but not used variable 'pci_using_dac'
YueHaibing
1
-4
/
+1
2018-11-07
igc: Remove set but not used variables 'ctrl_ext, link_mode'
YueHaibing
1
-8
/
+0
2018-11-07
i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURE
Todd Fujinaka
3
-3
/
+5
2018-11-07
intel-ethernet: software timestamp skbs as late as possible
Jacob Keller
5
-10
/
+10
2018-11-07
ixgbevf: add support for software timestamps
Jacob Keller
1
-0
/
+2
2018-11-07
ixgbe: allow IPsec Tx offload in VEPA mode
Shannon Nelson
1
-1
/
+3
2018-11-07
ixgbe: don't clear_bit on xdp_ring->state if xdp_ring is null
Colin Ian King
1
-1
/
+2
2018-11-07
igbvf: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-11-07
i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
Jacob Keller
1
-0
/
+2
2018-11-07
ice: Change req_speeds to be u16
Chinh T Cao
1
-1
/
+1
2018-11-06
igb: shorten maximum PHC timecounter update interval
Miroslav Lichvar
1
-5
/
+7
2018-11-06
ice: Fix the bytecount sent to netdev_tx_sent_queue
Brett Creeley
1
-1
/
+1
2018-11-06
ice: Fix tx_timeout in PF driver
Brett Creeley
4
-6
/
+40
2018-11-06
ice: Fix napi delete calls for remove
Dave Ertman
3
-1
/
+3
2018-11-06
ice: Fix typo in error message
Anirudh Venkataramanan
1
-1
/
+1
2018-11-06
ice: Fix flags for port VLAN
Md Fahad Iqbal Polash
1
-1
/
+1
2018-11-06
ice: Remove duplicate addition of VLANs in replay path
Anirudh Venkataramanan
3
-39
/
+6
2018-11-06
ice: Free VSI contexts during for unload
Victor Raj
3
-0
/
+17
2018-11-06
ice: Fix dead device link issue with flow control
Akeem G Abodunrin
1
-1
/
+6
2018-11-06
ice: Check for reset in progress during remove
Anirudh Venkataramanan
2
-0
/
+8
2018-11-06
ice: Set carrier state and start/stop queues in rebuild
Anirudh Venkataramanan
1
-1
/
+17
2018-10-31
ixgbe: fix MAC anti-spoofing filter after VFLR
Radoslaw Tyl
1
-1
/
+3
2018-10-31
i40e: Update status codes
Mitch Williams
1
-1
/
+1
2018-10-31
ixgbe/ixgbevf: fix XFRM_ALGO dependency
Jeff Kirsher
7
-12
/
+30
2018-10-31
fm10k: bump driver version to match out-of-tree release
Jacob Keller
1
-1
/
+1
2018-10-31
fm10k: add missing device IDs to the upstream driver
Jacob Keller
2
-0
/
+4
2018-10-31
fm10k: ensure completer aborts are marked as non-fatal after a resume
Jacob Keller
1
-20
/
+28
2018-10-31
fm10k: fix SM mailbox full condition
Ngai-Mint Kwan
1
-1
/
+2
2018-10-31
igb: shorten maximum PHC timecounter update interval
Miroslav Lichvar
1
-1
/
+7
2018-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
12
-141
/
+77
2018-10-26
drivers: net: remove <net/busy_poll.h> inclusion when not needed
Eric Dumazet
3
-3
/
+0
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-32
/
+0
2018-10-25
ice: Poll for link status change
Anirudh Venkataramanan
3
-120
/
+25
2018-10-25
ice: Allocate VF interrupts and set queue map
Anirudh Venkataramanan
2
-4
/
+17
2018-10-25
ice: Introduce ice_dev_onetime_setup
Anirudh Venkataramanan
4
-0
/
+25
2018-10-25
ice: Use capability count returned by the firmware
Anirudh Venkataramanan
1
-3
/
+1
2018-10-24
ice: Update expected FW version
Anirudh Venkataramanan
1
-3
/
+2
2018-10-24
ice: Change device ID define names to align with branding string
Anirudh Venkataramanan
2
-6
/
+6
2018-10-24
ice: Make ice_msix_clean_rings static
Anirudh Venkataramanan
2
-2
/
+1
2018-10-18
Documentation: intel: Convert to RST format
Jeff Kirsher
1
-4
/
+19
2018-10-18
Documentation: fm10k: Add kernel documentation
Jeff Kirsher
1
-0
/
+3
2018-10-17
igc: Add watchdog
Sasha Neftin
4
-0
/
+256
2018-10-17
igc: Add setup link functionality
Sasha Neftin
8
-0
/
+717
2018-10-17
igc: Add code for PHY support
Sasha Neftin
12
-1
/
+820
2018-10-17
igc: Add NVM support
Sasha Neftin
13
-3
/
+949
[prev]
[next]