aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-17fjes: fix format string for trace outputArnd Bergmann1-2/+2
2016-10-17net: phy: Use phy name when requesting the interruptAndrew Lunn1-2/+1
2016-10-17net: phy: Threaded interrupts allow some simplificationAndrew Lunn2-20/+27
2016-10-17net: phy: Use threaded IRQ, to allow IRQ from sleeping devicesAndrew Lunn1-4/+4
2016-10-17net: dsa: mv88e6xxx: Implement interrupt support.Andrew Lunn4-11/+418
2016-10-17net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2016-10-15ipvlan: constify l3mdev_ops structureJulia Lawall1-1/+1
2016-10-14fjes: Update fjes driver version : 1.2Taku Izumi1-1/+1
2016-10-14fjes: Add debugfs entry for EP status information in fjes driverTaku Izumi4-2/+145
2016-10-14fjes: ethtool -w and -W support for fjes driverTaku Izumi4-0/+284
2016-10-14fjes: Add tracepoints in fjes driverTaku Izumi5-4/+369
2016-10-14fjes: Enhance ethtool -S for fjes driverTaku Izumi4-5/+137
2016-10-14fjes: ethtool -d support for fjes driverTaku Izumi1-0/+48
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
2016-10-14qed: Allow chance for fast ramrod completionsYuval Mintz1-26/+59
2016-10-14qed*: Allow unicast filteringYuval Mintz2-3/+13
2016-10-14qede: Prevent GSO on long Geneve headersManish Chopra1-0/+35
2016-10-14qede: GSO support for tunnels with outer csumManish Chopra2-3/+24
2016-10-14qed: Pass MAC hints to VFsYuval Mintz2-3/+7
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror'Shmulik Ladkani5-5/+7
2016-10-14net: phy: Cleanup the Edge-Rate feature in Microsemi PHYs.Allan W. Nielsen1-73/+62
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-85/+215
2016-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-83/+213
2016-10-13net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser1-6/+5
2016-10-13liquidio: CN23XX: fix a loop timeoutDan Carpenter1-1/+1
2016-10-13net: phy: Trigger state machine on state change and not polling.Andrew Lunn1-2/+20
2016-10-13netvsc: Remove mistaken udp.h inclusion.David S. Miller1-1/+0
2016-10-13xen-netback: fix type mismatch warningArnd Bergmann1-3/+3
2016-10-13stmmac: fix error check when init ptpGiuseppe CAVALLARO2-6/+8
2016-10-13stmmac: fix ptp init for gmac4Giuseppe CAVALLARO1-5/+12
2016-10-13qed: fix old-style function definitionArnd Bergmann1-1/+1
2016-10-13netvsc: fix checksum on UDP IPV6stephen hemminger1-50/+22
2016-10-13xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel1-0/+2
2016-10-13net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert1-2/+2
2016-10-13qmi_wwan: add support for Quectel EC21 and EC25Bjørn Mork1-2/+28
2016-10-13qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun1-2/+2
2016-10-13tlan: avoid unused label with PCI=nArnd Bergmann1-1/+1
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant3-2/+107
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson131-143/+10
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-12drivers: net: xgene: fix: Use GPIO to get link statusIyappan Subramanian3-3/+23
2016-10-12net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+40
2016-10-12net: ti: netcp_ethss: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+25
2016-10-12net: ti: cpsw: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-7/+10
2016-10-12net: stmmac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+56
2016-10-12net: stmmac: use phydev from struct net_devicePhilippe Reynes4-33/+30
2016-10-12net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-31/+53
2016-10-12net: mv643xx_eth: use phydev from struct net_devicePhilippe Reynes1-45/+43
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada4-4/+0