Age | Commit message (Expand) | Author | Files | Lines |
2021-04-25 | bnxt_en: allow promiscuous mode for trusted VFs |  Edwin Peer | 3 | -7/+11 |
2021-04-25 | bnxt_en: Add support for fw managed link down feature. |  Michael Chan | 2 | -1/+3 |
2021-04-25 | bnxt_en: Add a new phy_flags field to the main driver structure. |  Michael Chan | 3 | -34/+22 |
2021-04-25 | bnxt_en: report signal mode in link up messages |  Edwin Peer | 1 | -3/+19 |
2021-04-25 | macvlan: Add nodst option to macvlan type source |  Jethro Beekman | 2 | -5/+15 |
2021-04-25 | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux |  David S. Miller | 20 | -434/+724 |
2021-04-25 | net: ethernet: ixp4xx: Support device tree probing |  Linus Walleij | 3 | -63/+150 |
2021-04-25 | net: ethernet: ixp4xx: Retire ancient phy retrieveal |  Linus Walleij | 1 | -5/+5 |
2021-04-25 | net: ethernet: ixp4xx: Add DT bindings |  Linus Walleij | 1 | -0/+102 |
2021-04-25 | r8152: remove some bit operations |  Hayes Wang | 1 | -7/+7 |
2021-04-25 | hv_netvsc: Make netvsc/VF binding check both MAC and serial number |  Dexuan Cui | 1 | -2/+12 |
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-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 |
2021-04-23 | libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier |  Andrii Nakryiko | 4 | -6/+58 |