summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-274-6/+6
* genetlink: statically initialize familiesJohannes Berg2016-10-274-35/+55
* genetlink: no longer support using static family IDsJohannes Berg2016-10-274-4/+0
* net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun2016-10-261-0/+4
* net: ena: use setup_timer() and mod_timer()Wei Yongjun2016-10-261-6/+3
* amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun2016-10-261-0/+1
* net: ns83820: use dev_kfree_skb_irq instead of kfree_skbWei Yongjun2016-10-261-1/+1
* net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun2016-10-261-0/+2
* net: dsa: mv88e6xxx: use setup_timer to simplify the codeWei Yongjun2016-10-261-3/+2
* net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun2016-10-261-2/+0
* net: phy: broadcom: Add support for BCM54612EXo Wang2016-10-261-0/+48
* mlxsw: Convert resources into arrayJiri Pirko2016-10-238-190/+223
* mlxsw: cmd: Push resource query defines to cmd.hJiri Pirko2016-10-232-6/+9
* mlxsw: reg: Generare register names automaticallyJiri Pirko2016-10-231-123/+73
* mlxsw: reg: Use helper macro to define registersJiri Pirko2016-10-231-240/+66
* mlxsw: item: Make char *buf arg constant for gettersJiri Pirko2016-10-234-19/+23
* mlxsw: item: Make struct mlxsw_item args constJiri Pirko2016-10-231-12/+15
* hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()Vitaly Kuznetsov2016-10-211-0/+7
* net: use core MTU range checking in misc driversJarod Wilson2016-10-205-20/+10
* net: use core MTU range checking in virt driversJarod Wilson2016-10-206-26/+29
* net: use core MTU range checking in core net infraJarod Wilson2016-10-207-88/+74
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-2016-26/+6
* net: use core MTU range checking in wireless driversJarod Wilson2016-10-2010-85/+23
* net: use core MTU range checking in USB NIC driversJarod Wilson2016-10-209-44/+25
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-2021-108/+67
* myri10ge: fix typo in parameter descriptionWei Yongjun2016-10-201-1/+1
* net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun2016-10-201-1/+1
* dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun2016-10-201-1/+1
* net: phy: aquantia: add PHY ID of AQR106 and AQR107Shaohui Xie2016-10-201-0/+28
* net: fec: drop check for clk==NULL before calling clk_*Uwe Kleine-König2016-10-201-14/+11
* net: smc91x: fix neponset breakage by pxa u16 writesRobert Jarzmik2016-10-201-0/+2
* net: macb: Add ethtool get_ringparam and set_ringparam functionalityZach Brown2016-10-191-0/+59
* net: macb: Use variables with defaults for tx/rx ring sizes instead of hardco...Zach Brown2016-10-192-52/+65
* net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun2016-10-191-1/+1
* net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser2016-10-192-26/+18
* qed: Remove useless set memory to zero use memset()Wei Yongjun2016-10-181-1/+0
* net: dsa: mv88e6xxx: fix non static symbol warningWei Yongjun2016-10-181-1/+1
* r8152: add new products of Lenovohayeswang2016-10-182-1/+33
* net: smc91x: take into account half-word workaroundRobert Jarzmik2016-10-181-0/+2
* net: smc91x: isolate u16 writes alignment workaroundRobert Jarzmik2016-10-182-39/+46
* ethernet/sfc: use core min/max MTU checkingBert Kenward2016-10-181-12/+2
* net: phy: leds: add support for led triggers on phy link state changeZach Brown2016-10-185-0/+156
* net: phy: Create phy_supported_speeds function which lists speeds currently s...Zach Brown2016-10-181-0/+35
* net: phy: Encapsulate actions performed during link state changes into functi...Zach Brown2016-10-181-8/+13
* skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with...Zach Brown2016-10-182-5/+5
* rocker: Flip to the new dev walk APIDavid Ahern2016-10-181-7/+24
* mlxsw: Flip to the new dev walk APIDavid Ahern2016-10-181-14/+23
* ixgbe: Flip to the new dev walk APIDavid Ahern2016-10-181-50/+82
* net: bonding: Flip to the new dev walk APIDavid Ahern2016-10-182-38/+61
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-1832-210/+159