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.14.y
linux-6.15.y
linux-6.16.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
/
igc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-23
igc: Fix NFC rule validation
Andre Guedes
1
-3
/
+4
2020-05-23
igc: Fix NFC rules leak when driver is unloaded
Andre Guedes
1
-13
/
+16
2020-05-23
igc: Refactor igc_ethtool_update_nfc_rule()
Andre Guedes
3
-166
/
+195
2020-05-23
igc: Fix NFC rules restoration
Andre Guedes
3
-20
/
+19
2020-05-23
igc: Fix NFC rules with multicast addresses
Andre Guedes
1
-6
/
+0
2020-05-23
igc: Fix NFC rule overwrite cases
Andre Guedes
1
-2
/
+1
2020-05-23
igc: Fix locking issue when retrieving NFC rules
Andre Guedes
1
-3
/
+16
2020-05-23
igc: Fix 'sw_idx' type in struct igc_nfc_rule
Andre Guedes
2
-9
/
+9
2020-05-23
igc: Refactor igc_ethtool_add_nfc_rule()
Andre Guedes
1
-58
/
+92
2020-05-22
igc: Change byte order in struct igc_nfc_filter
Andre Guedes
2
-22
/
+13
2020-05-22
igc: Align terms used in NFC support code
Andre Guedes
3
-117
/
+114
2020-05-22
igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.c
Andre Guedes
3
-108
/
+112
2020-05-22
igc: Early return in igc_get_ethtool_nfc_entry()
Andre Guedes
1
-30
/
+28
2020-05-22
igc: Cleanup _get|set_rxnfc ethtool ops
Andre Guedes
1
-23
/
+10
2020-05-22
igc: Get rid of igc_max_channels()
Andre Guedes
2
-13
/
+3
2020-05-22
igc: Remove unused field from igc_nfc_filter
Andre Guedes
1
-1
/
+0
2020-05-22
igc: Remove per queue good transmited counter register
Sasha Neftin
1
-3
/
+0
2020-05-22
igc: Remove header redirection register
Sasha Neftin
1
-1
/
+0
2020-05-22
igc: Remove obsolete circuit breaker registers
Sasha Neftin
2
-11
/
+0
2020-05-22
igc: Enable NFC rules based source MAC address
Andre Guedes
1
-10
/
+22
2020-05-22
igc: Add support for source address filters in core
Andre Guedes
4
-21
/
+49
2020-05-21
igc: Remove mac_table from igc_adapter
Andre Guedes
3
-48
/
+21
2020-05-21
igc: Remove IGC_MAC_STATE_SRC_ADDR flag
Andre Guedes
3
-37
/
+12
2020-05-20
igc: Remove unused registers
Sasha Neftin
2
-9
/
+0
2020-05-20
igc: Remove unused IGC_ICS_DRSTA define
Sasha Neftin
1
-1
/
+0
2020-05-20
igc: Dump ETQF registers
Andre Guedes
1
-0
/
+3
2020-05-20
igc: Refactor ethertype filtering code
Andre Guedes
3
-61
/
+103
2020-05-20
igc: Fix MAX_ETYPE_FILTER value
Andre Guedes
1
-1
/
+1
2020-05-20
igc: Remove ethertype filter in PTP code
Andre Guedes
3
-16
/
+1
2020-05-20
igc: Remove duplicated IGC_RXPBS macro
Andre Guedes
1
-2
/
+0
2020-05-20
igc: Refactor VLAN priority filtering code
Andre Guedes
3
-51
/
+68
2020-05-20
igc: Return -EOPNOTSUPP when VLAN mask doesn't match
Andre Guedes
1
-1
/
+2
2020-05-20
igc: Dump VLANPQF register
Andre Guedes
1
-0
/
+2
2020-05-20
igc: Rename IGC_VLAPQF macro
Andre Guedes
3
-16
/
+15
2020-05-20
igc: Clean up obsolete NVM defines
Sasha Neftin
1
-5
/
+0
2020-05-20
igc: remove IGC_REMOVED function
Vitaly Lifshits
3
-9
/
+1
2020-05-20
igc: Remove PCIe Control register
Sasha Neftin
1
-3
/
+0
2020-05-19
igc: Remove unneeded register
Sasha Neftin
1
-1
/
+0
2020-05-19
igc: Remove unneeded definition
Sasha Neftin
1
-1
/
+0
2020-05-19
igc: Use netdev log helpers in igc_base.c
Andre Guedes
1
-3
/
+3
2020-05-19
igc: Use netdev log helpers in igc_dump.c
Andre Guedes
1
-55
/
+54
2020-05-19
igc: Use netdev log helpers in igc_ptp.c
Andre Guedes
1
-7
/
+5
2020-05-19
igc: Use netdev log helpers in igc_ethtool.c
Andre Guedes
1
-20
/
+21
2020-05-19
igc: add support to eeprom, registers and link self-tests
Vitaly Lifshits
7
-3
/
+285
2020-05-19
igc: Use netdev log helpers in igc_main.c
Andre Guedes
1
-61
/
+50
2020-05-19
igc: Add ECN support for TSO
Sasha Neftin
1
-0
/
+1
2020-04-24
PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
Rafael J. Wysocki
1
-1
/
+1
2020-04-19
igc: Add debug messages to MAC filter code
Andre Guedes
1
-2
/
+22
2020-04-19
igc: Refactor igc_del_mac_filter()
Andre Guedes
1
-26
/
+19
2020-04-19
igc: Refactor igc_mac_entry_can_be_used()
Andre Guedes
1
-33
/
+47
[prev]
[next]