summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-21net: ibm: emac: replace custom rgmii_mode_name with phy_modesChristian Lamparter1-19/+1
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li4-4/+13
2017-12-21openvswitch: Fix pop_vlan action for double tagged framesEric Garver1-3/+12
2017-12-21Merge branch 'net-sched-extack'David S. Miller35-265/+486
2017-12-21net: sch: sch_drr: add extack supportAlexander Aring1-5/+14
2017-12-21net: sch: sch_cbs: add extack supportAlexander Aring1-7/+16
2017-12-21net: sch: sch_cbq: add extack supportAlexander Aring1-12/+34
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring18-40/+56
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring3-4/+7
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring15-25/+36
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring6-12/+23
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring17-17/+23
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring16-18/+33
2017-12-21net: sched: sch: add extack to change classAlexander Aring11-11/+18
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring19-40/+52
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring31-37/+74
2017-12-21net: sched: sch_api: handle generic qdisc errorsAlexander Aring1-43/+105
2017-12-21net: sched: fix coding style issuesAlexander Aring6-13/+14
2017-12-21Revert "bdi: add error handle for bdi_debug_register"Jens Axboe1-4/+1
2017-12-21ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel1-8/+11
2017-12-21tools/kvm_stat: sort '-f help' outputStefan Raspl1-10/+6
2017-12-21kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini1-7/+25
2017-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-168/+730
2017-12-21bpf: do not allow root to mangle valid pointersAlexei Starovoitov2-95/+63
2017-12-21Merge branch 'bpf-verifier-sec-fixes'Daniel Borkmann3-67/+661
2017-12-21selftests/bpf: add tests for recent bugfixesJann Horn1-16/+533
2017-12-21bpf: fix integer overflowsAlexei Starovoitov2-2/+50
2017-12-21bpf: don't prune branches when a scalar is replaced with a pointerJann Horn1-8/+7
2017-12-21bpf: force strict alignment checks for stack pointersJann Horn1-0/+5
2017-12-21bpf: fix missing error return in check_stack_boundary()Jann Horn1-0/+1
2017-12-21bpf: fix 32-bit ALU op verificationJann Horn1-11/+17
2017-12-21bpf: fix incorrect tracking of register size truncationJann Horn1-17/+27
2017-12-21bpf: fix incorrect sign extension in check_alu_op()Jann Horn1-1/+7
2017-12-21bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree1-14/+16
2017-12-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-18/+21
2017-12-20Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+4
2017-12-20Merge tag 'acpi-4.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-2/+2
2017-12-20Merge tag 'pm-4.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-9/+28
2017-12-20Merge tag 'spi-fix-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-11/+36
2017-12-20Merge tag 'mfd-fixes-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-35/+41
2017-12-20Merge tag 'sound-4.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-20/+70
2017-12-20Merge branch 's390-net-next'David S. Miller11-440/+234
2017-12-20s390/qeth: replace open-coded in*_pton()Julian Wiedmann3-89/+12
2017-12-20s390/qeth: pass full data length to l3_fill_header()Julian Wiedmann1-8/+10
2017-12-20s390/qeth: streamline l3_fill_header()Julian Wiedmann1-56/+43
2017-12-20s390/qeth: unionize next-hop field in qeth L3 headerJulian Wiedmann2-8/+23
2017-12-20s390/qeth: recognize non-IP multicast on L3 transmitJulian Wiedmann2-5/+1
2017-12-20s390/qeth: clean up l3_get_cast_type()Julian Wiedmann2-35/+20
2017-12-20s390/qeth: robustify qeth_get_ip_version()Julian Wiedmann1-6/+8
2017-12-20s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann2-67/+43