Age | Commit message (Expand) | Author | Files | Lines |
2021-04-26 | netfilter: x_tables: add xt_find_table | Florian Westphal | 2 | -0/+18 |
2021-04-26 | netfilter: x_tables: remove ipt_unregister_table | Florian Westphal | 6 | -25/+2 |
2021-04-26 | netfilter: ebtables: remove the 3 ebtables pointers from struct net | Florian Westphal | 6 | -64/+58 |
2021-04-26 | netfilter: disable defrag once its no longer needed | Florian Westphal | 8 | -16/+108 |
2021-04-26 | netfilter: nft_socket: add support for cgroupsv2 | Pablo Neira Ayuso | 2 | -1/+51 |
2021-04-26 | netfilter: nat: move nf_xfrm_me_harder to where it is used | Florian Westphal | 3 | -39/+38 |
2021-04-25 | hv_netvsc: Make netvsc/VF binding check both MAC and serial number | Dexuan Cui | 1 | -2/+12 |
2021-04-25 | bnxt_en: Fix RX consumer index logic in the error path. | Michael Chan | 1 | -2/+4 |
2021-04-25 | ch_ktls: Remove redundant variable result | Jiapeng Chong | 1 | -6/+4 |
2021-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 69 | -866/+3141 |
2021-04-25 | can: proc: fix rcvlist_* header alignment on 64-bit system | Erik Flodin | 1 | -2/+4 |
2021-04-24 | can: add a note that RECV_OWN_MSGS frames are subject to filtering | Erik Flodin | 1 | -0/+2 |
2021-04-24 | can: etas_es58x: Fix a couple of spelling mistakes | Colin Ian King | 1 | -2/+2 |
2021-04-24 | can: etas_es58x: Fix missing null check on netdev pointer | Colin Ian King | 1 | -1/+1 |
2021-04-24 | net/mlx5: SF, Extend SF table for additional SF id range | Parav Pandit | 6 | -53/+140 |
2021-04-24 | net/mlx5: SF, Split mlx5_sf_hw_table into two parts | Parav Pandit | 1 | -29/+58 |
2021-04-24 | net/mlx5: SF, Use helpers for allocation and free | Parav Pandit | 1 | -37/+60 |
2021-04-24 | net/mlx5: SF, Consider own vhca events of SF devices | Parav Pandit | 1 | -1/+11 |
2021-04-24 | net/mlx5: SF, Store and use start function id | Parav Pandit | 1 | -2/+8 |
2021-04-24 | devlink: Extend SF port attributes to have external attribute | Parav Pandit | 3 | -3/+15 |
2021-04-24 | net/mlx5: SF, Rely on hw table for SF devlink port allocation | Parav Pandit | 3 | -8/+9 |
2021-04-24 | net/mlx5: E-Switch, Consider SF ports of host PF | Parav Pandit | 2 | -0/+56 |
2021-04-24 | net/mlx5: E-Switch, Use xarray for vport number to vport and rep mapping | Parav Pandit | 11 | -323/+380 |
2021-04-24 | net/mlx5: E-Switch, Prepare to return total vports from eswitch struct | Parav Pandit | 3 | -11/+14 |
2021-04-24 | net/mlx5: E-Switch, Return eswitch max ports when eswitch is supported | Parav Pandit | 3 | -16/+22 |
2021-04-23 | bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rst | Tiezhu Yang | 1 | -0/+13 |
2021-04-23 | phy: nxp-c45-tja11xx: add interrupt support | Radu Pirea (NXP OSS) | 1 | -0/+33 |
2021-04-23 | net/atm: Fix spelling mistake "requed" -> "requeued" | Colin Ian King | 1 | -1/+1 |
2021-04-23 | selftests/net: bump timeout to 5 minutes | Po-Hsu Lin | 2 | -0/+3 |
2021-04-23 | Merge branch 'mptcp-msg-flags' | David S. Miller | 3 | -27/+99 |
2021-04-23 | selftests: mptcp: add a test case for MSG_PEEK | Yonglong Li | 2 | -8/+69 |
2021-04-23 | mptcp: add MSG_PEEK support | Yonglong Li | 1 | -9/+13 |
2021-04-23 | mptcp: ignore unsupported msg flags | Paolo Abeni | 1 | -4/+5 |
2021-04-23 | mptcp: implement MSG_TRUNC support | Paolo Abeni | 1 | -7/+9 |
2021-04-23 | mptcp: implement dummy MSG_ERRQUEUE support | Paolo Abeni | 1 | -0/+4 |
2021-04-23 | Merge branch 'BPF static linker: support externs' | Alexei Starovoitov | 17 | -355/+1942 |
2021-04-23 | selftests/bpf: Document latest Clang fix expectations for linking tests | Andrii Nakryiko | 1 | -0/+9 |
2021-04-23 | selftests/bpf: Add map linking selftest | Andrii Nakryiko | 4 | -1/+191 |
2021-04-23 | selftests/bpf: Add global variables linking selftest | Andrii Nakryiko | 4 | -1/+154 |
2021-04-23 | selftests/bpf: Add function linking selftest | Andrii Nakryiko | 4 | -1/+190 |
2021-04-23 | selftests/bpf: Omit skeleton generation for multi-linked BPF object files | Andrii Nakryiko | 1 | -1/+3 |
2021-04-23 | selftests/bpf: Use -O0 instead of -Og in selftests builds | Andrii Nakryiko | 1 | -4/+4 |
2021-04-23 | libbpf: Support extern resolution for BTF-defined maps in .maps section | Andrii Nakryiko | 1 | -0/+132 |
2021-04-23 | libbpf: Add linker extern resolution support for functions and global variables | Andrii Nakryiko | 1 | -59/+790 |
2021-04-23 | libbpf: Tighten BTF type ID rewriting with error checking | Andrii Nakryiko | 1 | -0/+7 |
2021-04-23 | libbpf: Extend sanity checking ELF symbols with externs validation | Andrii Nakryiko | 1 | -9/+40 |
2021-04-23 | libbpf: Make few internal helpers available outside of libbpf.c | Andrii Nakryiko | 3 | -18/+16 |
2021-04-23 | libbpf: Factor out symtab and relos sanity checks | Andrii Nakryiko | 1 | -106/+127 |
2021-04-23 | libbpf: Refactor BTF map definition parsing | Andrii Nakryiko | 2 | -111/+178 |
2021-04-23 | libbpf: Allow gaps in BPF program sections to support overriden weak functions | Andrii Nakryiko | 1 | -36/+22 |