summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-16tcp: tcp_fragment() should apply sane memory limitsEric Dumazet3-0/+7
2019-06-16tcp: limit payload size of sacked skbsEric Dumazet5-9/+30
2019-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller14-95/+188
2019-06-16Revert "net: phylink: set the autoneg state in phylink_phy_change"David S. Miller1-1/+0
2019-06-16bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins1-16/+84
2019-06-16bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre1-1/+2
2019-06-16vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber1-1/+3
2019-06-15net: dsa: rtl8366: Fix up VLAN filteringLinus Walleij1-3/+4
2019-06-15net: phylink: set the autoneg state in phylink_phy_changeIoana Ciornei1-0/+1
2019-06-15Merge tag 'platform-drivers-x86-v5.2-3' of git://git.infradead.org/linux-plat...Linus Torvalds6-4/+26
2019-06-15Merge tag 'usb-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-45/+105
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-4/+59
2019-06-15Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-14/+35
2019-06-15powerpc/32: fix build failure on book3e with KVMChristophe Leroy2-3/+3
2019-06-15powerpc/booke: fix fast syscall entry on SMPChristophe Leroy1-3/+3
2019-06-15powerpc/32s: fix initial setup of segment registers on secondary CPUChristophe Leroy1-0/+1
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2-1/+2
2019-06-15Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-43/+117
2019-06-15Merge tag 'drm-fixes-2019-06-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds28-73/+253
2019-06-15Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2019-06-15Merge branch 'tcp-add-three-static-keys'David S. Miller9-29/+68
2019-06-15net: add high_order_alloc_disable sysctl/static keyEric Dumazet3-1/+12
2019-06-15tcp: add tcp_tx_skb_cache sysctlEric Dumazet2-1/+11
2019-06-15tcp: add tcp_rx_skb_cache sysctlEric Dumazet3-4/+19
2019-06-15sysctl: define proc_do_static_key()Eric Dumazet4-23/+26
2019-06-15hv_netvsc: Set probe mode to syncHaiyang Zhang1-1/+1
2019-06-15net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov1-16/+18
2019-06-15net: dsa: fix warning same module namesAnders Roxell5-5/+5
2019-06-15sctp: Free cookie before we memdup a new oneNeil Horman1-0/+8
2019-06-15net: dsa: microchip: Don't try to read stats for unused portsRobert Hancock1-0/+3
2019-06-15Merge branch 'qmi_wwan-fix-QMAP-handling'David S. Miller2-16/+91
2019-06-15qmi_wwan: extend permitted QMAP mux_id value rangeReinhard Speyerer2-4/+4
2019-06-15qmi_wwan: avoid RCU stalls on device disconnect when in QMAP modeReinhard Speyerer1-4/+7
2019-06-15qmi_wwan: add network device usage statistics for qmimux devicesReinhard Speyerer1-5/+71
2019-06-15qmi_wwan: add support for QMAP padding in the RX pathReinhard Speyerer1-3/+9
2019-06-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+7
2019-06-15Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-blockLinus Torvalds13-259/+114
2019-06-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2019-06-15bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov1-53/+21
2019-06-15Smack: Restore the smackfsdef mount option and add missing prefixesCasey Schaufler1-5/+7
2019-06-15bpf, devmap: Add missing RCU read lock on flushToshiaki Makita1-0/+4
2019-06-15bpf, devmap: Add missing bulk queue freeToshiaki Makita1-0/+1
2019-06-15bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita1-2/+2
2019-06-15ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li1-2/+5
2019-06-15module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2-1/+15
2019-06-15tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata1-2/+0
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata1-3/+10
2019-06-14tracing: Make two symbols staticYueHaibing1-2/+2
2019-06-14tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik1-3/+2
2019-06-14tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata1-1/+1