Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-01-05 | ixgbe: fix Kconfig when driver is not a module | Jeff Kirsher | 1 | -1/+1 |
2018-12-20 | ixgbe: register a mdiobus | Steve Douthit | 1 | -0/+1 |
2018-12-05 | net: documentation: build a directory structure for drivers | Jakub Kicinski | 1 | -12/+12 |
2018-10-31 | ixgbe/ixgbevf: fix XFRM_ALGO dependency | Jeff Kirsher | 1 | -0/+18 |
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 skeletal frame for Intel(R) 2.5G Ethernet Controller support | Sasha Neftin | 1 | -0/+16 |
2018-09-18 | intel-ethernet: rename i40evf to iavf | Jesse Brandeburg | 1 | -4/+11 |
2018-06-16 | docs: Fix more broken references | Mauro Carvalho Chehab | 1 | -4/+4 |
2018-03-26 | ice: Add basic driver framework for Intel(R) E800 Series | Anirudh Venkataramanan | 1 | -0/+14 |
2017-06-02 | i40evf: Add support for Adaptive Virtual Function | Preethi Banala | 1 | -4/+6 |
2017-03-28 | i40e: Drop FCoE code from core driver files | Alexander Duyck | 1 | -11/+0 |
2016-11-16 | ptp_clock: Allow for it to be optional | Nicolas Pitre | 1 | -5/+5 |
2016-06-18 | ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port | Alexander Duyck | 1 | -11/+0 |
2016-06-18 | i40e: Move all UDP port notifiers to single function | Alexander Duyck | 1 | -21/+0 |
2016-06-18 | fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port | Alexander Duyck | 1 | -11/+0 |
2016-04-07 | net: intel: remove dead links | Jiri Benc | 1 | -66/+14 |
2016-03-04 | e1000e: Adds hardware supported cross timestamp on e1000e nic | Christopher S. Hall | 1 | -0/+9 |
2015-12-16 | i40e: Kernel dependency update for i40e to support geneve offload | Singhai, Anjali | 1 | -0/+10 |
2015-12-06 | Revert "i40e: remove CONFIG_I40E_VXLAN" | Singhai, Anjali | 1 | -0/+11 |
2015-12-03 | i40e: remove CONFIG_I40E_VXLAN | Jesse Brandeburg | 1 | -11/+0 |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 1 | -3/+1 |
2015-02-06 | ixgbe: add VXLAN offload support for X550 devices | Don Skidmore | 1 | -0/+11 |
2015-01-15 | i40e: adds FCoE configure option | Vasu Dev | 1 | -0/+11 |
2014-10-16 | fm10k: Add CONFIG_FM10K_VXLAN configuration option | Andy Zhou | 1 | -0/+11 |
2014-10-10 | networking: fm10k: Fix build failure | Pranith Kumar | 1 | -0/+1 |
2014-09-23 | fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface... | Alexander Duyck | 1 | -0/+19 |
2014-01-18 | i40e: add DCB option to Kconfig | Neerav Parikh | 1 | -0/+8 |
2014-01-11 | i40e: enable PTP | Jacob Keller | 1 | -0/+1 |
2014-01-04 | i40e: Implementation of VXLAN ndo's | Jeff Kirsher | 1 | -0/+13 |
2014-01-01 | i40evf: add driver to kernel build system | Greg Rose | 1 | -0/+19 |
2013-12-10 | ixgbevf: update Kconfig description | Jacob Keller | 1 | -4/+4 |
2013-09-11 | i40e: include i40e in kernel proper | Jesse Brandeburg | 1 | -0/+18 |
2013-06-20 | net: Move MII out from under NET_CORE and hide it | Ben Hutchings | 1 | -1/+0 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+0 |
2013-01-27 | e1000e: add support for IEEE-1588 PTP | Bruce Allan | 1 | -0/+1 |
2013-01-18 | igb: Enable hwmon data output for thermal sensors via I2C. | Carolyn Wyborny | 1 | -0/+11 |
2013-01-18 | igb: Add i2c interface to igb. | Carolyn Wyborny | 1 | -0/+2 |
2013-01-11 | drivers/net/ethernet/intel: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -5/+0 |
2013-01-07 | drivers/net: remove orphaned references to micro channel | Paul Gortmaker | 1 | -1/+1 |
2012-11-20 | net: Remove bogus dependencies on INET | Ben Hutchings | 1 | -1/+1 |
2012-11-01 | ptp: Enable clock drivers along with associated net/PHY drivers | Ben Hutchings | 1 | -24/+2 |
2012-11-01 | ptp: Make PTP_1588_CLOCK select rather than depend on PPS | Ben Hutchings | 1 | -2/+0 |
2012-11-01 | pps, ptp: Remove dependencies on EXPERIMENTAL | Ben Hutchings | 1 | -2/+2 |
2012-06-20 | Kconfig: Fix Kconfig for Intel ixgbe and igb PTP support. | Carolyn Wyborny | 1 | -3/+7 |
2012-05-10 | ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC) | Jacob Keller | 1 | -0/+11 |
2012-05-02 | ixgbe: add hwmon interface to export thermal data | Don Skidmore | 1 | -0/+8 |
2012-04-05 | net: remove ixp2000 ethernet driver | Rob Herring | 1 | -1/+1 |
2012-04-04 | igb: offer a PTP Hardware Clock instead of the timecompare method | Richard Cochran | 1 | -0/+11 |