summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer2-2/+7
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1533-23058/+52342
2018-05-23qedi: Add get_generic_tlv_data handler.Manish Rangankar1-0/+16
2018-05-23qedi: Add support for populating ethernet TLVs.Manish Rangankar3-0/+191
2018-05-23qedf: Add get_generic_tlv_data handler.Chad Dupuis2-0/+18
2018-05-23qedf: Add support for populating ethernet TLVs.Chad Dupuis4-1/+104
2018-05-23qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru1-0/+101
2018-05-23qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru3-1/+160
2018-05-23qed: Add support for processing iscsi tlv request.Sudarsana Reddy Kalluru2-1/+134
2018-05-23qed: Add support for processing fcoe tlv request.Sudarsana Reddy Kalluru2-1/+831
2018-05-23qed: Add support for tlv request processing.Sudarsana Reddy Kalluru5-1/+443
2018-05-23qed: Add MFW interfaces for TLV request support.Sudarsana Reddy Kalluru1-0/+231
2018-05-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2-199/+264
2018-05-22mlxsw: spectrum_router: Add support for route appendDavid Ahern1-0/+2
2018-05-22i40e: use the more traditional 'i' loop variableJacob Keller1-28/+28
2018-05-22i40e: add function doc headers for ethtool stats functionsJacob Keller1-0/+38
2018-05-22i40e: update data pointer directly when copying to the bufferJacob Keller1-59/+58
2018-05-22i40e: fold prefix strings directly into stat namesJacob Keller1-68/+69
2018-05-22i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller1-2/+4
2018-05-22i40e: split i40e_get_strings() into smaller functionsJacob Keller1-83/+100
2018-05-22i40e: always return all queue stat stringsJacob Keller1-5/+17
2018-05-22i40e: always return VEB stat stringsJacob Keller1-29/+23
2018-05-22i40e: free skb after clearing lock in ptp_stopJacob Keller1-1/+3
2018-05-21ti: ethernet: davinci: Fix cast to int warningsFlorian Fainelli1-4/+4
2018-05-21net: ethernet: davinci_emac: Fix printing of base addressFlorian Fainelli1-2/+2
2018-05-21net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk formatFlorian Fainelli1-2/+2
2018-05-21net: ethernet: ti: cpts: Fix timestamp printFlorian Fainelli1-1/+2
2018-05-21ti: ethernet: cpdma: Use correct format for genpool_*Florian Fainelli1-1/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller72-353/+697
2018-05-21cxgb4: copy the length of cpl_tx_pkt_core to fw_wrGanesh Goudar1-15/+14
2018-05-21net: ethernet: Sort Kconfig sourcing alphabeticallyFlorian Fainelli1-8/+8
2018-05-21net: phy: phylink: Don't release NULL GPIOFlorian Fainelli1-1/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-216/+286
2018-05-21mv88e6xxx: Fix uninitialized variable warning.David S. Miller1-1/+1
2018-05-21net: dsa: mv88e6xxx: Add support for EEPROM via platform dataAndrew Lunn2-5/+8
2018-05-21net: dsa: mv88e6xxx: Add minimal platform_data supportAndrew Lunn1-7/+49
2018-05-21net: dsa: mv88e6xxx: Remove OF check for IRQ domainAndrew Lunn1-3/+0
2018-05-21sh_eth: fix typo in comment to BCULR writeSergei Shtylyov1-1/+2
2018-05-21sh_eth: fix comment grammar in 'struct sh_eth_cpu_data'Sergei Shtylyov1-11/+11
2018-05-21sh_eth: fix typo in EESR.TRO bit nameSergei Shtylyov2-7/+7
2018-05-21net: hns3: Fix for CMDQ and Misc. interrupt init order problemYunsheng Lin1-8/+8
2018-05-21net: hns3: Fixes kernel panic issue during rmmod hns3 driverXi Wang1-2/+2
2018-05-21net: hns3: Fix for netdev not running problem after calling net_stop and net_...Fuyun Liang1-0/+3
2018-05-21net: hns3: Use enums instead of magic number in hclge_is_special_opcodeHuazhong Tan1-1/+5
2018-05-21net: hns3: Fix for hns3 module is loaded multiple times problemXi Wang6-2/+8
2018-05-21net: hns3: Fix the missing client list node initializationXi Wang1-0/+2
2018-05-21net: hns3: cleanup of return values in hclge_init_client_instance()Jian Shen1-8/+6
2018-05-21net: hns3: Fixes API to fetch ethernet header length with kernel defaultPeng Li1-102/+2
2018-05-21net: hns3: Fixes error reported by Kbuild and internal reviewSalil Mehta1-1/+3
2018-05-21r8169: fix network error on resume from suspendHeiner Kallweit1-19/+20