summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-11net/sched: fix pointer check in gen_handleJosh Hunt
2017-09-11ipv6: sr: remove duplicate routing header type checkDavid Lebrun
2017-09-11xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song
2017-09-11net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa
2017-09-11hv_netvsc: avoid unnecessary wakeups on subchannel creationStephen Hemminger
2017-09-11hv_netvsc: fix deadlock on hotplugStephen Hemminger
2017-09-11mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+Arkadi Sharshevsky
2017-09-09net: qualcomm: rmnet: Fix a double freeDan Carpenter
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-09remove gperf left-overs from build systemLinus Torvalds
2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann
2017-09-08Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli
2017-09-08Merge branch 'xdp-bpf-fixes'David S. Miller
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann
2017-09-08net: tulip: Constify tulip_tblKees Cook
2017-09-08net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk
2017-09-08davicom: Display proper debug level up to 6Mathieu Malaterre
2017-09-08net: phy: sfp: rename dt properties to match the bindingBaruch Siach
2017-09-08dt-binding: net: sfp binding documentationBaruch Siach
2017-09-08dt-bindings: add SFF vendor prefixBaruch Siach
2017-09-08dt-bindings: net: don't confuse with generic PHY propertyBaruch Siach
2017-09-08ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan
2017-09-08ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-09-08ipc/sem: play nicer with large nsops allocationsDavidlohr Bueso
2017-09-08ipc/sem: drop sem_checkid helperDavidlohr Bueso
2017-09-08ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova
2017-09-08ipc: convert sem_undo_list.refcnt from atomic_t to refcount_tElena Reshetova
2017-09-08ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova
2017-09-08kcov: support compat processesDmitry Vyukov
2017-09-08sh: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski
2017-09-08mn10300: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski
2017-09-08m32r: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski
2017-09-08drivers/pps: use surrounding "if PPS" to remove numerous dependency checksRobert P. J. Day
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day
2017-09-08cpumask: make cpumask_next() out-of-lineAlexey Dobriyan
2017-09-08kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez
2017-09-08kmod: split off umh headers into its own fileLuis R. Rodriguez
2017-09-08MAINTAINERS: clarify kmod is just a kernel module loaderLuis R. Rodriguez
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez
2017-09-08test_kmod: flip INT checks to be consistentDan Carpenter
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter