summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-012-2/+1
|\
| * xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-172-2/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-013-8/+8
|\ \
| * | module: add per-module param_lockDan Streetman2015-06-232-6/+6
| * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-2/+2
| |/
* | netconsole: implement extended console supportTejun Heo2015-06-261-2/+139
* | netconsole: make all dynamic netconsoles share a mutexTejun Heo2015-06-261-5/+3
* | netconsole: make netconsole_target->enabled a boolTejun Heo2015-06-261-9/+9
* | netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo2015-06-261-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-25730-17518/+75778
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-2412-28/+79
| |\ \
| | * | stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin2015-06-244-24/+28
| | * | rocker: call correct unregister function on errorGilad Ben-Yossef2015-06-231-1/+1
| | * | Merge tag 'linux-can-fixes-for-4.1-20150621' of git://git.kernel.org/pub/scm/...David S. Miller2015-06-233-0/+9
| | |\ \
| | | * | can: fix loss of CAN frames in raw_rcvOliver Hartkopp2015-06-213-0/+9
| | * | | net: fs_enet: Fix NETIF_F_SG feature for Freescale MPC5121Alexander Popov2015-06-231-3/+23
| | * | | xen-netback: fix a BUG() during initializationPalik, Imre2015-06-231-0/+4
| | * | | mvneta: add forgotten initialization of autonegotiation bitsStas Sergeev2015-06-231-0/+6
| | |/ /
| | * | net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configurationOr Gerlitz2015-06-161-0/+8
| * | | net: Cavium: Fix MAC address setting in shutdown statePavel Fedin2015-06-242-2/+13
| * | | drivers: net: xgene: fix for ACPI support without ACPIStephen Rothwell2015-06-241-0/+2
| * | | net/mlx5e: Prefetch skb data on RXSaeed Mahameed2015-06-241-0/+1
| * | | net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat2015-06-243-2/+4
| * | | net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat2015-06-245-7/+3
| * | | net/mlx5e: Remove extra spacesAchiad Shochat2015-06-241-4/+4
| * | | net/mlx5e: Avoid TX CQE generation if more xmit packets expectedAchiad Shochat2015-06-241-23/+34
| * | | net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completionAchiad Shochat2015-06-241-3/+1
| * | | net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()Achiad Shochat2015-06-241-1/+0
| * | | net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting themSaeed Mahameed2015-06-241-4/+1
| * | | net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed2015-06-243-33/+31
| * | | net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF deviceEran Ben Elisha2015-06-241-0/+14
| * | | net/mlx4_en: Fix off-by-four in ethtoolEran Ben Elisha2015-06-241-3/+2
| * | | drivers: net: xgene: Check for IS_ERR rather than NULL for clock.Suman Tripathi2015-06-234-11/+18
| * | | drivers: net: xgene: Add ACPI support for SGMII0 and XFI1 interface of 2nd H/...Suman Tripathi2015-06-231-0/+2
| * | | drivers: net: xgene: Implement the backward compatibility with the old and ne...Suman Tripathi2015-06-231-6/+6
| * | | drivers: net: xgene: Fix the ACPI support for RGMII/SGMII0/XFI interface of A...Suman Tripathi2015-06-232-23/+43
| * | | NET: Add ezchip ethernet driverNoam Camus2015-06-236-0/+1023
| * | | net: fec: init MAC prior to mii bus probeNimrod Andy2015-06-231-1/+3
| * | | switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-234-4/+30
| * | | switchdev: rename vlan vid_start to vid_beginScott Feldman2015-06-231-2/+2
| * | | drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-2364-268/+94
| * | | net: stmmac: dwmac-rk: add rk3368-specific dataHeiko Stübner2015-06-231-0/+126
| * | | net: stmmac: dwmac-rk: abstract access to mac settings in GRFHeiko Stübner2015-06-231-41/+75
| * | | net: stmmac: dwmac-rk: Fix clk rate when provided by socHeiko Stübner2015-06-231-2/+1
| * | | net: stmmac: dwmac-rk: remove unused gpio register definesHeiko Stübner2015-06-231-3/+0
| * | | dsa: mv88x6xxx: Zero statistics countersAndrew Lunn2015-06-231-0/+6
| * | | dsa: mv88x6xxx: Add debugfs interface for scratch registersAndrew Lunn2015-06-232-0/+57
| * | | dsa: mv88x6xxx: Add debugfs interface for device mapAndrew Lunn2015-06-232-0/+42
| * | | dsa: mv88x6xxx: Add debugfs interface for statisticsAndrew Lunn2015-06-231-0/+59
| * | | dsa: mv88x6xxx: Refactor getting a single statisticAndrew Lunn2015-06-232-27/+40