summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Fix cls_u32 offload support for L4 portsSridhar Samudrala2016-03-291-12/+4
* ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala2016-03-292-7/+5
* ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala2016-03-291-18/+34
* ixgbe: make __ixgbe_setup_tc staticEmil Tantilov2016-03-291-2/+2
* ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-293-4/+6
* ixgbe: Use udelay to avoid sleeping while atomicMark Rustad2016-03-291-1/+1
* ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck2016-03-291-24/+21
* ixgbe: Store VXLAN port number in network orderAlexander Duyck2016-03-292-49/+20
* ixgbe: Fix for RAR0 not being set to default MAC addrTushar Dave2016-03-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-194-33/+367
|\
| * net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
| * net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend2016-03-011-3/+0
| * ixgbe: fix dates on header of ixgbe_model.hJohn Fastabend2016-02-171-1/+1
| * ixgbe: use u32 instead of __u32 in model headerJohn Fastabend2016-02-171-9/+9
| * net: ixgbe: abort with cls u32 divisor groups greater than 1John Fastabend2016-02-172-0/+32
| * net: ixgbe: add support for tc_u32 offloadJohn Fastabend2016-02-173-30/+213
| * net: ixgbe: add minimal parser details for ixgbeJohn Fastabend2016-02-171-0/+112
| * net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+4
| * net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+10
| * ixgbe: bulk free SKBs during TX completion cleanup cycleJesper Dangaard Brouer2016-02-111-3/+3
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
|/
* ixgbe: Make ATR recognize IPv6 extended headersMark Rustad2016-01-081-10/+37
* ixgbe: Fix MDD events generated when FCoE+SRIOV are enabledNeerav Parikh2016-01-083-1/+8
* ixgbe: Fix to get FDMI HBA attributes information with X550Usha Ketineni2016-01-081-2/+5
* ixgbe: Correct handling of any outer UDP checksum settingMark Rustad2016-01-081-1/+1
* ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov2016-01-081-5/+2
* ixgbe: fix broken PFC with X550Vasu Dev2016-01-081-3/+3
* ixgbe: use correct FCoE DDP max checkVasu Dev2016-01-081-2/+2
* ixgbe: Fill at least min credits to a TC credit refillsVasu Dev2016-01-081-1/+6
* ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck2015-12-291-4/+4
* ixgbe: Correct X550EM_x revision checkMark Rustad2015-12-292-7/+4
* ixgbe: fix RSS limit for X550Emil Tantilov2015-12-291-1/+1
* ixgbe: Clean up redundancy in hw_enc_featuresMark Rustad2015-12-291-5/+2
* ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth2015-12-291-13/+42
* ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov2015-12-291-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-0/+3
|\
| * ixgbe: Reset interface after enabling SR-IOVAlexander Duyck2015-12-031-0/+3
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-2/+2
* | ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov2015-12-121-4/+0
* | ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck2015-12-121-5/+72
* | ixgbe: Clear stale pool mappingsAlexander Duyck2015-12-123-9/+18
* | ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck2015-12-123-73/+72
* | ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck2015-12-122-12/+129
* | ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck2015-12-121-23/+19
* | ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck2015-12-126-12/+38
* | ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck2015-12-121-54/+34
* | ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck2015-12-121-72/+70
* | ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck2015-12-121-29/+19
* | ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck2015-12-121-2/+2
OpenPOWER on IntegriCloud