summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_fcoe.c
Commit message (Expand)AuthorAgeFilesLines
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller2016-10-311-2/+2
* i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller2016-10-311-4/+4
* i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg2016-04-071-11/+1Star
* i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck2016-04-051-1/+1
* i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.Shannon Nelson2016-02-191-4/+4
* i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck2016-02-191-0/+6
* i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck2016-02-191-2/+12
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+1
* i40e: remove BUG_ON from FCoE setupShannon Nelson2015-11-251-2/+0Star
* i40e: Lock for VSI's MAC filter listKiran Patil2015-10-201-0/+2
* i40e: Change some messages from info to debug onlyNeerav Parikh2015-10-151-1/+1
* i40e/i40evf: clean up some codeJesse Brandeburg2015-10-091-1/+0Star
* i40e: make i40e_init_pf_fcoe to voidShannon Nelson2015-10-071-6/+4Star
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-6/+6
* i40e: fix unrecognized FCOE EOF caseVasu Dev2015-05-281-4/+7
* i40e: fix invalid void return in FCoE codeJesse Brandeburg2015-04-031-2/+1Star
* i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher2015-03-091-5/+5
* i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg2015-03-051-2/+0Star
* i40e: setup FCoE device typeVasu Dev2015-02-251-0/+6
* i40e: Add support for getlink, setlink ndo opsNeerav Parikh2015-02-251-4/+8
* i40e: Use #define for the VSI connection typeNeerav Parikh2015-02-241-1/+1
* i40e: Enable Loopback for the FCOE vsi as wellAnjali Singhai Jain2015-02-091-0/+1
* i40e: use dev_port for fcoe netdevVasu Dev2015-02-091-0/+6
* i40e: i40e_fcoe.c: Remove unused functionRickard Strandqvist2015-02-091-9/+0Star
* i40e: remove VN2VN related mac filtersVasu Dev2015-01-131-2/+0Star
* i40e: Add support to firmware CEE DCBX modeNeerav Parikh2014-11-181-1/+1
* i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.cLucas Tanure2014-08-121-0/+1
* i40e: Adds FCoE related code to i40e core driverVasu Dev2014-08-031-8/+1Star
* i40e: adds FCoE code to the i40e driverVasu Dev2014-08-031-0/+1568