summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-10-27net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun1-0/+4
2016-10-27net: ena: use setup_timer() and mod_timer()Wei Yongjun1-6/+3
2016-10-27amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun1-0/+1
2016-10-27net: ns83820: use dev_kfree_skb_irq instead of kfree_skbWei Yongjun1-1/+1
2016-10-27net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun1-0/+2
2016-10-27net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun1-2/+0
2016-10-24mlxsw: Convert resources into arrayJiri Pirko8-190/+223
2016-10-24mlxsw: cmd: Push resource query defines to cmd.hJiri Pirko2-6/+9
2016-10-24mlxsw: reg: Generare register names automaticallyJiri Pirko1-123/+73
2016-10-24mlxsw: reg: Use helper macro to define registersJiri Pirko1-240/+66
2016-10-24mlxsw: item: Make char *buf arg constant for gettersJiri Pirko4-19/+23
2016-10-24mlxsw: item: Make struct mlxsw_item args constJiri Pirko1-12/+15
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson21-108/+67
2016-10-20myri10ge: fix typo in parameter descriptionWei Yongjun1-1/+1
2016-10-20net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun1-1/+1
2016-10-20dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun1-1/+1
2016-10-20net: fec: drop check for clk==NULL before calling clk_*Uwe Kleine-König1-14/+11
2016-10-20net: smc91x: fix neponset breakage by pxa u16 writesRobert Jarzmik1-0/+2
2016-10-19net: macb: Add ethtool get_ringparam and set_ringparam functionalityZach Brown1-0/+59
2016-10-19net: macb: Use variables with defaults for tx/rx ring sizes instead of hardco...Zach Brown2-52/+65
2016-10-19net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun1-1/+1
2016-10-19net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser2-26/+18
2016-10-18qed: Remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2016-10-18net: smc91x: take into account half-word workaroundRobert Jarzmik1-0/+2
2016-10-18net: smc91x: isolate u16 writes alignment workaroundRobert Jarzmik2-39/+46
2016-10-18ethernet/sfc: use core min/max MTU checkingBert Kenward1-12/+2
2016-10-18skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with...Zach Brown2-5/+5
2016-10-18rocker: Flip to the new dev walk APIDavid Ahern1-7/+24
2016-10-18mlxsw: Flip to the new dev walk APIDavid Ahern1-14/+23
2016-10-18ixgbe: Flip to the new dev walk APIDavid Ahern1-50/+82
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson32-210/+159
2016-10-18ethernet/toshiba: use core min/max MTU checkingJarod Wilson4-41/+8
2016-10-18ethernet/tile: use core min/max MTU checkingJarod Wilson2-35/+13
2016-10-18ethernet/ibm: use core min/max MTU checkingJarod Wilson2-13/+9
2016-10-18ethernet/cavium: use core min/max MTU checkingJarod Wilson4-28/+12
2016-10-18ethernet/neterion: use core min/max MTU checkingJarod Wilson3-11/+9
2016-10-18ethernet/dlink: use core min/max MTU checkingJarod Wilson2-20/+8
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson7-24/+24
2016-10-18ethernet/realtek: use core min/max MTU checkingJarod Wilson3-17/+12
2016-10-18ethernet/qlogic: use core min/max MTU checkingJarod Wilson5-16/+11
2016-10-18ethernet/mellanox: use core min/max MTU checkingJarod Wilson2-22/+10
2016-10-18ethernet/marvell: use core min/max MTU checkingJarod Wilson5-69/+35
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson13-101/+62
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson10-74/+51
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson7-51/+47
2016-10-17fsl/fman: fix error return code in mac_probe()Wei Yongjun1-2/+6
2016-10-17net: ethernet: nb8800: fix error return code in nb8800_open()Wei Yongjun1-1/+3
2016-10-17net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2016-10-14qed: Fix possible race when reading firmware return code.Manish Chopra2-8/+8
2016-10-14qed: Handle malicious VFs eventsYuval Mintz3-20/+96