index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_sriov.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
1
-2
/
+2
2024-02-06
ixgbe: Convert ret val type from s32 to int
Jedrzej Jagielski
1
-4
/
+4
2024-01-02
ixgbe: Refactor returning internal error codes
Jedrzej Jagielski
1
-1
/
+1
2024-01-02
ixgbe: report link state for VF devices
Ovidiu Panait
1
-0
/
+1
2023-12-18
intel: legacy: field get conversion
Jesse Brandeburg
1
-5
/
+3
2023-10-20
ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()
Dan Carpenter
1
-9
/
+10
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2023-10-10
ixgbe: fix crash with empty VF macvlan list
Dan Carpenter
1
-2
/
+3
2023-09-28
ethernet/intel: Use list_for_each_entry() helper
Jinjie Ruan
1
-5
/
+2
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2022-07-18
ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
Piotr Skajewski
1
-0
/
+6
2022-06-10
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-1
/
+1
2022-06-09
drivers/net/ethernet/intel: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-06-07
ixgbe: fix unexpected VLAN Rx in promisc mode on VF
Olivier Matz
1
-2
/
+2
2022-06-07
ixgbe: fix bcast packets Rx on VF after promisc removal
Olivier Matz
1
-2
/
+2
2022-03-08
ixgbe: add the ability for the PF to disable VF link state
Slawomir Mrozowicz
1
-38
/
+169
2021-05-20
ixgbe: fix large MTU request from VF
Jesse Brandeburg
1
-9
/
+7
2020-07-30
ixgbe: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-1
/
+1
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-2
/
+2
2020-05-28
ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()
Jason Yan
1
-1
/
+1
2019-06-05
ixgbe: Use LLDP ethertype define ETH_P_LLDP
Anirudh Venkataramanan
1
-1
/
+1
2018-12-12
ixgbe: Fix race when the VF driver does a reset
Ross Lagerwall
1
-1
/
+10
2018-10-31
ixgbe: fix MAC anti-spoofing filter after VFLR
Radoslaw Tyl
1
-1
/
+3
2018-08-28
ixgbe: add VF IPsec offload request message handling
Shannon Nelson
1
-1
/
+16
2018-08-24
ixgbe: fix driver behaviour after issuing VFLR
Sebastian Basierski
1
-0
/
+26
2018-08-24
ixgbe: Prevent unsupported configurations with XDP
Tony Nguyen
1
-0
/
+5
2018-05-17
ixgbe: force VF to grab new MAC on driver reload
Emil Tantilov
1
-4
/
+1
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-27
/
+2
2018-04-25
ixgbe: Avoid performing unnecessary resets for macvlan offload
Alexander Duyck
1
-2
/
+3
2018-03-12
ixgbe: fix disabling hide VLAN on VF reset
Paul Greenwalt
1
-1
/
+5
2018-01-12
ixgbe: Don't assume dev->num_tc is equal to hardware TC config
Alexander Duyck
1
-4
/
+4
2018-01-12
ixgbe: Default to 1 pool always being allocated
Alexander Duyck
1
-5
/
+2
2018-01-09
ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devices
Alexander Duyck
1
-18
/
+9
2018-01-09
ixgbe: Perform reinit any time number of VFs change
Alexander Duyck
1
-16
/
+3
2017-07-25
ixgbe: Ensure MAC filter was added before setting MACVLAN
Tony Nguyen
1
-3
/
+6
2017-06-13
ixgbe: fix writes to PFQDE
Emil Tantilov
1
-1
/
+1
2017-05-31
ixgbe: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
1
-4
/
+3
2017-05-31
ixgbe: Add error checking to setting VF MAC
Tony Nguyen
1
-13
/
+41
2017-04-29
ixgbe: Check for RSS key before setting value
Tony Nguyen
1
-1
/
+1
2017-04-29
ixgbe: Allow setting zero MAC address for VF
Tony Nguyen
1
-10
/
+18
2017-04-29
ixgbe: clean macvlan MAC filter table on VF reset
Emil Tantilov
1
-52
/
+53
2017-04-18
ixgbe: do not use adapter->num_vfs when setting VFs via module parameter
Emil Tantilov
1
-25
/
+25
2017-04-18
ixgbe: return early instead of wrap block in if statement
Emil Tantilov
1
-44
/
+41
2017-04-18
ixgbe: move num_vfs_macvlans allocation into separate function
Emil Tantilov
1
-19
/
+29
2017-04-18
ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.
Usha Ketineni
1
-3
/
+23
2017-01-03
ixgbe: Add PF support for VF promiscuous mode
Don Skidmore
1
-6
/
+41
2017-01-03
ixgbe: test for trust in macvlan adjustments for VF
Ken Cox
1
-1
/
+2
2016-09-24
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
1
-1
/
+3
2016-09-24
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
1
-1
/
+4
2016-09-23
ixgbe: reset before SRIOV init to avoid mailbox issues
Emil Tantilov
1
-1
/
+3
[next]