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-11-17
ixgbevf: Add legacy suffix to old API mailbox functions
Radoslaw Tyl
3
-9
/
+9
2021-11-17
ixgbevf: Improve error handling in mailbox
Radoslaw Tyl
3
-5
/
+13
2021-11-17
ixgbevf: Rename MSGTYPE to SUCCESS and FAILURE
Radoslaw Tyl
3
-23
/
+27
2021-11-17
i40e: Fix ping is lost after configuring ADq on VF
Eryk Rybak
3
-8
/
+74
2021-11-17
i40e: Fix changing previously set num_queue_pairs for PFs
Eryk Rybak
1
-12
/
+23
2021-11-17
i40e: Fix NULL ptr dereference on VSI filter sync
Michal Maloszewski
2
-2
/
+4
2021-11-17
i40e: Fix correct max_pkt_size on VF RX queue
Eryk Rybak
1
-44
/
+9
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-2
/
+2
2021-11-15
iavf: Restore VLAN filters after link down
Akeem G Abodunrin
2
-5
/
+31
2021-11-15
iavf: Fix for setting queues to 0
Grzegorz Szczurek
1
-1
/
+1
2021-11-15
iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
Surabhi Boob
1
-1
/
+1
2021-11-15
iavf: validate pointers
Mitch Williams
1
-7
/
+6
2021-11-15
iavf: prevent accidental free of filter structure
Jacob Keller
1
-2
/
+2
2021-11-15
iavf: Fix failure to exit out from last all-multicast mode
Piotr Marczak
1
-2
/
+1
2021-11-15
iavf: don't clear a lock we don't hold
Nicholas Nunley
1
-2
/
+4
2021-11-15
iavf: free q_vectors before queues in iavf_disable_vf
Nicholas Nunley
1
-1
/
+1
2021-11-15
iavf: check for null in iavf_fix_features
Nicholas Nunley
1
-1
/
+2
2021-11-15
iavf: Fix return of set the new channel count
Mateusz Palczewski
1
-0
/
+15
2021-11-03
ice: Fix race conditions between virtchnl handling and VF ndo ops
Brett Creeley
2
-0
/
+30
2021-11-03
ice: Fix not stopping Tx queues for VFs
Brett Creeley
2
-5
/
+3
2021-11-03
ice: Fix replacing VF hardware MAC to existing MAC filter
Sylwester Dziedziuch
1
-5
/
+9
2021-11-03
ice: Remove toggling of antispoof for VF trusted promiscuous mode
Brett Creeley
1
-18
/
+0
2021-11-03
ice: Fix VF true promiscuous mode
Brett Creeley
2
-42
/
+39
2021-11-01
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
8
-25
/
+98
2021-10-29
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
4
-7
/
+5
2021-10-29
iavf: Fix kernel BUG in free_msi_irqs
Przemyslaw Patynowski
2
-0
/
+56
2021-10-29
iavf: Add helper function to go from pci_dev to adapter
Karen Sornek
1
-7
/
+17
2021-10-29
ice: Hide bus-info in ethtool for PRs in switchdev mode
Marcin Szycik
1
-3
/
+4
2021-10-29
ice: Clear synchronized addrs when adding VFs in switchdev mode
Marcin Szycik
1
-0
/
+6
2021-10-29
ice: Remove boolean vlan_promisc flag from function
Brett Creeley
4
-15
/
+15
2021-10-29
igc: Change Device Reset to Port Reset
Sasha Neftin
2
-2
/
+2
2021-10-29
igc: Add new device ID
Sasha Neftin
3
-0
/
+3
2021-10-29
igc: Remove media type checking on the PHY initialization
Sasha Neftin
1
-5
/
+0
2021-10-29
net: ixgbevf: Remove redundant initialization of variable ret_val
Colin Ian King
1
-1
/
+1
2021-10-29
igb: unbreak I2C bit-banging on i350
Jan Kundrát
1
-8
/
+15
2021-10-29
intel: Simplify bool conversion
Yang Li
2
-2
/
+2
2021-10-29
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
13
-82
/
+1110
2021-10-28
ice: fix error return code in ice_get_recp_frm_fw()
Wang Hai
1
-1
/
+3
2021-10-28
ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()
Nathan Chancellor
1
-0
/
+1
2021-10-28
ice: Add support to print error on PHY FW load failure
Brett Creeley
3
-5
/
+47
2021-10-28
ice: Add support for changing MTU on PR in switchdev mode
Marcin Szycik
1
-0
/
+3
2021-10-28
ice: send correct vc status in switchdev
Michal Swiatkowski
1
-14
/
+49
2021-10-28
ice: support for GRE in eswitch
Michal Swiatkowski
5
-14
/
+161
2021-10-28
ice: low level support for tunnels
Michal Swiatkowski
5
-16
/
+298
2021-10-28
ice: VXLAN and Geneve TC support
Michal Swiatkowski
5
-44
/
+362
2021-10-28
ice: support for indirect notification
Michal Swiatkowski
3
-2
/
+200
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-14
/
+7
2021-10-25
ice: check whether PTP is initialized in ice_ptp_release()
Yongxin Liu
1
-0
/
+3
2021-10-25
ice: Respond to a NETDEV_UNREGISTER event for LAG
Dave Ertman
1
-14
/
+4
2021-10-24
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
1
-3
/
+2
[prev]
[next]