index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_virtchnl_pf.c
Age
Commit message (
Expand
)
Author
2017-08-27
i40e/i40evf: support for VF VLAN tag stripping control
Mariusz Stachura
2017-08-27
i40e: Use correct flag to enable egress traffic for unicast promisc
Akeem G Abodunrin
2017-08-25
i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...
Stefan Assmann
2017-08-25
i40e: separate hw_features from runtime changing flags
Jacob Keller
2017-07-26
i40e: handle setting administratively set MAC address back to zero
Stefan Assmann
2017-07-26
i40e: fix odd formatting and indent
Jesse Brandeburg
2017-07-26
i40e: fix incorrect variable assignment
Gustavo A R Silva
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-14
i40e: Fix a sleep-in-atomic bug
Jia-Ju Bai
2017-06-01
i40e/virtchnl: move function to virtchnl
Jesse Brandeburg
2017-06-01
virtchnl: finish conversion to virtchnl interface
Jesse Brandeburg
2017-06-01
i40evf/virtchnl: whitespace cleanups
Jesse Brandeburg
2017-06-01
i40e/virtchnl: refactor code for validate checks
Jesse Brandeburg
2017-06-01
virtchnl: convert to new macros
Jesse Brandeburg
2017-06-01
virtchnl: move some code to core driver
Jesse Brandeburg
2017-06-01
virtchnl: rename i40e to generic virtchnl
Jesse Brandeburg
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
2017-04-30
i40e: amortize wait time when disabling lots of VFs
Jacob Keller
2017-04-30
i40e: make use of i40e_reset_all_vfs when initializing new VFs
Jacob Keller
2017-04-30
i40e: properly spell I40E_VF_STATE_* flags
Jacob Keller
2017-04-19
i40e: reset all VFs in parallel when rebuilding PF
Jacob Keller
2017-04-19
i40e: split some code in i40e_reset_vf into helpers
Jacob Keller
2017-04-06
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
2017-03-27
i40e: Fixed race conditions in VF reset
Robert Konklewski
2017-03-15
i40e: Allow untrusted VFs to have more filters
Mitch Williams
2017-03-15
i40e: fix RSS queues only operating on PF0
Lihong Yang
2017-03-15
i40e: KISS the client interface
Mitch Williams
2017-02-27
scripts/spelling.txt: add "varible" pattern and fix typo instances
Masahiro Yamada
2017-02-02
i40e: when adding or removing MAC filters, correctly handle VLANs
Jacob Keller
2017-02-02
i40e: avoid O(n^2) loop when deleting all filters
Jacob Keller
2017-02-02
i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
Jacob Keller
2017-02-02
i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlan
Jacob Keller
2016-12-06
i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID
Jacob Keller
2016-12-06
i40e: Add support for 25G devices
Carolyn Wyborny
2016-12-02
i40e: set broadcast promiscuous mode for each active VLAN
Jacob Keller
2016-12-02
i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msg
Jacob Keller
2016-10-31
i40e: removed unreachable code
Filip Sadowski
2016-10-31
i40e: clear mac filter count on reset
Mitch Williams
2016-10-31
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
Jacob Keller
2016-10-31
i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter
Jacob Keller
2016-10-31
i40e: Add missing \n to end of dev_err message
Colin Ian King
2016-09-24
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2016-09-24
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
2016-09-22
i40e: Fix to check for NULL
Carolyn Wyborny
2016-09-22
i40e: return correct opcode to VF
Mitch Williams
2016-08-18
i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.
Sridhar Samudrala
2016-08-18
i40e: fix memory leak
Mitch Williams
2016-08-18
i40e: Don't notify client of VF reset during VF creation
Avinash Dayanand
2016-08-18
i40e/i40evf: Reset VLAN filter count when resetting
Catherine Sullivan
[next]