index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-85
/
+165
2021-12-08
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
9
-47
/
+74
2021-12-08
ice: safer stats processing
Jesse Brandeburg
1
-11
/
+18
2021-12-07
ice: fix adding different tunnels
Michal Swiatkowski
6
-13
/
+25
2021-12-07
ice: fix choosing UDP header type
Michal Swiatkowski
1
-17
/
+10
2021-12-07
ice: ignore dropped packets during init
Jesse Brandeburg
1
-0
/
+3
2021-12-07
ice: Fix problems with DSCP QoS implementation
Dave Ertman
1
-6
/
+12
2021-12-07
ice: rearm other interrupt cause register after enabling VFs
Paul Greenwalt
1
-0
/
+4
2021-12-07
ice: fix FDIR init missing when reset VF
Yahui Cao
1
-0
/
+2
2021-12-06
i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
Norbert Zulinski
1
-0
/
+8
2021-12-06
i40e: Fix pre-set max number of queues for VF
Mateusz Palczewski
1
-5
/
+0
2021-12-06
i40e: Fix failed opcode appearing if handling messages from VF
Karen Sornek
2
-22
/
+50
2021-12-06
iavf: Fix reporting when setting descriptor count
Michal Maloszewski
1
-11
/
+32
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-12-01
iavf: restore MSI state on reset
Mitch Williams
1
-0
/
+1
2021-12-01
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
5
-44
/
+69
2021-12-01
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
2
-5
/
+1
2021-11-30
iavf: Fix displaying queue statistics shown by ethtool
Jedrzej Jagielski
1
-11
/
+19
2021-11-30
iavf: Refactor string format to avoid static analysis warnings
Karen Sornek
2
-4
/
+4
2021-11-30
iavf: Refactor text of informational message
Karen Sornek
1
-1
/
+1
2021-11-30
iavf: Fix static code analysis warning
Karen Sornek
1
-1
/
+1
2021-11-30
iavf: Refactor iavf_mac_filter struct memory usage
Jedrzej Jagielski
1
-3
/
+7
2021-11-30
iavf: Enable setting RSS hash key
Tony Nguyen
1
-8
/
+10
2021-11-30
iavf: Add trace while removing device
Jedrzej Jagielski
1
-0
/
+1
2021-11-30
iavf: return errno code instead of status code
Jacob Keller
1
-10
/
+10
2021-11-30
iavf: Log info when VF is entering and leaving Allmulti mode
Grzegorz Szczurek
1
-6
/
+14
2021-11-30
iavf: Add change MTU message
Patryk Małek
1
-0
/
+2
2021-11-30
igc: enable XDP metadata in driver
Jesper Dangaard Brouer
1
-11
/
+22
2021-11-30
igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
Jesper Dangaard Brouer
1
-1
/
+3
2021-11-30
net/ice: Remove unused enum
Shiraz Saleem
1
-4
/
+0
2021-11-30
net/ice: Fix boolean assignment
Shiraz Saleem
1
-1
/
+1
2021-11-30
ice: xsk: clear status_error0 for each allocated desc
Maciej Fijalkowski
1
-0
/
+1
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-33
/
+137
2021-11-25
igb: fix netpoll exit with traffic
Jesse Brandeburg
1
-1
/
+1
2021-11-22
net/ice: Add support for enable_iwarp and enable_roce devlink param
Shiraz Saleem
5
-3
/
+161
2021-11-22
ice: avoid bpf_prog refcount underflow
Marta Plantykow
1
-1
/
+17
2021-11-22
ice: fix vsi->txq_map sizing
Maciej Fijalkowski
1
-2
/
+7
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
13
-28
/
+86
2021-11-19
iavf: Fix VLAN feature flags after VFR
Brett Creeley
3
-23
/
+56
2021-11-19
iavf: Fix refreshing iavf adapter stats on ethtool request
Jedrzej Jagielski
4
-0
/
+25
2021-11-19
iavf: Fix deadlock occurrence during resetting VF interface
Jedrzej Jagielski
1
-2
/
+5
2021-11-19
iavf: Prevent changing static ITR values if adaptive moderation is on
Nitesh B Venkatesh
1
-4
/
+26
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-163
/
+224
2021-11-18
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-
David S. Miller
3
-136
/
+147
2021-11-18
e100: fix device suspend/resume
Jesse Brandeburg
1
-5
/
+13
2021-11-17
i40e: Fix display error code in dmesg
Grzegorz Szczurek
1
-3
/
+2
2021-11-17
i40e: Fix creation of first queue by omitting it if is not power of two
Jedrzej Jagielski
1
-40
/
+19
2021-11-17
i40e: Fix warning message and call stack during rmmod i40e driver
Karen Sornek
1
-32
/
+21
2021-11-17
ixgbevf: Add support for new mailbox communication between PF and VF
Radoslaw Tyl
4
-2
/
+23
2021-11-17
ixgbevf: Mailbox improvements
Radoslaw Tyl
6
-84
/
+265
[prev]
[next]