summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-19phy: marvell/micrel: Fix Unpossible conditionAndrew Lunn2-9/+10
2016-02-19i40e/ethtool: support coalesce setting by queueKan Liang1-0/+7
2016-02-19i40e/ethtool: support coalesce getting by queueKan Liang1-0/+7
2016-02-19i40e: queue-specific settings for interrupt moderationKan Liang6-70/+120
2016-02-19hv_netvsc: add software transmit timestamp supportsixiao@microsoft.com1-0/+3
2016-02-19be2net: Fix pcie error recovery in case of NIC+RoCE adaptersPadmanabh Ratnakar1-0/+4
2016-02-19net: macb: make magic-packet property genericSergio Prado1-1/+1
2016-02-19i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15Jesse Brandeburg2-2/+2
2016-02-19i40e: let go of the pastMitch Williams1-0/+2
2016-02-19i40e: suspend scheduling during driver unloadPandi Kumar Maharajan1-0/+1
2016-02-19i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.Shannon Nelson5-22/+23
2016-02-18i40e: implement and use Rx CTL helper functionsShannon Nelson4-3/+266
2016-02-18i40e: add adminq commands for Rx CTL registersShannon Nelson2-0/+32
2016-02-18i40e: add check for null VSIJohn Underwood1-1/+6
2016-02-18i40e: Expose some registers to program parser, FD and RSS logicAnjali Singhai Jain1-0/+48
2016-02-18i40e: Fix for unexpected messagingCarolyn Wyborny1-6/+7
2016-02-18i40e: Do not wait for Rx queue disable in DCB reconfigNeerav Parikh1-9/+24
2016-02-18i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bitKevin Scott1-1/+7
2016-02-18i40e: Fix led blink capability for 10GBaseT PHYCarolyn Wyborny4-6/+63
2016-02-18i40e: Add functions to blink led on 10GBaseT PHYCarolyn Wyborny4-0/+365
2016-02-18i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck2-11/+11
2016-02-18i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck5-92/+162
2016-02-18i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck5-112/+123
2016-02-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller6-386/+433
2016-02-18bnx2x: Add missing HSI for big-endian machinesYuval Mintz1-1/+3
2016-02-18i40e: Add support for ATR w/ IPv6 extension headersAlexander Duyck1-15/+13
2016-02-18i40evf: Update feature flags to reflect newly enabled featuresAlexander Duyck1-4/+19
2016-02-18i40e: Update feature flags to reflect newly enabled featuresAlexander Duyck1-4/+10
2016-02-18i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnelsAlexander Duyck1-12/+0
2016-02-18i40e: Fix ATR in relation to tunnelsAlexander Duyck1-17/+11
2016-02-18i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck2-2/+36
2016-02-18i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck2-26/+20
2016-02-18qede: Add vlan filtering offload supportSudarsana Reddy Kalluru2-1/+286
2016-02-18qed: Lay infrastructure for vlan filtering offloadYuval Mintz1-4/+19
2016-02-18net: phy: dp83848: Fix sysfs naming collision warningAndrew F. Davis1-1/+1
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2-4/+4
2016-02-18vxlan: move vxlan device lookup before iptunnel_pull_headerJiri Benc1-12/+11
2016-02-18geneve: move geneve device lookup before iptunnel_pull_headerJiri Benc1-32/+44
2016-02-18geneve: implement geneve_get_sk_family helperJiri Benc1-9/+11
2016-02-18cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai4-61/+171
2016-02-18cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai3-73/+184
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck4-26/+45
2016-02-18i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck2-76/+84
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc1-2/+3
2016-02-18i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck2-2/+26
2016-02-18i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck2-30/+49
2016-02-18i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck2-51/+52
2016-02-18i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck2-36/+52
2016-02-18i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck2-26/+36
2016-02-18i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck2-10/+8