summaryrefslogtreecommitdiffstats
path: root/tools/net (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-10audit: use audit_set_enabled() in audit_enable()Paul Moore1-2/+2
2017-11-10audit: convert audit_ever_enabled to a booleanPaul Moore2-2/+2
2017-11-10audit: don't use simple_strtol() anymorePaul Moore1-2/+7
2017-11-10audit: initialize the audit subsystem as early as possiblePaul Moore1-1/+1
2017-11-10audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore1-5/+5
2017-09-05audit: update the function commentsGeliang Tang2-10/+10
2017-09-05selinux: remove AVC init audit log messageRichard Guy Briggs1-2/+0
2017-09-05audit: update the audit info in MAINTAINERSPaul Moore1-3/+4
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman2-2/+2
2017-09-03Linux 4.13v4.13Linus Torvalds1-1/+1
2017-09-01epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-16/+26
2017-09-01udp: fix secpath leakYossi Kuperman1-1/+1
2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel3-1/+10
2017-09-01Fix warning messages when mounting to older serversSteve French2-2/+27
2017-09-01jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp1-9/+3
2017-09-01scripts/dtc: fix '%zx' warningRussell King1-1/+1
2017-09-01include/linux/compiler.h: don't perform compiletime_assert with -O0Joe Stringer1-1/+5
2017-09-01mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+6
2017-09-01mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2-2/+8
2017-09-01kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li1-0/+1
2017-09-01mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa1-3/+6
2017-09-01mm/mmu_notifier: kill invalidate_pageJérôme Glisse2-39/+0
2017-09-01KVM: update to new mmu_notifier semantic v2Jérôme Glisse7-77/+0
2017-09-01xen/gntdev: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-09-01sgi-gru: update to new mmu_notifier semanticJérôme Glisse1-12/+0
2017-09-01misc/mic/scif: update to new mmu_notifier semanticJérôme Glisse1-11/+0
2017-09-01iommu/intel: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-09-01iommu/amd: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-09-01IB/hfi1: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-09-01IB/umem: update to new mmu_notifier semanticJérôme Glisse1-19/+0
2017-09-01drm/amdgpu: update to new mmu_notifier semanticJérôme Glisse1-31/+0
2017-09-01powerpc/powernv: update to new mmu_notifier semanticJérôme Glisse1-10/+0
2017-09-01mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse1-3/+32
2017-09-01dax: update to new mmu_notifier semanticJérôme Glisse3-13/+33
2017-09-01ceph: fix readpage from fscacheYan, Zheng2-18/+18
2017-08-31wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-08-31Input: xpad - fix PowerA init quirk for some gamepad modelsCameron Gutman1-5/+19
2017-08-31i2c: designware: Round down ACPI provided clk to nearest supported clkHans de Goede1-4/+12
2017-08-31s390/mm: fix BUG_ON in crst_table_upgradeMartin Schwidefsky1-2/+4
2017-08-31s390/mm: fork vs. 5 level page tabelMartin Schwidefsky1-0/+5
2017-08-31Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-08-31net: dsa: bcm_sf2: Fix number of CFP entries for BCM7278Florian Fainelli3-4/+9
2017-08-31kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet1-0/+4
2017-08-31sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2017-08-31sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov1-3/+3
2017-08-31sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2017-08-31sch_fq_codel: avoid double free on init failureNikolay Aleksandrov1-3/+1
2017-08-31sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov1-3/+7
2017-08-31sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov1-7/+3