summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau4-1/+377
2020-08-25bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau1-2/+2
2020-08-25bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2-3/+6
2020-08-25bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau1-1/+3
2020-08-25bpf: tcp: Add bpf_skops_established()Martin KaFai Lau1-1/+1
2020-08-25tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau1-0/+2
2020-08-25tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau3-1/+3
2020-08-25tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2-0/+2
2020-08-25tcp: Use a struct to represent a saved_synMartin KaFai Lau2-2/+13
2020-08-24RDMA/core: Move the rdma_show_ib_cm_event() macroChuck Lever2-1/+41
2020-08-24ocxl: Don't return trigger page when allocating an interruptFrederic Barrat1-8/+2
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. Miller3-1/+5
2020-08-24libceph: add __maybe_unused to DEFINE_CEPH_FEATUREIlya Dryomov1-4/+4
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie1-2/+0
2020-08-24soc: ti: pm33xx: Simplify RTC usage to prepare to drop platform dataTony Lindgren1-3/+0
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2-0/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-37/+40
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-22/+89
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-6/+7
2020-08-23timekeeping: Provide multi-timestamp accessor to NMI safe timekeeperThomas Gleixner1-0/+15
2020-08-23clk: imx: vf610: Add CRC clockKrzysztof Kozlowski1-1/+2
2020-08-22l2tp: remove tunnel and session debug flags fieldTom Parkin2-3/+5
2020-08-22platform_data: ad7793.h: drop a duplicated wordRandy Dunlap1-1/+1
2020-08-22iio: add IIO_MOD_O2 modifierMatt Ranostay1-0/+1
2020-08-22bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-0/+7
2020-08-22net: sk_msg: Simplify sk_psock initializationLorenz Bauer1-17/+0
2020-08-22selinux: add basic filtering for audit trace eventsPeter Enderborg1-10/+26
2020-08-22selinux: add tracepoint on audited eventsThiƩbaud Weksteen1-0/+37
2020-08-22bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+4
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song2-0/+13
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+5
2020-08-21Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-08-21bpf: Fix two typos in uapi/linux/bpf.hTobias Klauser1-5/+5
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-11/+76
2020-08-21netfilter: nf_tables: fix destination register zeroingFlorian Westphal1-0/+2
2020-08-21netfilter: nf_tables: incorrect enum nft_list_attributes definitionPablo Neira Ayuso1-1/+1
2020-08-21arm64/x86: KVM: Introduce steal-time capAndrew Jones1-0/+1
2020-08-21KVM: arm64: pvtime: Fix stolen time accounting across migrationAndrew Jones1-0/+20
2020-08-21KVM: arm64: Drop type input from kvm_put_guestAndrew Jones1-5/+6
2020-08-21driver: tee: Handle NULL pointer indication from clientCedric Neveux2-0/+16
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny1-13/+0
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-9/+6
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+2
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro2-12/+9
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-1/+1
2020-08-20clocksource/drivers: Add CLINT timer driverAnup Patel1-0/+1
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-5/+3
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells1-1/+1
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells1-5/+22