aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-08Merge branch 'xdp-bpf-fixes'David S. Miller6-26/+89
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend1-1/+1
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend4-16/+72
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2-2/+35
2017-09-08net: tulip: Constify tulip_tblKees Cook2-2/+2
2017-09-08net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk1-1/+0
2017-09-08davicom: Display proper debug level up to 6Mathieu Malaterre1-1/+1
2017-09-08net: phy: sfp: rename dt properties to match the bindingBaruch Siach1-2/+2
2017-09-08dt-binding: net: sfp binding documentationBaruch Siach1-0/+76
2017-09-08dt-bindings: add SFF vendor prefixBaruch Siach1-0/+1
2017-09-08dt-bindings: net: don't confuse with generic PHY propertyBaruch Siach1-0/+4
2017-09-08ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan1-0/+1
2017-09-08ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-08NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust3-17/+12
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel8-50/+130
2017-09-08ipc/sem: play nicer with large nsops allocationsDavidlohr Bueso1-2/+2
2017-09-08ipc/sem: drop sem_checkid helperDavidlohr Bueso1-2/+0
2017-09-08ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova2-4/+5
2017-09-08ipc: convert sem_undo_list.refcnt from atomic_t to refcount_tElena Reshetova1-4/+4
2017-09-08ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova3-5/+6
2017-09-08kcov: support compat processesDmitry Vyukov1-0/+1
2017-09-08sh: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski55-358/+0
2017-09-08mn10300: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski2-14/+0
2017-09-08m32r: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski12-37/+0
2017-09-08drivers/pps: use surrounding "if PPS" to remove numerous dependency checksRobert P. J. Day3-9/+8
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day7-36/+43
2017-09-08cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2-14/+17
2017-09-08kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez2-4/+2
2017-09-08kmod: split off umh headers into its own fileLuis R. Rodriguez3-59/+71
2017-09-08MAINTAINERS: clarify kmod is just a kernel module loaderLuis R. Rodriguez1-1/+1
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez4-559/+577
2017-09-08test_kmod: flip INT checks to be consistentDan Carpenter1-1/+1
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter1-1/+1
2017-09-08vfat: deduplicate hex2bin()OGAWA Hirofumi1-23/+12
2017-09-08autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi1-4/+6
2017-09-08autofs: drop wrong commentTomohiro Kusumi1-5/+0
2017-09-08autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi1-7/+7
2017-09-08autofs: non functional header inclusion cleanupTomohiro Kusumi1-11/+11
2017-09-08autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECTTomohiro Kusumi1-2/+0
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleIan Kent2-5/+9
2017-09-08autofs: make disc device user accessibleIan Kent1-1/+2
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2-5/+13
2017-09-08init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay1-0/+2
2017-09-08init: move stack canary initialization after setup_archLaura Abbott1-6/+5
2017-09-08binfmt_flat: delete two error messages for a failed memory allocation in decompress_exec()Markus Elfring1-5/+3
2017-09-08checkpatch: add 6 missing types to --list-typesJean Delvare1-1/+2
2017-09-08checkpatch: rename variables to avoid confusionJean Delvare1-16/+16
2017-09-08checkpatch: fix typo in commentJean Delvare1-1/+1
2017-09-08checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches1-0/+24