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
/
ixgbe
/
ixgbe_sriov.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: Use LLDP ethertype define ETH_P_LLDP
Anirudh Venkataramanan
2019-06-05
1
-1
/
+1
*
ixgbe: Fix race when the VF driver does a reset
Ross Lagerwall
2018-12-13
1
-1
/
+10
*
ixgbe: fix MAC anti-spoofing filter after VFLR
Radoslaw Tyl
2018-10-31
1
-1
/
+3
*
ixgbe: add VF IPsec offload request message handling
Shannon Nelson
2018-08-28
1
-1
/
+16
*
ixgbe: fix driver behaviour after issuing VFLR
Sebastian Basierski
2018-08-24
1
-0
/
+26
*
ixgbe: Prevent unsupported configurations with XDP
Tony Nguyen
2018-08-24
1
-0
/
+5
*
ixgbe: force VF to grab new MAC on driver reload
Emil Tantilov
2018-05-17
1
-4
/
+1
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-27
/
+2
*
ixgbe: Avoid performing unnecessary resets for macvlan offload
Alexander Duyck
2018-04-25
1
-2
/
+3
*
ixgbe: fix disabling hide VLAN on VF reset
Paul Greenwalt
2018-03-12
1
-1
/
+5
*
ixgbe: Don't assume dev->num_tc is equal to hardware TC config
Alexander Duyck
2018-01-12
1
-4
/
+4
*
ixgbe: Default to 1 pool always being allocated
Alexander Duyck
2018-01-12
1
-5
/
+2
*
ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devices
Alexander Duyck
2018-01-09
1
-18
/
+9
*
ixgbe: Perform reinit any time number of VFs change
Alexander Duyck
2018-01-09
1
-16
/
+3
*
ixgbe: Ensure MAC filter was added before setting MACVLAN
Tony Nguyen
2017-07-26
1
-3
/
+6
*
ixgbe: fix writes to PFQDE
Emil Tantilov
2017-06-14
1
-1
/
+1
*
ixgbe: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
2017-05-31
1
-4
/
+3
*
ixgbe: Add error checking to setting VF MAC
Tony Nguyen
2017-05-31
1
-13
/
+41
*
ixgbe: Check for RSS key before setting value
Tony Nguyen
2017-04-30
1
-1
/
+1
*
ixgbe: Allow setting zero MAC address for VF
Tony Nguyen
2017-04-30
1
-10
/
+18
*
ixgbe: clean macvlan MAC filter table on VF reset
Emil Tantilov
2017-04-30
1
-52
/
+53
*
ixgbe: do not use adapter->num_vfs when setting VFs via module parameter
Emil Tantilov
2017-04-18
1
-25
/
+25
*
ixgbe: return early instead of wrap block in if statement
Emil Tantilov
2017-04-18
1
-44
/
+41
*
ixgbe: move num_vfs_macvlans allocation into separate function
Emil Tantilov
2017-04-18
1
-19
/
+29
*
ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.
Usha Ketineni
2017-04-18
1
-3
/
+23
*
ixgbe: Add PF support for VF promiscuous mode
Don Skidmore
2017-01-03
1
-6
/
+41
*
ixgbe: test for trust in macvlan adjustments for VF
Ken Cox
2017-01-03
1
-1
/
+2
*
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2016-09-24
1
-1
/
+3
|
\
|
*
ixgbe: reset before SRIOV init to avoid mailbox issues
Emil Tantilov
2016-09-23
1
-1
/
+3
*
|
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
2016-09-24
1
-1
/
+4
|
/
*
ixgbe: fix spoofed packets with macvlans
Emil Tantilov
2016-06-29
1
-0
/
+1
*
ixgbe: use BIT() macro
Jacob Keller
2016-04-25
1
-11
/
+11
*
ixgbe: set VLAN spoof checking unconditionally
Emil Tantilov
2016-04-25
1
-23
/
+2
*
ixgbe: consolidate the configuration of spoof checking
Emil Tantilov
2016-04-25
1
-16
/
+27
*
ixgbe: add a callback to set the maximum transmit bitrate
Rostislav Pehlivanov
2016-04-05
1
-1
/
+1
*
ixgbe: Do not allow PF to add VLVF entry unless it actually needs it
Alexander Duyck
2016-04-04
1
-14
/
+17
*
ixgbe: Extend trust to allow guest to set unicast address
chas williams
2016-04-04
1
-1
/
+1
*
ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
Alexander Duyck
2015-12-30
1
-4
/
+4
*
ixgbe: Clean stale VLANs when changing port VLAN or resetting
Alexander Duyck
2015-12-12
1
-5
/
+72
*
ixgbe: Fix VLAN promisc in relation to SR-IOV
Alexander Duyck
2015-12-12
1
-72
/
+22
*
ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
Alexander Duyck
2015-12-12
1
-1
/
+17
*
ixgbe: Fix SR-IOV VLAN pool configuration
Alexander Duyck
2015-12-12
1
-2
/
+2
*
ixgbe: Save VF info and take references
Mark Rustad
2015-12-03
1
-2
/
+48
*
ixgbe, ixgbevf: Add new mbox API xcast mode
Hiroshi Shimamoto
2015-10-23
1
-0
/
+59
*
ixgbe: Add new ndo to trust VF
Hiroshi Shimamoto
2015-10-23
1
-0
/
+37
*
ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
Vlad Zolotarov
2015-04-11
1
-0
/
+21
*
ixgbe: Add a RETA query command to VF-PF channel API
Vlad Zolotarov
2015-04-11
1
-0
/
+35
*
ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
Vlad Zolotarov
2015-04-11
1
-2
/
+32
*
ixgbe: Move bridge mode from flag to variable
Don Skidmore
2015-04-10
1
-1
/
+2
*
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-09
1
-1
/
+1
[next]