summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ethernet: apm: xgene: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-011-0/+1
* ethernet: altera: add missing of_node_putPeter Chen2016-08-011-0/+1
* 8139too: fix system hang when there is a tx timeout event.Chun-Hao Lin2016-08-011-4/+8
* qed: Fix error return code in qed_resc_alloc()Wei Yongjun2016-08-011-0/+1
* net: qlcnic: avoid superfluous assignementxypron.glpk@gmx.de2016-08-011-1/+0
* dsa: b53: remove redundant ifxypron.glpk@gmx.de2016-08-011-2/+1
* qed: do not use unitialized variablexypron.glpk@gmx.de2016-08-011-1/+1
* wan/fsl_ucc_hdlc: avoid possible NULL pointer dereferencexypron.glpk@gmx.de2016-08-011-1/+2
* net: qlge: remove superfluous statementxypron.glpk@gmx.de2016-08-011-1/+0
* net: s2io: simplify logical constraintxypron.glpk@gmx.de2016-08-011-1/+1
* net: enic: use correct type specifierxypron.glpk@gmx.de2016-08-011-2/+2
* net: bna: use correct type specifier (2)xypron.glpk@gmx.de2016-08-011-1/+2
* net: bna: use correct type specificationsxypron.glpk@gmx.de2016-08-011-1/+2
* net: bcm63xx: avoid possible null pointer dereferencexypron.glpk@gmx.de2016-08-011-1/+1
* net: amd-xgbe: use correct format specifierxypron.glpk@gmx.de2016-08-011-1/+1
* net: ethernet: ax88796: avoid null pointer dereferencexypron.glpk@gmx.de2016-08-011-1/+2
* net: caif: use correct format specifierxypron.glpk@gmx.de2016-08-011-2/+2
* sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSINGXin Long2016-08-011-1/+1
* phy/micrel: Change phy_id_mask for KSZ8721Alexander Stein2016-07-311-2/+2
* Merge branch 'r8169-fixes'David S. Miller2016-07-311-4/+33
|\
| * r8169: fix nic may not work after changing mac address.Chun-Hao Lin2016-07-311-1/+8
| * r8169: add checking driver's runtime pm status in rtl8169_get_ethtool_stats()Chun-Hao Lin2016-07-311-1/+7
| * r8169: fix kernel log spam when set or get hardware wol setting.Chun-Hao Lin2016-07-311-2/+18
|/
* net: dsa: bcm_sf2: Unwind errors in correct orderFlorian Fainelli2016-07-301-2/+3
* net: tulip: fix spelling mistake: "attemping" -> "attempting"Colin Ian King2016-07-301-1/+1
* sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long2016-07-301-1/+1
* sctp: allow delivering notifications after receiving SHUTDOWNXin Long2016-07-301-1/+3
* sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long2016-07-301-1/+2
* tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-07-301-1/+2
* Merge branch 'macsec-fixes'David S. Miller2016-07-301-5/+11
|\
| * macsec: fix negative refcnt on parent linkSabrina Dubroca2016-07-301-2/+2
| * 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
|/
* Merge branch 'cpsw-fixes'David S. Miller2016-07-303-14/+10
|\
| * ARM: OMAP2+: omap_device: fix crash on omap_device removalGrygorii Strashko2016-07-301-1/+1
| * 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
|/
* net: ipv6: use list_move instead of list_del/list_addWei Yongjun2016-07-301-2/+1
* 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
* tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun2016-07-301-1/+1
* Merge branch 'qed-fixes'David S. Miller2016-07-305-11/+22
|\
| * 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 branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-296-272/+236
|\