aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01net: ethernet: ax88796: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+2
2016-08-01net: caif: use correct format specifierxypron.glpk@gmx.de1-2/+2
2016-08-01sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSINGXin Long1-1/+1
2016-07-31phy/micrel: Change phy_id_mask for KSZ8721Alexander Stein1-2/+2
2016-07-31r8169: fix nic may not work after changing mac address.Chun-Hao Lin1-1/+8
2016-07-31r8169: add checking driver's runtime pm status in rtl8169_get_ethtool_stats()Chun-Hao Lin1-1/+7
2016-07-31r8169: fix kernel log spam when set or get hardware wol setting.Chun-Hao Lin1-2/+18
2016-07-30net: dsa: bcm_sf2: Unwind errors in correct orderFlorian Fainelli1-2/+3
2016-07-30net: tulip: fix spelling mistake: "attemping" -> "attempting"Colin Ian King1-1/+1
2016-07-30sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long1-1/+1
2016-07-30sctp: allow delivering notifications after receiving SHUTDOWNXin Long1-1/+3
2016-07-30sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long1-1/+2
2016-07-30tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-07-30macsec: fix negative refcnt on parent linkSabrina Dubroca1-2/+2
2016-07-30macsec: RXSAs don't need to hold a reference on RXSCsSabrina Dubroca1-2/+1
2016-07-30macsec: fix reference counting on RXSC in macsec_handle_frameSabrina Dubroca1-1/+8
2016-07-30ARM: OMAP2+: omap_device: fix crash on omap_device removalGrygorii Strashko1-1/+1
2016-07-30drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko1-10/+1
2016-07-30drivers: net: cpsw: fix wrong regs access in cpsw_removeGrygorii Strashko1-1/+9
2016-07-30net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()Grygorii Strashko1-3/+0
2016-07-30net: ipv6: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-30cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2-2/+2
2016-07-30drivers: net: phy: xgene: Remove redundant dev_err call in xgene_mdio_probe()Wei Yongjun1-3/+1
2016-07-30tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun1-1/+1
2016-07-30qed: Prevent over-usage of vlan credits by PFYuval Mintz1-1/+8
2016-07-30qed: Correct min bandwidth for 100gYuval Mintz1-1/+1
2016-07-30qede: Reset statistics on explicit downYuval Mintz1-0/+1
2016-07-30qed: Don't over-do producer cleanup for RxYuval Mintz2-4/+4
2016-07-30qed: Fix removal of spoof checking for VFsYuval Mintz1-1/+1
2016-07-30qede: Don't try removing unconfigured vlansYuval Mintz1-4/+7
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds2-30/+5
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta6-68/+129
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi1-12/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi2-1/+3
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-07-29x86/power/64: Fix hibernation return address corruptionJosh Poimboeuf1-3/+1
2016-07-29ovl: simplify empty checkingMiklos Szeredi1-29/+21
2016-07-29qstr: constify instances in overlayfsAl Viro1-1/+1
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi1-2/+6
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi1-1/+2
2016-07-29ovl: fix warningMiklos Szeredi1-1/+1
2016-07-29ovl: remove duplicated include from super.cWei Yongjun1-1/+0
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal1-1/+4
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal1-1/+1
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi4-11/+104
2016-07-29ovl: share inode for hard linkMiklos Szeredi4-48/+100
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi5-37/+40
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi1-1/+1