index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
Kconfig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: intel: introduce {, Intel} Ethernet common library
Alexander Lobakin
2024-04-24
1
-0
/
+7
*
net: handle HAS_IOPORT dependencies
Niklas Schnelle
2024-04-08
1
-1
/
+1
*
igc: fix LEDS_CLASS dependency
Arnd Bergmann
2024-03-05
1
-0
/
+1
*
igc: Add support for LEDs on i225/i226
Kurt Kanzenbach
2024-02-15
1
-0
/
+8
*
ice: read internal temperature sensor
Konrad Knitter
2023-12-05
1
-0
/
+11
*
i40e: Add initial devlink support
Ivan Vecera
2023-10-15
1
-0
/
+1
*
ice: implement dpll interface to control cgu
Arkadiusz Kubalewski
2023-09-17
1
-0
/
+1
*
idpf: add SRIOV support and other ndo_ops
Joshua Hay
2023-09-13
1
-0
/
+12
*
ixgb: Remove ixgb driver
Tony Nguyen
2023-03-19
1
-17
/
+0
*
ice: remove unnecessary CONFIG_ICE_GNSS
Jacob Keller
2023-02-26
1
-3
/
+1
*
ice: use GNSS subsystem instead of TTY
Arkadiusz Kubalewski
2023-01-20
1
-0
/
+3
*
ice: support crosstimestamping on E822 devices if supported
Jacob Keller
2021-12-21
1
-0
/
+10
*
ice: support basic E-Switch mode control
Michal Swiatkowski
2021-10-07
1
-0
/
+14
*
igc: fix build errors for PTP
Randy Dunlap
2021-09-19
1
-0
/
+1
*
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
2021-08-14
1
-6
/
+6
*
Revert "igc: Export LEDs"
Kurt Kanzenbach
2021-07-20
1
-1
/
+0
*
igc: Export LEDs
Kurt Kanzenbach
2021-07-16
1
-0
/
+1
*
ice: register 1588 PTP clock device object for E810 devices
Jacob Keller
2021-06-11
1
-0
/
+1
*
i40e: Register auxiliary devices to provide RDMA
Shiraz Saleem
2021-05-29
1
-0
/
+1
*
ice: Register auxiliary device to provide RDMA
Dave Ertman
2021-05-29
1
-0
/
+1
*
ice: replace custom AIM algorithm with kernel's DIM library
Jacob Keller
2021-04-15
1
-0
/
+1
*
ice: implement device flash update via devlink
Jacob Keller
2020-07-29
1
-0
/
+1
*
docs: networking: reorganize driver documentation again
Jakub Kicinski
2020-06-27
1
-12
/
+12
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-23
/
+23
*
ice: enable initial devlink support
Jacob Keller
2020-03-21
1
-0
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
ixgbe: fix Kconfig when driver is not a module
Jeff Kirsher
2019-01-04
1
-1
/
+1
*
ixgbe: register a mdiobus
Steve Douthit
2018-12-20
1
-0
/
+1
*
net: documentation: build a directory structure for drivers
Jakub Kicinski
2018-12-05
1
-12
/
+12
*
ixgbe/ixgbevf: fix XFRM_ALGO dependency
Jeff Kirsher
2018-10-31
1
-0
/
+18
*
Documentation: intel: Convert to RST format
Jeff Kirsher
2018-10-18
1
-4
/
+19
*
Documentation: fm10k: Add kernel documentation
Jeff Kirsher
2018-10-18
1
-0
/
+3
*
igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller support
Sasha Neftin
2018-10-17
1
-0
/
+16
*
intel-ethernet: rename i40evf to iavf
Jesse Brandeburg
2018-09-18
1
-4
/
+11
*
docs: Fix more broken references
Mauro Carvalho Chehab
2018-06-15
1
-4
/
+4
*
ice: Add basic driver framework for Intel(R) E800 Series
Anirudh Venkataramanan
2018-03-26
1
-0
/
+14
*
i40evf: Add support for Adaptive Virtual Function
Preethi Banala
2017-06-01
1
-4
/
+6
*
i40e: Drop FCoE code from core driver files
Alexander Duyck
2017-03-28
1
-11
/
+0
*
ptp_clock: Allow for it to be optional
Nicolas Pitre
2016-11-16
1
-5
/
+5
*
ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
2016-06-18
1
-11
/
+0
*
i40e: Move all UDP port notifiers to single function
Alexander Duyck
2016-06-18
1
-21
/
+0
*
fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
2016-06-18
1
-11
/
+0
*
net: intel: remove dead links
Jiri Benc
2016-04-07
1
-66
/
+14
*
e1000e: Adds hardware supported cross timestamp on e1000e nic
Christopher S. Hall
2016-03-03
1
-0
/
+9
*
i40e: Kernel dependency update for i40e to support geneve offload
Singhai, Anjali
2015-12-16
1
-0
/
+10
*
Revert "i40e: remove CONFIG_I40E_VXLAN"
Singhai, Anjali
2015-12-06
1
-0
/
+11
*
i40e: remove CONFIG_I40E_VXLAN
Jesse Brandeburg
2015-12-03
1
-11
/
+0
*
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
2015-06-23
1
-3
/
+1
*
ixgbe: add VXLAN offload support for X550 devices
Don Skidmore
2015-02-06
1
-0
/
+11
*
i40e: adds FCoE configure option
Vasu Dev
2015-01-14
1
-0
/
+11
[next]