aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-24netlabel: fix problems with mapping removalPaul Moore1-29/+30
2020-08-24Merge branch 'devlink-fixes-for-port-and-reporter-field-access'David S. Miller1-4/+7
2020-08-24devlink: Protect devlink port list traversalParav Pandit1-0/+3
2020-08-24devlink: Fix per port reporter fields initializationParav Pandit1-4/+4
2020-08-24ibmvnic: Fix use-after-free of VNIC login response bufferThomas Falcon2-22/+25
2020-08-24ipvlan: advertise link netns via netlinkTaehee Yoo1-0/+8
2020-08-24sctp: not disable bh in the whole sctp_get_port_local()Xin Long1-10/+6
2020-08-24ravb: Fixed to be able to unload modulesYuusuke Ashizuka1-55/+55
2020-08-24selftests: bpf: Fix sockmap update nitsLorenz Bauer1-7/+5
2020-08-24libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko1-1/+1
2020-08-24libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko1-1/+1
2020-08-24bpf: sk_lookup: Add user documentationJakub Sitnicki2-0/+99
2020-08-24docs: Correct subject prefix and update LLVM infoJianlin Lv1-7/+12
2020-08-24Merge branch 'bpf-tcp-header-opts'Alexei Starovoitov22-62/+3198
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau7-12/+48
2020-08-24bpf: selftests: Tcp header optionsMartin KaFai Lau4-0/+1721
2020-08-24bpf: selftests: Add fastopen_connect to network_helpersMartin KaFai Lau2-0/+39
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau9-18/+1150
2020-08-24bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2-7/+12
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau7-23/+109
2020-08-24bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau3-2/+42
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau3-6/+30
2020-08-24tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau2-6/+18
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau6-1/+13
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau6-0/+15
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau5-15/+29
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva16-64/+64
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-31/+39
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds26-153/+238
2020-08-24Merge tag 'fallthrough-pseudo-keyword-5.9-rc3' of git://git.kernel.org/pub/sc...Linus Torvalds1148-2737/+2667
2020-08-24ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton8-77/+74
2020-08-24drm/etnaviv: always start/stop scheduler in timeout processingLucas Stach1-5/+6
2020-08-24drm/etnaviv: fix external abort seen on GC600 rev 0x19Christian Gmeiner1-2/+9
2020-08-24hv_utils: drain the timesync packets on onchannelcallbackVineeth Pillai1-3/+16
2020-08-24hv_utils: return error if host timesysnc update is staleVineeth Pillai1-11/+35
2020-08-24ipv6: ndisc: adjust ndisc_ifinfo_sysctl_change prototypeTobias Klauser1-1/+1
2020-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-17/+92
2020-08-24mfd: core: Fix double-free in mfd_remove_devices_fn()Dmitry Osipenko1-2/+0
2020-08-24net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu1-2/+4
2020-08-24net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu1-3/+6
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson2-0/+32
2020-08-24Documentation: fix pm/intel_pstate build warning and wordingRandy Dunlap1-2/+2
2020-08-24libceph: add __maybe_unused to DEFINE_CEPH_FEATUREIlya Dryomov1-4/+4
2020-08-24mmc: mediatek: add optional module reset propertyWenbin Mei1-0/+13
2020-08-24mmc: dt-bindings: Add resets/reset-names for Mediatek MMC bindingsWenbin Mei1-0/+2
2020-08-24Documentation: sound/cards: fix heading underline lengths for https: changesRandy Dunlap2-2/+2
2020-08-24selftests/powerpc: Update PROT_SAO test to skip ISA 3.1Shawn Anastasio1-2/+3
2020-08-24powerpc/64s: Disallow PROT_SAO in LPARs by defaultShawn Anastasio2-2/+19
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio13-17/+90