summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-231533-23058/+52342
|\
| * qedi: Add get_generic_tlv_data handler.Manish Rangankar2018-05-231-0/+16
| * qedi: Add support for populating ethernet TLVs.Manish Rangankar2018-05-233-0/+191
| * qedf: Add get_generic_tlv_data handler.Chad Dupuis2018-05-232-0/+18
| * qedf: Add support for populating ethernet TLVs.Chad Dupuis2018-05-234-1/+104
| * qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru2018-05-231-0/+101
| * qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru2018-05-233-1/+160
| * qed: Add support for processing iscsi tlv request.Sudarsana Reddy Kalluru2018-05-232-1/+134
| * qed: Add support for processing fcoe tlv request.Sudarsana Reddy Kalluru2018-05-232-1/+831
| * qed: Add support for tlv request processing.Sudarsana Reddy Kalluru2018-05-235-1/+443
| * qed: Add MFW interfaces for TLV request support.Sudarsana Reddy Kalluru2018-05-231-0/+231
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-05-222-199/+264
| |\
| | * i40e: use the more traditional 'i' loop variableJacob Keller2018-05-221-28/+28
| | * i40e: add function doc headers for ethtool stats functionsJacob Keller2018-05-221-0/+38
| | * i40e: update data pointer directly when copying to the bufferJacob Keller2018-05-221-59/+58
| | * i40e: fold prefix strings directly into stat namesJacob Keller2018-05-221-68/+69
| | * i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller2018-05-221-2/+4
| | * i40e: split i40e_get_strings() into smaller functionsJacob Keller2018-05-221-83/+100
| | * i40e: always return all queue stat stringsJacob Keller2018-05-221-5/+17
| | * i40e: always return VEB stat stringsJacob Keller2018-05-221-29/+23
| | * i40e: free skb after clearing lock in ptp_stopJacob Keller2018-05-221-1/+3
| * | mlxsw: spectrum_router: Add support for route appendDavid Ahern2018-05-221-0/+2
| |/
| * ti: ethernet: davinci: Fix cast to int warningsFlorian Fainelli2018-05-211-4/+4
| * net: ethernet: davinci_emac: Fix printing of base addressFlorian Fainelli2018-05-211-2/+2
| * net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk formatFlorian Fainelli2018-05-211-2/+2
| * net: ethernet: ti: cpts: Fix timestamp printFlorian Fainelli2018-05-211-1/+2
| * ti: ethernet: cpdma: Use correct format for genpool_*Florian Fainelli2018-05-211-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2172-353/+697
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-2116-216/+286
| | |\
| | | * cxgb4: fix offset in collecting TX rate limit infoRahul Lakkireddy2018-05-181-19/+9
| | | * sh_eth: Change platform check to CONFIG_ARCH_RENESASGeert Uytterhoeven2018-05-181-1/+1
| | | * ibmvnic: Fix statistics buffers memory leakThomas Falcon2018-05-171-9/+15
| | | * ibmvnic: Fix non-fatal firmware error resetThomas Falcon2018-05-171-2/+1
| | | * ibmvnic: Free coherent DMA memory if FW map failedThomas Falcon2018-05-171-0/+1
| | | * tuntap: fix use after free during releaseJason Wang2018-05-161-1/+1
| | | * qed: Fix LL2 race during connection terminateMichal Kalderon2018-05-161-10/+14
| | | * qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon2018-05-161-1/+10
| | | * qed: LL2 flush isles when connection is closedMichal Kalderon2018-05-161-0/+26
| | | * net: 8390: ne: Fix accidentally removed RBTX4927 supportGeert Uytterhoeven2018-05-161-1/+3
| | | * net: dsa: bcm_sf2: Fix IPv6 rule half deletionFlorian Fainelli2018-05-161-4/+7
| | | * net: dsa: bcm_sf2: Fix IPv6 rules and chain IDFlorian Fainelli2018-05-161-9/+11
| | | * net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last ruleFlorian Fainelli2018-05-161-1/+4
| | | * net: phy: micrel: add 125MHz reference clock workaroundMarkus Niebel2018-05-161-0/+31
| | | * ipvlan: call netdevice notifier when master mac address changedKeefe Liu2018-05-161-1/+3
| | | * vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com2018-05-152-2/+24
| | | * vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com2018-05-152-28/+30
| | | * cxgb4: Correct ntuple mask validation for hash filtersKumar Sanghvi2018-05-151-58/+30
| | | * net/mlx4_core: Fix error handling in mlx4_init_port_info.Tarick Bedeir2018-05-141-1/+3
| | | * tun: fix use after free for ptr_ringJason Wang2018-05-141-15/+12
| | | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-141-1/+1
| | | |\