summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2016-04-04ixgbe: Do not allow PF to add VLVF entry unless it actually needs itAlexander Duyck2-18/+21
2016-04-04ixgbe: Extend trust to allow guest to set unicast addresschas williams1-1/+1
2016-04-04ixgbe: on recv increment rx.ring->stats.yieldsPavel Tikhomirov1-1/+1
2016-03-30ixgbe: Fix cls_u32 offload support for L4 portsSridhar Samudrala1-12/+4
2016-03-30ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala2-7/+5
2016-03-30ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala1-18/+34
2016-03-30ixgbe: make __ixgbe_setup_tc staticEmil Tantilov1-2/+2
2016-03-30ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-4/+6
2016-03-30ixgbe: Use udelay to avoid sleeping while atomicMark Rustad1-1/+1
2016-03-30ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck1-24/+21
2016-03-30ixgbe: Store VXLAN port number in network orderAlexander Duyck2-49/+20
2016-03-30ixgbe: Fix for RAR0 not being set to default MAC addrTushar Dave1-0/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-33/+367
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-04net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-03-02net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend1-3/+0
2016-02-18ixgbe: fix dates on header of ixgbe_model.hJohn Fastabend1-1/+1
2016-02-18ixgbe: use u32 instead of __u32 in model headerJohn Fastabend1-9/+9
2016-02-17net: ixgbe: abort with cls u32 divisor groups greater than 1John Fastabend2-0/+32
2016-02-17net: ixgbe: add support for tc_u32 offloadJohn Fastabend3-30/+213
2016-02-17net: ixgbe: add minimal parser details for ixgbeJohn Fastabend1-0/+112
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+4
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+10
2016-02-11ixgbe: bulk free SKBs during TX completion cleanup cycleJesper Dangaard Brouer1-3/+3
2016-01-08ixgbe: Make ATR recognize IPv6 extended headersMark Rustad1-10/+37
2016-01-08ixgbe: Fix MDD events generated when FCoE+SRIOV are enabledNeerav Parikh3-1/+8
2016-01-08ixgbe: Fix to get FDMI HBA attributes information with X550Usha Ketineni1-2/+5
2016-01-08ixgbe: Correct handling of any outer UDP checksum settingMark Rustad1-1/+1
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov1-5/+2
2016-01-08ixgbe: fix broken PFC with X550Vasu Dev1-3/+3
2016-01-08ixgbe: use correct FCoE DDP max checkVasu Dev1-2/+2
2016-01-08ixgbe: Fill at least min credits to a TC credit refillsVasu Dev1-1/+6
2015-12-30ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck1-4/+4
2015-12-30ixgbe: Correct X550EM_x revision checkMark Rustad2-7/+4
2015-12-30ixgbe: fix RSS limit for X550Emil Tantilov1-1/+1
2015-12-30ixgbe: Clean up redundancy in hw_enc_featuresMark Rustad1-5/+2
2015-12-30ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-13/+42
2015-12-30ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov1-0/+4
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-16sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2
2015-12-12ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov1-4/+0
2015-12-12ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck1-5/+72
2015-12-12ixgbe: Clear stale pool mappingsAlexander Duyck3-9/+18
2015-12-12ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck3-73/+72
2015-12-12ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck2-12/+129
2015-12-12ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck1-23/+19
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck6-12/+38
2015-12-12ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck1-54/+34
2015-12-12ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck1-72/+70