Age | Commit message (Expand) | Author | Files | Lines |
2021-10-29 | virtchnl: Use the BIT() macro for capability/offload flags | Brett Creeley | 1 | -20/+20 |
2021-10-29 | virtchnl: Remove unused VIRTCHNL_VF_OFFLOAD_RSVD define | Brett Creeley | 1 | -1/+0 |
2021-06-07 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | David S. Miller | 1 | -1/+28 |
2021-06-07 | virtchnl: Use pad byte in virtchnl_ether_addr to specify MAC type | Brett Creeley | 1 | -1/+28 |
2021-06-04 | virtchnl: Add missing padding to virtchnl_proto_hdrs | Geert Uytterhoeven | 1 | -0/+1 |
2021-04-22 | ice: Enable RSS configure for AVF | Qi Zhang | 1 | -1/+24 |
2021-04-22 | ice: Advertise virtchnl UDP segmentation offload capability | Brett Creeley | 1 | -0/+1 |
2021-04-22 | ice: Allow ignoring opcodes on specific VF | Michal Swiatkowski | 1 | -0/+1 |
2021-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+0 |
2021-03-25 | virtchnl: Fix layout of RSS structures | Norbert Ciosek | 1 | -2/+0 |
2021-03-22 | ice: Enable FDIR Configure for AVF | Qi Zhang | 1 | -0/+278 |
2020-05-23 | virtchnl: Add missing explicit padding to structures | Geert Uytterhoeven | 1 | -0/+5 |
2019-06-26 | i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speeds | Aleksandr Loktionov | 1 | -0/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308 | Thomas Gleixner | 1 | -15/+1 |
2018-11-14 | virtchnl: Fix off by one error | Alice Michael | 1 | -2/+2 |
2018-11-14 | virtchnl: white space and reorder | Alice Michael | 1 | -3/+3 |
2018-10-31 | i40e: Update status codes | Mitch Williams | 1 | -3/+9 |
2018-10-03 | virtchnl: Added support to exchange additional speed values | Yashaswini Raghuram Prathivadi Bhayankaram | 1 | -0/+15 |
2018-08-30 | virtchnl: use u8 type for a field in the virtchnl_filter struct | Harshitha Ramamurthy | 1 | -1/+1 |
2018-05-14 | virtchnl: Whitespace and parenthesis cleanup | Bruce Allan | 1 | -2/+2 |
2018-02-14 | virtchnl: Add filter data structures | Harshitha Ramamurthy | 1 | -0/+59 |
2018-02-14 | virtchnl: Add a macro to check the size of a union | Harshitha Ramamurthy | 1 | -3/+5 |
2018-02-14 | virtchnl: Add virtchl structures to support queue channels | Harshitha Ramamurthy | 1 | -0/+40 |
2017-10-14 | i40e/i40evf: don't trust VF to reset itself | Alan Brady | 1 | -2/+2 |
2017-09-29 | i40e: Enable VF to negotiate number of allocated queues | Alan Brady | 1 | -0/+20 |
2017-08-28 | i40e/i40evf: support for VF VLAN tag stripping control | Mariusz Stachura | 1 | -0/+5 |
2017-08-26 | i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re... | Stefan Assmann | 1 | -2/+2 |
2017-06-02 | virtchnl: Add compile time static asserts to validate structure sizes | Sridhar Samudrala | 1 | -0/+50 |
2017-06-02 | virtchnl: Add pad fields to a couple of structures | Sridhar Samudrala | 1 | -0/+3 |
2017-06-02 | i40e/virtchnl: move function to virtchnl | Jesse Brandeburg | 1 | -0/+147 |
2017-06-02 | virtchnl: finish conversion to virtchnl interface | Jesse Brandeburg | 1 | -47/+81 |
2017-06-02 | i40evf/virtchnl: whitespace cleanups | Jesse Brandeburg | 1 | -3/+3 |
2017-06-02 | i40e/virtchnl: refactor code for validate checks | Jesse Brandeburg | 1 | -0/+17 |
2017-06-02 | virtchnl: convert to new macros | Jesse Brandeburg | 1 | -0/+3 |
2017-06-02 | virtchnl: rename i40e to generic virtchnl | Jesse Brandeburg | 1 | -116/+117 |
2017-06-02 | i40e/i40evf: create and use new unified header file | Jesse Brandeburg | 1 | -0/+446 |