summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior2019-06-092-3/+3
* tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-091-1/+1
* bnx2x: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-091-1/+1
* dpaa2-eth: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-091-1/+1
* dpaa2-eth: Remove preempt_disable() from seed_pool()Sebastian Andrzej Siewior2019-06-091-9/+0
* net: sfp: add mutex to prevent concurrent state checksRobert Hancock2019-06-091-1/+5
* net: sfp: Stop SFP polling and interrupt handling during shutdownRobert Hancock2019-06-091-5/+26
* bonding/options: convert to using slave printk macrosJarod Wilson2019-06-091-18/+12
* bonding/alb: convert to using slave printk macrosJarod Wilson2019-06-091-15/+15
* bonding/802.3ad: convert to using slave printk macrosJarod Wilson2019-06-091-106/+116
* bonding/main: convert to using slave printk macrosJarod Wilson2019-06-091-167/+139
* bonding: fix error messages in bond_do_fail_over_macJarod Wilson2019-06-091-5/+5
* bonding: improve event debug usabilityJarod Wilson2019-06-091-1/+2
* net: fec_main: Use dev_err() instead of pr_err()Fabio Estevam2019-06-091-4/+5
* cxgb4: Set initial IRQ affinity hintsNirranjan Kirubaharan2019-06-093-15/+69
* net: hns3: fix some coding style issuesWeihang Li2019-06-098-130/+96
* net: hns3: some modifications to simplify and optimize codeYufeng Mo2019-06-095-110/+130
* net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo2019-06-092-16/+14
* net: hns3: use macros instead of magic numbersYufeng Mo2019-06-098-34/+75
* net: hns3: small changes for magic numbersJian Shen2019-06-092-63/+79
* net: hns3: delete the redundant user NIC codesYonglong Liu2019-06-095-69/+10
* net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li2019-06-094-2/+99
* net: hns3: refactor hns3_get_new_int_gl functionYunsheng Lin2019-06-091-32/+45
* net: hns3: replace numa_node_id with numa_mem_id for buffer reusingYunsheng Lin2019-06-091-2/+2
* net: hns3: make HW GRO handling compliant with SW GROYunsheng Lin2019-06-091-14/+30
* net: hns3: fix wrong size of mailbox responding dataZhongzhu Liu2019-06-091-1/+1
* net: hns3: log detail error info of ROCEE ECC and AXI errorsXiaofei Tan2019-06-093-7/+77
* net: ethernet: ti: cpts: add support for ext rftclk selectionGrygorii Strashko2019-06-092-2/+79
* net: ethernet: ti: netcp_ethss: add support for child cpts nodeGrygorii Strashko2019-06-091-2/+7
* net: ethernet: ti: cpts: use devm_get_clk_from_childGrygorii Strashko2019-06-091-2/+7
* net: dsa: sja1105: Expose PTP timestamping ioctls to userspaceVladimir Oltean2019-06-082-2/+100
* net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean2019-06-081-0/+62
* net: dsa: sja1105: Increase priority of CPU-trapped framesVladimir Oltean2019-06-081-1/+1
* net: dsa: sja1105: Add a global sja1105_tagger_data structureVladimir Oltean2019-06-082-0/+6
* net: dsa: sja1105: Add support for the AVB Parameters TableVladimir Oltean2019-06-084-0/+107
* net: dsa: sja1105: Add logic for TX timestampingVladimir Oltean2019-06-085-2/+200
* net: dsa: sja1105: Add support for the PTP clockVladimir Oltean2019-06-087-0/+395
* net: dsa: sja1105: Export symbols for upcoming PTP driverVladimir Oltean2019-06-082-0/+5
* net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean2019-06-081-2/+7
* net: dsa: sja1105: Reverse TPID and TPID2Vladimir Oltean2019-06-081-2/+4
* net: dsa: sja1105: Move sja1105_change_tpid into sja1105_vlan_filteringVladimir Oltean2019-06-081-21/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07360-2562/+424
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-0711-44/+72
| |\
| | * net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier2019-06-061-2/+2
| | * net: aquantia: fix wol configuration not applied sometimesNikita Danilov2019-06-052-8/+10
| | * net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin2019-06-041-1/+1
| | * net: dsa: sja1105: Fix link speed not working at 100 Mbps and belowVladimir Oltean2019-06-041-16/+16
| | * net: phylink: avoid reducing support maskRussell King2019-06-041-4/+9
| | * net: sfp: read eeprom in maximum 16 byte incrementsRussell King2019-06-031-4/+20
| | * net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW RX_2BYTE_OFFSET is e...Sean Wang2019-06-031-1/+2