summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-02net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend1-3/+0
2016-02-17net: ixgbe: abort with cls u32 divisor groups greater than 1John Fastabend1-0/+31
2016-02-17net: ixgbe: add support for tc_u32 offloadJohn Fastabend1-27/+204
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 Parikh1-0/+3
2016-01-08ixgbe: Correct handling of any outer UDP checksum settingMark Rustad1-1/+1
2015-12-30ixgbe: Clean up redundancy in hw_enc_featuresMark Rustad1-5/+2
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: Fix VLAN promisc in relation to SR-IOVAlexander Duyck1-1/+49
2015-12-12ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck1-12/+128
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck1-2/+2
2015-12-12ixgbe: Return error on failure to allocate mac_tableAlexander Duyck1-0/+2
2015-12-03ixgbe: Reset interface after enabling SR-IOVAlexander Duyck1-0/+3
2015-12-03ixgbe: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+15
2015-12-03ixgbe: Save VF info and take referencesMark Rustad1-21/+10
2015-12-03ixgbe: Update PTP to support X550EM_x devicesMark Rustad1-4/+5
2015-12-03ixgbe: Allow FDB entries access to more RAR filtersAlexander Duyck1-1/+4
2015-12-03ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addressesAlexander Duyck1-3/+25
2015-12-03ixgbe: Refactor MAC address configuration codeAlexander Duyck1-67/+96
2015-12-03ixgbe: Use private workqueue to avoid certain possible hangsMark Rustad1-1/+13
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck1-2/+2
2015-11-23ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-1/+2
2015-11-23ixgbe: fix multiple kernel-doc errorsJean Sacren1-6/+3
2015-11-23ixgbe: Delete redundant include fileMark Rustad1-3/+0
2015-11-19net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+1
2015-10-23ixgbe: Add new ndo to trust VFHiroshi Shimamoto1-0/+1
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-5/+9
2015-10-15ixgbe: disable LRO by defaultEmil Tantilov1-2/+0
2015-10-14ixgbe: add flow control ethertype to the anti-spoofing filterEmil Tantilov1-5/+11
2015-09-24ixgbe: Advance version to 4.2.1Mark Rustad1-1/+1
2015-09-24ixgbe: X540 thermal warning interrupt not a GPIMark Rustad1-3/+0
2015-09-24ixgbe: Correct several flaws with with DCA setupMark Rustad1-14/+26
2015-09-24ixgbe: Add new X550EM SFP+ device IDMark Rustad1-0/+1
2015-09-24ixgbe: Add small packet padding support for X550Mark Rustad1-0/+3
2015-09-24ixgbe: Correct setting of RDRXCTL register for X550* devicesMark Rustad1-2/+2
2015-09-24ixgbe: Limit SFP polling rateMark Rustad1-0/+8
2015-09-23ixgbe: Add X550EM support for SFP insertion interruptMark Rustad1-0/+2
2015-09-23ixgbe: Accept SFP not present errors on all devicesMark Rustad1-2/+1
2015-09-23ixgbe: Add SFP+ detection for X550 hardwareDon Skidmore1-3/+9
2015-09-16ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck1-2/+2
2015-09-16ixgbe: Teardown SR-IOV before unregister_netdev()Alex Williamson1-3/+3
2015-09-16ixgbe: fix issue with SFP events with new X550 devicesDon Skidmore1-3/+12
2015-09-02ixgbe: Remove bimodal SR-IOV disablingAlex Williamson1-6/+1
2015-09-02ixgbe: Add support for reporting 2.5G link speedMark Rustad1-8/+19
2015-09-02ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov1-3/+4