summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-26netfilter: iptables: unregister the tables by nameFlorian Westphal7-35/+23
2021-04-26netfilter: x_tables: add xt_find_tableFlorian Westphal2-0/+18
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal6-25/+2
2021-04-26netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal6-64/+58
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal8-16/+108
2021-04-26netfilter: nft_socket: add support for cgroupsv2Pablo Neira Ayuso2-1/+51
2021-04-26netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal3-39/+38
2021-04-26hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+12
2021-04-26bnxt_en: Fix RX consumer index logic in the error path.Michael Chan1-2/+4
2021-04-26ch_ktls: Remove redundant variable resultJiapeng Chong1-6/+4
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller69-866/+3141
2021-04-25can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin1-2/+4
2021-04-24can: add a note that RECV_OWN_MSGS frames are subject to filteringErik Flodin1-0/+2
2021-04-24can: etas_es58x: Fix a couple of spelling mistakesColin Ian King1-2/+2
2021-04-24can: etas_es58x: Fix missing null check on netdev pointerColin Ian King1-1/+1
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit6-53/+140
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58
2021-04-24net/mlx5: SF, Use helpers for allocation and freeParav Pandit1-37/+60
2021-04-24net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit1-1/+11
2021-04-24net/mlx5: SF, Store and use start function idParav Pandit1-2/+8
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit3-3/+15
2021-04-24net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit3-8/+9
2021-04-24net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2-0/+56
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit11-323/+380
2021-04-24net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit3-11/+14
2021-04-24net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit3-16/+22
2021-04-24bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rstTiezhu Yang1-0/+13
2021-04-24phy: nxp-c45-tja11xx: add interrupt supportRadu Pirea (NXP OSS)1-0/+33
2021-04-24net/atm: Fix spelling mistake "requed" -> "requeued"Colin Ian King1-1/+1
2021-04-24selftests/net: bump timeout to 5 minutesPo-Hsu Lin2-0/+3
2021-04-24Merge branch 'mptcp-msg-flags'David S. Miller3-27/+99
2021-04-24selftests: mptcp: add a test case for MSG_PEEKYonglong Li2-8/+69
2021-04-24mptcp: add MSG_PEEK supportYonglong Li1-9/+13
2021-04-24mptcp: ignore unsupported msg flagsPaolo Abeni1-4/+5
2021-04-24mptcp: implement MSG_TRUNC supportPaolo Abeni1-7/+9
2021-04-24mptcp: implement dummy MSG_ERRQUEUE supportPaolo Abeni1-0/+4
2021-04-24Merge branch 'BPF static linker: support externs'Alexei Starovoitov17-355/+1942
2021-04-24selftests/bpf: Document latest Clang fix expectations for linking testsAndrii Nakryiko1-0/+9
2021-04-24selftests/bpf: Add map linking selftestAndrii Nakryiko4-1/+191
2021-04-24selftests/bpf: Add global variables linking selftestAndrii Nakryiko4-1/+154
2021-04-24selftests/bpf: Add function linking selftestAndrii Nakryiko4-1/+190
2021-04-24selftests/bpf: Omit skeleton generation for multi-linked BPF object filesAndrii Nakryiko1-1/+3
2021-04-24selftests/bpf: Use -O0 instead of -Og in selftests buildsAndrii Nakryiko1-4/+4
2021-04-24libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko1-0/+132
2021-04-24libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko1-59/+790
2021-04-24libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko1-0/+7
2021-04-24libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko1-9/+40
2021-04-24libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko3-18/+16
2021-04-24libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko1-106/+127
2021-04-24libbpf: Refactor BTF map definition parsingAndrii Nakryiko2-111/+178