summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | macsec: RXSAs don't need to hold a reference on RXSCsSabrina Dubroca2016-07-301-2/+1
| * | | macsec: fix reference counting on RXSC in macsec_handle_frameSabrina Dubroca2016-07-301-1/+8
| * | | drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko2016-07-301-10/+1
| * | | drivers: net: cpsw: fix wrong regs access in cpsw_removeGrygorii Strashko2016-07-301-1/+9
| * | | net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()Grygorii Strashko2016-07-301-3/+0
| * | | cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2016-07-302-2/+2
| * | | drivers: net: phy: xgene: Remove redundant dev_err call in xgene_mdio_probe()Wei Yongjun2016-07-301-3/+1
| * | | qed: Prevent over-usage of vlan credits by PFYuval Mintz2016-07-301-1/+8
| * | | qed: Correct min bandwidth for 100gYuval Mintz2016-07-301-1/+1
| * | | qede: Reset statistics on explicit downYuval Mintz2016-07-301-0/+1
| * | | qed: Don't over-do producer cleanup for RxYuval Mintz2016-07-302-4/+4
| * | | qed: Fix removal of spoof checking for VFsYuval Mintz2016-07-301-1/+1
| * | | qede: Don't try removing unconfigured vlansYuval Mintz2016-07-301-4/+7
* | | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-026-38/+19
|\ \ \ \
| * \ \ \ Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-0184-768/+1178
| |\ \ \ \
| * | | | | alx: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-231-7/+5
| * | | | | ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-235-31/+14
* | | | | | Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-011-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-2697-842/+1676
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-0228-285/+435
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Backmerge tag 'v4.7-rc2' into drm-nextDave Airlie2016-06-0929-167/+332
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-06-021-1/+3
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-1774-662/+960
| | |\ \ \ \ \ \
| | * | | | | | | io-mapping: Specify mapping size for io_mapping_map_wc()Chris Wilson2016-04-281-1/+3
* | | | | | | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-08-012-0/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge tag 'imx-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson2016-07-052-0/+14
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | ARM: imx6: disable deeper idle states when FEC is active w/o HW workaroundLucas Stach2016-06-122-0/+14
| | |/ / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-27694-23169/+59906
|\ \ \ \ \ \ \ \
| * | | | | | | | xgene: Fix build warning with ACPI disabled.David S. Miller2016-07-261-2/+1
| * | | | | | | | be2net: perform temperature query in adapter regardless of its interface stateGuilherme G. Piccoli2016-07-261-4/+4
| * | | | | | | | net/mlx5_core/health: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-261-5/+2
| * | | | | | | | macsec: ensure rx_sa is set when validation is disabledBeniamino Galvani2016-07-261-1/+2
| * | | | | | | | drivers: net: xgene: ethtool: Use phy_ethtool_gset and ssetIyappan Subramanian2016-07-251-3/+19
| * | | | | | | | drivers: net: xgene: Use exported functionsIyappan Subramanian2016-07-251-88/+9
| * | | | | | | | drivers: net: xgene: Enable MDIO driverIyappan Subramanian2016-07-253-6/+7
| * | | | | | | | drivers: net: xgene: Add backward compatibilityIyappan Subramanian2016-07-255-53/+100
| * | | | | | | | drivers: net: phy: xgene: Add MDIO driverIyappan Subramanian2016-07-254-0/+627
| * | | | | | | | drivers: net: xgene: Fix module unload crash - clkrst sequenceIyappan Subramanian2016-07-254-18/+86
| * | | | | | | | drivers: net: xgene: Fix module unload crash - change sw sequenceIyappan Subramanian2016-07-252-49/+73
| * | | | | | | | drivers: net: xgene: Fix module unload crash - hw resource cleanupIyappan Subramanian2016-07-256-29/+149
| * | | | | | | | drivers: net: xgene: Separate set_speed from mac_initIyappan Subramanian2016-07-257-33/+151
| * | | | | | | | ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar2016-07-251-14/+25
| * | | | | | | | bnxt_en: Add new NPAR and dual media device IDs.Michael Chan2016-07-251-6/+33
| * | | | | | | | bnxt_en: Log a message, if enabling NTUPLE filtering fails.Vasundhara Volam2016-07-251-2/+6
| * | | | | | | | bnxt_en: Improve ntuple filters by checking destination MAC address.Michael Chan2016-07-252-3/+24
| * | | | | | | | qed: Fix setting/clearing bit in completion bitmapManish Chopra2016-07-251-4/+3
| * | | | | | | | caif-hsi: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-251-4/+1
| * | | | | | | | net/mlx4_core: Check device state before unregistering itAlex Vesker2016-07-251-0/+3
| * | | | | | | | mlxsw: spectrum: Fix compilation error when CLS_ACT isn't setIdo Schimmel2016-07-251-6/+5
| * | | | | | | | net: davinci_cpdma: remove excessive dump of register values to kernel logUwe Kleine-König2016-07-253-219/+0