summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-12-03i40evf: increase max number of queuesMitch Williams2-4/+2
2015-12-03sfc: use ALIGN macro for aligning frame sizesJarod Wilson1-1/+2
2015-12-03hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan3-13/+12
2015-12-03hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan4-22/+13
2015-12-03hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan4-9/+8
2015-12-03hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan3-5/+0
2015-12-03hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan4-9/+8
2015-12-03hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan4-33/+19
2015-12-03hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan4-31/+35
2015-12-03hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov2-9/+0
2015-12-03hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov3-18/+5
2015-12-03hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan2-19/+14
2015-12-03hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan3-4/+1
2015-12-03hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan4-7/+6
2015-12-03hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan4-10/+14
2015-12-03hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan4-14/+13
2015-12-03hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan4-21/+35
2015-12-03hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficientKY Srinivasan1-8/+10
2015-12-03hv_netvsc: Resize some of the variables in hv_netvsc_packetKY Srinivasan1-7/+7
2015-12-02i40e: remove unused argumentJesse Brandeburg4-12/+18
2015-12-02i40e: fix: do not sleep in netdev_opsJesse Brandeburg1-24/+20
2015-12-02i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1Catherine Sullivan2-2/+2
2015-12-02i40evf: allocate ring structs dynamicallyMitch Williams5-41/+40
2015-12-02i40evf: allocate queue vectors dynamicallyMitch Williams4-26/+21
2015-12-02i40evf: quoth the VF driver, NevermoreMitch Williams1-0/+8
2015-12-02i40e: make error message more usefulMitch Williams1-2/+2
2015-12-02i40e: fix confusing messageHelin Zhang1-1/+2
2015-12-02i40e: Update error messagingCarolyn Wyborny1-6/+10
2015-12-02i40evf: add new fields to store user configuration of RSSHelin Zhang3-16/+54
2015-12-02i40evf: create a generic get RSS functionHelin Zhang3-13/+121
2015-12-02i40evf: create a generic config RSS functionHelin Zhang3-70/+130
2015-12-02i40evf: rename VF adapter specific RSS functionHelin Zhang1-5/+5
2015-12-02i40e/i40evf: prefetch skb data on transmitJesse Brandeburg2-0/+6
2015-12-02i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai Jain2-43/+77
2015-12-02i40e: rename rss_size to alloc_rss_size in i40e_pfHelin Zhang2-17/+22
2015-12-02i40e: add new fields to store user configurationHelin Zhang3-17/+68
2015-12-02isdn: remove spellcaster driverArnd Bergmann18-3136/+0
2015-12-02stmmac: support Reg_9 to get HW level informationGiuseppe CAVALLARO4-0/+173
2015-12-02qede: Add support for {get, set}_pauseparamSudarsana Kalluru1-0/+60
2015-12-02qede: Add support for nway_resetSudarsana Kalluru1-0/+25
2015-12-02qede: Add support for set_phys_idSudarsana Kalluru1-0/+29
2015-12-02qed: Add support for changing LED stateSudarsana Kalluru4-0/+64
2015-12-02qede: Add support for {get, set}_ringparamSudarsana Kalluru2-2/+46
2015-12-02qede: Add support for {get, set}_channelsSudarsana Kalluru3-2/+59
2015-12-01sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward1-0/+6
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward3-9/+14
2015-12-01hv_netvsc: rework link status change handlingVitaly Kuznetsov2-48/+108
2015-11-30mlxsw: core: Implement fan control using hwmonJiri Pirko1-1/+120
2015-11-30mlxsw: reg: Add definition of fan management registersJiri Pirko1-0/+133
2015-11-30mlxsw: core: Implement temperature hwmon interfaceJiri Pirko5-0/+264