2021-04-26 |
Michael Chan | bnxt_en: Add a new phy_flags field to the main driver... |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Edwin Peer | bnxt_en: report signal mode in link up messages |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Jethro Beekman | macvlan: Add nodst option to macvlan type source |
commit | commitdiff | tree | snapshot |
2021-04-26 |
David S. Miller | Merge tag 'mlx5-updates-2021-04-21' of git://git./linux... |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Linus Walleij | net: ethernet: ixp4xx: Support device tree probing |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Linus Walleij | net: ethernet: ixp4xx: Retire ancient phy retrieveal |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Linus Walleij | net: ethernet: ixp4xx: Add DT bindings |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Hayes Wang | r8152: remove some bit operations |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Dexuan Cui | hv_netvsc: Make netvsc/VF binding check both MAC and... |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Jiapeng Chong | ch_ktls: Remove redundant variable result |
commit | commitdiff | tree | snapshot |
2021-04-26 |
David S. Miller | Merge git://git./linux/kernel/git/bpf/bpf-next |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: SF, Extend SF table for additional SF id... |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: SF, Split mlx5_sf_hw_table into two parts |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: SF, Use helpers for allocation and free |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: SF, Consider own vhca events of SF devices |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: SF, Store and use start function id |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | devlink: Extend SF port attributes to have external... |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: SF, Rely on hw table for SF devlink port... |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: E-Switch, Consider SF ports of host PF |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: E-Switch, Use xarray for vport number to... |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: E-Switch, Prepare to return total vports... |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Parav Pandit | net/mlx5: E-Switch, Return eswitch max ports when eswit... |
commit | commitdiff | tree | snapshot |
2021-04-24 |
Tiezhu Yang | bpf: Document the pahole release info related to libbpf... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Radu Pirea... | phy: nxp-c45-tja11xx: add interrupt support |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Colin Ian King | net/atm: Fix spelling mistake "requed" -> "requeued" |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Po-Hsu Lin | selftests/net: bump timeout to 5 minutes |
commit | commitdiff | tree | snapshot |
2021-04-23 |
David S. Miller | Merge branch 'mptcp-msg-flags' |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Yonglong Li | selftests: mptcp: add a test case for MSG_PEEK |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Yonglong Li | mptcp: add MSG_PEEK support |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Paolo Abeni | mptcp: ignore unsupported msg flags |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Paolo Abeni | mptcp: implement MSG_TRUNC support |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Paolo Abeni | mptcp: implement dummy MSG_ERRQUEUE support |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Alexei Starovoitov | Merge branch 'BPF static linker: support externs' |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | selftests/bpf: Document latest Clang fix expectations... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | selftests/bpf: Add map linking selftest |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | selftests/bpf: Add global variables linking selftest |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | selftests/bpf: Add function linking selftest |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | selftests/bpf: Omit skeleton generation for multi-linke... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | selftests/bpf: Use -O0 instead of -Og in selftests... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Support extern resolution for BTF-defined maps... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Add linker extern resolution support for functi... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Tighten BTF type ID rewriting with error checking |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Extend sanity checking ELF symbols with externs... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Make few internal helpers available outside... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Factor out symtab and relos sanity checks |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Refactor BTF map definition parsing |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Allow gaps in BPF program sections to support... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Mark BPF subprogs with hidden visibility as... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | libbpf: Suppress compiler warning when using SEC()... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | bpftool: Dump more info about DATASEC members |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Andrii Nakryiko | bpftool: Support dumping BTF VAR's "extern" linkage |
commit | commitdiff | tree | snapshot |
2021-04-23 |
David S. Miller | Merge branch '40GbE' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
David S. Miller | Merge branch 'mlxsw-selftest-fixes' |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Petr Machata | selftests: mlxsw: Fix mausezahn invocation in ERSPAN... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Petr Machata | selftests: mlxsw: Increase the tolerance of backlog... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Danielle Ratson | selftests: mlxsw: Return correct error code in resource... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Danielle Ratson | selftests: mlxsw: Remove a redundant if statement in... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Danielle Ratson | selftests: mlxsw: Remove a redundant if statement in... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Petr Machata | selftests: net: mirror_gre_vlan_bridge_1q: Make an... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
David S. Miller | Merge tag 'wireless-drivers-next-2021-04-23' of git... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
David S. Miller | Merge branch 'r8152-adjust-REALTEK_USB_DEVICE' |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Hayes Wang | r8152: redefine REALTEK_USB_DEVICE macro |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Hayes Wang | r8152: remove NCM mode from REALTEK_USB_DEVICE macro |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Yangbo Lu | enetc: fix locking for one-step timestamping packet... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
David S. Miller | Merge branch 'master' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
David S. Miller | Merge branch 'mk_eth_soc_fixes-perf-improvements' |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Ilya Lipnitskiy | net: ethernet: mtk_eth_soc: use iopoll.h macro for... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: set PPE flow hash as skb... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Ilya Lipnitskiy | net: ethernet: mtk_eth_soc: rework NAPI callbacks |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: reduce unnecessary interrupts |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: only read the full RX descr... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: cache HW pointer of last... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: implement dynamic interrupt... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: increase DMA ring sizes |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: use larger burst size for... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: remove unnecessary TX queue... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: reduce MDIO bus access... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: use napi_consume_skb |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Ilya Lipnitskiy | net: ethernet: mtk_eth_soc: fix build_skb cleanup |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: unmap RX data before callin... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Felix Fietkau | net: ethernet: mtk_eth_soc: fix RX VLAN offload |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Dexuan Cui | net: mana: Use int to check the return value of mana_gd... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Xuan Zhuo | virtio-net: fix use-after-free in skb_gro_receive |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Tonghao Zhang | net: sock: remove the unnecessary check in proto_register |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Alexei Starovoitov | Merge branch 'Simplify bpf_snprintf verifier code' |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florent Revest | bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STR |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florent Revest | bpf: Notify user if we ever hit a bpf_snprintf verifier bug |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Haiyue Wang | iavf: redefine the magic number for FDIR GTP-U header... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Haiyue Wang | iavf: enhance the duplicated FDIR list scan handling |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Haiyue Wang | iavf: change the flex-byte support number to macro... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Stefan Assmann | iavf: remove duplicate free resources calls |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Coiby Xu | i40e: use minimal admin queue for kdump |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Coiby Xu | i40e: use minimal Rx and Tx ring buffers for kdump |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Coiby Xu | i40e: use minimal Tx and Rx pairs for kdump |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Aleksandr Loktionov | i40e: refactor repeated link state reporting code |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Li RongQing | xsk: Align XDP socket batch size with DPDK |
commit | commitdiff | tree | snapshot |
2021-04-22 |
David S. Miller | Merge branch 'stmmac-swmac-desc-prefetch' |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Mohammad Athari... | stmmac: intel: Enable HW descriptor prefetch by default |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Mohammad Athari... | net: stmmac: Add HW descriptor prefetch setting for... |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Hans Westgaard Ry | net/mlx4: Treat VFs fair when handling comm_channel_events |
commit | commitdiff | tree | snapshot |
next |