summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-71/+103
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+13
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-11/+231
2018-08-13Merge tag 'wireless-drivers-next-for-davem-2018-08-12' of git://git.kernel.or...David S. Miller1-2/+0
2018-08-13net: Change the layout of structure trace_event_raw_fib_table_lookupZong Li1-1/+1
2018-08-13cpumask: make cpumask_next_wrap available without smpWillem de Bruijn1-0/+7
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2-1/+3
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg1-4/+0
2018-08-13Merge tag 'asoc-v4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai64-232/+441
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov2-1/+50
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann1-4/+9
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds1-1/+1
2018-08-12ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+6
2018-08-12blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche1-10/+5
2018-08-11net: core: protect rate estimator statistics pointer with lockVlad Buslov1-2/+2
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov1-0/+1
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko1-4/+5
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko1-10/+25
2018-08-11l2tp: remove pppol2tp_session_ioctl()Guillaume Nault1-1/+1
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto1-3/+4
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng1-1/+2
2018-08-11Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-0/+1
2018-08-11Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon52-152/+801
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2-2/+2
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau5-3/+58
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau3-0/+32
2018-08-11net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau1-0/+6
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2-2/+32
2018-08-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+5
2018-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-23/+40
2018-08-10net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPSKrzysztof Kozlowski1-0/+7
2018-08-10Merge branch 'spi-4.19' into spi-nextMark Brown3-257/+16
2018-08-10Merge branch 'regulator-4.19' into regulator-nextMark Brown10-6/+356
2018-08-10regulator: dt-bindings: add QCOM RPMh regulator bindingsDavid Collins1-0/+36
2018-08-10Merge tag 'qcom-drivers-for-4.19' of git://git.kernel.org/pub/scm/linux/kerne...Mark Brown5-0/+305
2018-08-10Bluetooth: Add definitions for LE set address resolutionAnkit Navik1-0/+3
2018-08-10xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita1-0/+25
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita1-0/+10
2018-08-10xdp: Helper function to clear kernel pointers in xdp_frameToshiaki Makita1-0/+7
2018-08-10net: Export skb_headers_offset_updateToshiaki Makita1-0/+1
2018-08-10net: skbuff.h: fix using plain integer as NULL warningYueHaibing1-1/+1
2018-08-10qed/qede: Multi CoS support.Manish Chopra1-0/+6
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+7
2018-08-09net: stmmac: Add XGMAC 2.10 HWIF entryJose Abreu1-0/+1
2018-08-09phylink: add helper for configuring 2500BaseX modesRussell King1-0/+1
2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch1-2/+0
2018-08-09blkcg: Introduce blkg_root_lookup()Bart Van Assche1-0/+18
2018-08-09block: Remove two superfluous #include directivesBart Van Assche1-2/+0
2018-08-09Merge branch 'asoc-4.19' into asoc-nextMark Brown33-390/+549