summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-26rtnetlink: Replace implementation of ASSERT_RTNL() macro with WARN_ONCE()Leon Romanovsky
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann
2017-12-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack to change classAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-12-21bpf: fix integer overflowsAlexei Starovoitov
2017-12-20Merge tag 'spi-fix-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-12-20Merge tag 'mfd-fixes-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2017-12-20block: unalign call_single_data in struct requestJens Axboe
2017-12-20Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...David S. Miller
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao
2017-12-20tcp: Export to userspace the TCP state names for the trace eventsSteven Rostedt (VMware)
2017-12-20Merge tag 'mlx5-fixes-2017-12-19' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2017-12-20block-throttle: avoid double chargeShaohua Li
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski
2017-12-19net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh
2017-12-19net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha
2017-12-19Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan
2017-12-19sock: Hide unused variable when !CONFIG_PROC_FS.Tonghao Zhang
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang
2017-12-19sock: Change the netns_core member name.Tonghao Zhang
2017-12-19Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-12-19Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/atmel', 'spi/fix/do...Mark Brown
2017-12-19nl80211: Remove obsolete kerneldoc lineJonathan Corbet
2017-12-18block: fix blk_rq_append_bioJens Axboe
2017-12-18block: don't let passthrough IO go into .make_request_fn()Ming Lei
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-18Merge tag 'kvm-arm-fixes-for-v4.15-2' of git://git.kernel.org/pub/scm/linux/k...Paolo Bonzini
2017-12-18KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2017-12-18KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICMarc Zyngier
2017-12-17Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/sc...Linus Torvalds
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov
2017-12-17bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov
2017-12-17bpf: introduce function calls (verification)Alexei Starovoitov