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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
5
-73
/
+7
|
\
|
*
eth: ixgbe: fix the wake condition
Jakub Kicinski
2023-06-08
1
-1
/
+1
|
*
ice: make writes to /dev/gnssX synchronous
Michal Schmidt
2023-06-07
4
-72
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-02
1
-1
/
+1
|
\
|
|
*
ice: recycle/free all of the fragments from multi-buffer frame
Maciej Fijalkowski
2023-06-01
1
-1
/
+1
*
|
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
2023-05-31
1
-2
/
+11
*
|
devlink: move port_split/unsplit() ops into devlink_port_ops
Jiri Pirko
2023-05-30
1
-2
/
+2
*
|
ice: register devlink port for PF with ops
Jiri Pirko
2023-05-30
1
-1
/
+5
*
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
2023-05-22
12
-259
/
+351
|
\
\
|
*
|
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
2023-05-19
9
-102
/
+40
|
*
|
ice: allow matching on meta data
Michal Swiatkowski
2023-05-19
5
-105
/
+95
|
*
|
ice: specify field names in ice_prot_ext init
Michal Swiatkowski
2023-05-19
1
-23
/
+28
|
*
|
ice: remove redundant Rx field from rule info
Michal Swiatkowski
2023-05-19
4
-22
/
+14
|
*
|
ice: define meta data to match in switch
Michal Swiatkowski
2023-05-19
3
-16
/
+183
*
|
|
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
2023-05-20
3
-1
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
e1000e: Add @adapter description to kdoc
Baozhu Ni
2023-05-18
1
-1
/
+1
|
*
|
igb: Define igb_pm_ops conditionally on CONFIG_PM
Tom Rix
2023-05-18
1
-0
/
+2
|
*
|
igc: Avoid transmit queue timeout for XDP
Kurt Kanzenbach
2023-05-18
1
-0
/
+8
*
|
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2023-05-19
8
-366
/
+142
|
\
\
\
|
*
|
|
ice: Remove LAG+SRIOV mutual exclusion
Dave Ertman
2023-05-17
5
-91
/
+0
|
*
|
|
ice: update PHY type to ethtool link mode mapping
Paul Greenwalt
2023-05-17
1
-19
/
+19
|
*
|
|
ice: refactor PHY type to ethtool link mode
Paul Greenwalt
2023-05-17
3
-274
/
+141
|
*
|
|
ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX
Paul Greenwalt
2023-05-17
1
-1
/
+1
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-18
10
-25
/
+40
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
igb: fix bit_shift to be in [1..8] range
Aleksandr Loktionov
2023-05-17
1
-2
/
+2
|
*
iavf: send VLAN offloading caps once after VFR
Ahmed Zaki
2023-05-16
1
-5
/
+0
|
*
ice: Fix ice VF reset during iavf initialization
Dawid Wesierski
2023-05-16
4
-4
/
+25
|
*
ice: Fix stats after PF reset
Ahmed Zaki
2023-05-16
1
-0
/
+5
|
*
ice: Fix undersized tx_flags variable
Jan Sokolowski
2023-05-12
3
-14
/
+8
*
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
2023-05-17
16
-620
/
+569
|
\
\
|
*
|
ice: add dynamic interrupt allocation
Piotr Raczynski
2023-05-16
7
-21
/
+107
|
*
|
ice: track interrupt vectors with xarray
Piotr Raczynski
2023-05-16
6
-84
/
+89
|
*
|
ice: add individual interrupt allocation
Piotr Raczynski
2023-05-16
13
-282
/
+165
|
*
|
ice: remove redundant SRIOV code
Piotr Raczynski
2023-05-16
1
-36
/
+0
|
*
|
ice: refactor VF control VSI interrupt handling
Piotr Raczynski
2023-05-16
3
-66
/
+58
|
*
|
ice: use preferred MSIX allocation api
Piotr Raczynski
2023-05-16
3
-38
/
+37
|
*
|
ice: use pci_irq_vector helper function
Piotr Raczynski
2023-05-16
5
-11
/
+11
|
*
|
ice: move interrupt related code to separate file
Piotr Raczynski
2023-05-16
5
-218
/
+238
|
|
/
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-17
2
-11
/
+140
|
\
\
|
|
/
|
/
|
|
*
igc: Add XDP hints kfuncs for RX timestamp
Jesper Dangaard Brouer
2023-04-27
2
-0
/
+17
|
*
igc: Add XDP hints kfuncs for RX hash
Jesper Dangaard Brouer
2023-04-27
2
-0
/
+54
|
*
igc: Add igc_xdp_buff wrapper for xdp_buff in driver
Jesper Dangaard Brouer
2023-04-27
2
-7
/
+14
|
*
igc: Enable and fix RX hash usage by netstack
Jesper Dangaard Brouer
2023-04-27
2
-4
/
+55
*
|
ice: block LAN in case of VF to VF offload
Michal Swiatkowski
2023-05-05
1
-1
/
+2
*
|
igc: read before write to SRRCTL register
Song Yoong Siang
2023-05-03
2
-5
/
+13
*
|
ixgbe: Fix panic during XDP_TX with > 64 CPUs
John Hickey
2023-04-27
2
-5
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-26
1
-11
/
+12
|
\
|
*
ixgbe: Enable setting RSS table to default values
Joe Damato
2023-04-21
1
-9
/
+10
|
*
ixgbe: Allow flow hash to be set via ethtool
Joe Damato
2023-04-21
1
-2
/
+2
*
|
net: vlan: introduce skb_vlan_eth_hdr()
Vladimir Oltean
2023-04-23
2
-2
/
+2
[next]