aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04ixgbe: Add support for toggling VLAN filtering flag via ethtoolAlexander Duyck1-13/+14
2016-04-04ixgbe: Extend cls_u32 offload to support UDP headersAmritha Nambiar2-9/+18
2016-04-04ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore7-0/+30
2016-04-04ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov3-1/+33
2016-04-04ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad7-7/+98
2016-04-04ixgbe: Add support for generic Tx checksumsAlexander Duyck1-104/+58
2016-04-04ixgbe: use eth_platform_get_mac_address()Sowmini Varadhan1-33/+2
2016-04-04ixgbe: Make all unchanging ops structures constMark Rustad9-63/+63
2016-04-04ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTAAlexander Duyck1-2/+2
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-29ixgbe: Fix cls_u32 offload support for L4 portsSridhar Samudrala1-12/+4
2016-03-29ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala2-7/+5
2016-03-29ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala1-18/+34
2016-03-29ixgbe: make __ixgbe_setup_tc staticEmil Tantilov1-2/+2
2016-03-29ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-4/+6
2016-03-29ixgbe: Use udelay to avoid sleeping while atomicMark Rustad1-1/+1
2016-03-29ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck1-24/+21
2016-03-29ixgbe: Store VXLAN port number in network orderAlexander Duyck2-49/+20
2016-03-29ixgbe: 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-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-03-01net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend1-3/+0
2016-02-17ixgbe: fix dates on header of ixgbe_model.hJohn Fastabend1-1/+1
2016-02-17ixgbe: 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-29ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck1-4/+4
2015-12-29ixgbe: Correct X550EM_x revision checkMark Rustad2-7/+4
2015-12-29ixgbe: fix RSS limit for X550Emil Tantilov1-1/+1
2015-12-29ixgbe: Clean up redundancy in hw_enc_featuresMark Rustad1-5/+2
2015-12-29ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-13/+42
2015-12-29ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov1-0/+4
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2