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
/
igc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
igc: Remove redundant runtime resume for ethtool ops
Bjorn Helgaas
2024-04-08
1
-17
/
+0
*
igc: Refactor runtime power management flow
Sasha Neftin
2024-03-29
1
-17
/
+15
*
net: intel: implement modern PM ops declarations
Jesse Brandeburg
2024-03-29
1
-16
/
+8
*
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
2024-03-29
1
-2
/
+1
*
igc: Remove stale comment about Tx timestamping
Kurt Kanzenbach
2024-03-25
1
-4
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-12
1
-11
/
+1
|
\
|
*
igc: Fix missing time sync events
Vinicius Costa Gomes
2024-03-06
1
-11
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
1
-7
/
+6
|
\
|
|
*
igc: avoid returning frame twice in XDP_REDIRECT
Florian Kauer
2024-03-05
1
-7
/
+6
*
|
eth: igc: remove unused embedded struct net_device
Jakub Kicinski
2024-03-04
1
-1
/
+0
*
|
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
2024-03-04
1
-1
/
+1
*
|
net: intel: igc: Use linkmode helpers for EEE
Andrew Lunn
2024-02-28
1
-4
/
+5
*
|
net: intel: i40e/igc: Remove setting Autoneg in EEE capabilities
Andrew Lunn
2024-02-28
1
-4
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-16
1
-5
/
+1
|
\
|
|
*
igc: Remove temporary workaround
Sasha Neftin
2024-02-14
1
-5
/
+1
*
|
igc: Add support for LEDs on i225/i226
Kurt Kanzenbach
2024-02-15
5
-0
/
+293
*
|
igc: Unify filtering rule fields
Kurt Kanzenbach
2024-02-07
3
-7
/
+9
*
|
igc: Use netdev printing functions for flex filters
Kurt Kanzenbach
2024-02-07
1
-5
/
+4
*
|
igc: Use reverse xmas tree
Kurt Kanzenbach
2024-02-07
1
-1
/
+1
*
|
ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
Heiner Kallweit
2024-01-31
1
-6
/
+6
*
|
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2024-01-31
2
-5
/
+5
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-05
3
-4
/
+41
|
\
|
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2024-01-04
1
-1
/
+1
|
|
\
|
|
*
igc: Fix hicredit calculation
Rodrigo Cataldo
2024-01-03
1
-1
/
+1
|
*
|
igc: Check VLAN EtherType mask
Kurt Kanzenbach
2023-12-27
1
-0
/
+8
|
*
|
igc: Check VLAN TCI mask
Kurt Kanzenbach
2023-12-27
2
-3
/
+26
|
*
|
igc: Report VLAN EtherType matching back to user
Kurt Kanzenbach
2023-12-27
1
-0
/
+6
|
|
/
*
|
igc: field get conversion
Jesse Brandeburg
2023-12-18
4
-13
/
+8
*
|
igc: field prep conversion
Jesse Brandeburg
2023-12-18
1
-2
/
+2
*
|
intel: add bit macro includes where needed
Jesse Brandeburg
2023-12-18
2
-0
/
+2
*
|
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-14
1
-13
/
+14
*
|
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2023-12-08
1
-4
/
+2
*
|
igc: Add support for PTP .getcyclesx64()
Vinicius Costa Gomes
2023-11-14
6
-36
/
+101
*
|
igc: Simplify setting flags in the TX data descriptor
Vinicius Costa Gomes
2023-11-14
1
-6
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
1
-10
/
+25
|
\
|
*
igc: Fix ambiguity in the ethtool advertising
Sasha Neftin
2023-10-21
1
-10
/
+25
*
|
igc: replace deprecated strncpy with strscpy
Justin Stitt
2023-10-19
1
-1
/
+1
*
|
intel: fix format warnings
Jesse Brandeburg
2023-10-19
1
-2
/
+3
|
/
*
igc: Expose tx-usecs coalesce setting to user
Muhammad Husaini Zulkifli
2023-09-21
1
-12
/
+19
*
igc: Fix infinite initialization loop with early XDP redirect
Vinicius Costa Gomes
2023-09-16
1
-1
/
+1
*
igc: Change IGC_MIN to allow set rx/tx value between 64 and 80
Olga Zaborska
2023-09-05
1
-2
/
+2
*
igc: Decrease PTM short interval from 10 us to 1 us
Sasha Neftin
2023-08-24
1
-1
/
+1
*
igc: Add support for multiple in-flight TX timestamps
Vinicius Costa Gomes
2023-08-24
6
-63
/
+192
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-1
/
+1
|
\
|
*
igc: Fix the typo in the PTM Control macro
Sasha Neftin
2023-08-23
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-10
2
-2
/
+36
|
\
|
|
*
igc: Add lock to safeguard global Qbv variables
Muhammad Husaini Zulkifli
2023-08-09
2
-2
/
+36
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-04
1
-0
/
+1
|
\
\
|
*
|
eth: add missing xdp.h includes in drivers
Jakub Kicinski
2023-08-03
1
-0
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-28
1
-12
/
+28
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
[next]