2022-12-07 |
Andrii Nakryiko | bpf: mostly decouple jump history management from is_st... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Andrii Nakryiko | bpf: decouple prune and jump points |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Dave Marchevsky | bpf: Loosen alloc obj test in verifier's reg_btf_record |
commit | commitdiff | tree | snapshot |
2022-12-07 |
David Vernet | bpf: Don't use rcu_users to refcount in task kfuncs |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Andrii Nakryiko | Merge branch 'BPF selftests fixes' |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Daan De Meyer | selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Daan De Meyer | selftests/bpf: Use "is not set" instead of "=n" |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Daan De Meyer | selftests/bpf: Install all required files to run selftests |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Timo Hunziker | libbpf: Parse usdt args without offset on x86 (e.g... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Martin KaFai Lau | selftests/bpf: Allow building bpf tests with CONFIG_XFR... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Miaoqian Lin | bpftool: Fix memory leak in do_build_table_cb |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Pu Lehui | riscv, bpf: Emit fixed-length instructions for BPF_PSEU... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Martin KaFai Lau | Merge branch 'xfrm: interface: Add unstable helpers... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Eyal Birger | selftests/bpf: add xfrm_info tests |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Eyal Birger | tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Eyal Birger | xfrm: interface: Add unstable helpers for setting/getti... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Eyal Birger | xfrm: interface: rename xfrm_interface.c to xfrm_interf... |
commit | commitdiff | tree | snapshot |
2022-12-05 |
James Hilliard | selftests/bpf: Fix conflicts with built-in functions... |
commit | commitdiff | tree | snapshot |
2022-12-05 |
Eric Dumazet | bpf, sockmap: fix race in sock_map_free() |
commit | commitdiff | tree | snapshot |
2022-12-05 |
Toke Høiland... | bpf: Add dummy type reference to nf_conn___init to... |
commit | commitdiff | tree | snapshot |
2022-12-05 |
Yonghong Song | bpf: Add sleepable prog tests for cgrp local storage |
commit | commitdiff | tree | snapshot |
2022-12-05 |
Yonghong Song | bpf: Enable sleeptable support for cgrp local storage |
commit | commitdiff | tree | snapshot |
2022-12-05 |
Sreevani Sreejith | bpf, docs: BPF Iterator Document |
commit | commitdiff | tree | snapshot |
2022-12-04 |
Yonghong Song | bpf: Do not mark certain LSM hook arguments as trusted |
commit | commitdiff | tree | snapshot |
2022-12-04 |
Alexei Starovoitov | Merge branch 'bpf: Handle MEM_RCU type properly' |
commit | commitdiff | tree | snapshot |
2022-12-04 |
Yonghong Song | docs/bpf: Add KF_RCU documentation |
commit | commitdiff | tree | snapshot |
2022-12-04 |
Yonghong Song | selftests/bpf: Fix rcu_read_lock test with new MEM_RCU... |
commit | commitdiff | tree | snapshot |
2022-12-04 |
Yonghong Song | bpf: Handle MEM_RCU type properly |
commit | commitdiff | tree | snapshot |
2022-12-03 |
Xin Liu | libbpf: Improve usability of libbpf Makefile |
commit | commitdiff | tree | snapshot |
2022-12-03 |
James Hilliard | selftests/bpf: Add GCC compatible builtins to bpf_legacy.h |
commit | commitdiff | tree | snapshot |
2022-12-02 |
Zheng Yejian | bpf, docs: Correct the example of BPF_XOR |
commit | commitdiff | tree | snapshot |
2022-12-02 |
Dave Marchevsky | selftests/bpf: Validate multiple ref release_on_unlock... |
commit | commitdiff | tree | snapshot |
2022-12-02 |
Dave Marchevsky | bpf: Fix release_on_unlock release logic for multiple... |
commit | commitdiff | tree | snapshot |
2022-12-01 |
Yonghong Song | bpf: Fix a compilation failure with clang lto build |
commit | commitdiff | tree | snapshot |
2022-12-01 |
Pengcheng Yang | selftests/bpf: Add ingress tests for txmsg with apply_bytes |
commit | commitdiff | tree | snapshot |
2022-12-01 |
Pengcheng Yang | bpf, sockmap: Fix data loss caused by using apply_bytes... |
commit | commitdiff | tree | snapshot |
2022-12-01 |
Pengcheng Yang | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using... |
commit | commitdiff | tree | snapshot |
2022-12-01 |
Pengcheng Yang | bpf, sockmap: Fix repeated calls to sock_put() when... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Alexei Starovoitov | bpf: Tighten ptr_to_btf_id checks. |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Daniel Borkmann | selftests/bpf: Add bench test to arm64 and s390x denylist |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Andrii Nakryiko | selftests/bpf: Make sure enum-less bpf_enable_stats... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Andrii Nakryiko | libbpf: Avoid enum forward-declarations in public API... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Martin KaFai Lau | selftests/bpf: Avoid pinning prog when attaching to... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Martin KaFai Lau | selftests/bpf: Remove serial from tests using {open... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Martin KaFai Lau | selftests/bpf: Remove the "/sys" mount and umount dance... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Martin KaFai Lau | selftests/bpf: Avoid pinning bpf prog in the netns_load... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Martin KaFai Lau | selftests/bpf: Avoid pinning bpf prog in the tc_redirec... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Martin KaFai Lau | selftests/bpf: Avoid pinning bpf prog in the tc_redirec... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Martin KaFai Lau | selftests/bpf: Use if_nametoindex instead of reading... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Willem de Bruijn | selftests/net: add csum offload test |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Jakub Kicinski | Merge branch 'master' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Jakub Kicinski | Merge branch 'net-pcs-altera-tse-simplify-and-clean... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Maxime Chevallier | net: pcs: altera-tse: remove unnecessary register defin... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Maxime Chevallier | net: pcs: altera-tse: don't set the speed for 1000BaseX |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Maxime Chevallier | net: pcs: altera-tse: use read_poll_timeout to wait... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Jakub Kicinski | Merge branch 'mptcp-msg_fastopen-and-tfo-listener-side... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Dmytro Shytyi | selftests: mptcp: mptfo Initiator/Listener |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Matthieu Baerts | mptcp: add support for TCP_FASTOPEN_KEY sockopt |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Dmytro Shytyi | mptcp: add TCP_FASTOPEN sock option |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Dmytro Shytyi | mptcp: add subflow_v(4,6)_send_synack() |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Dmytro Shytyi | mptcp: implement delayed seq generation for passive... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Paolo Abeni | mptcp: consolidate initial ack seq generation |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Paolo Abeni | mptcp: track accurately the incoming MPC suboption... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Dmytro Shytyi | mptcp: add MSG_FASTOPEN sendmsg flag support |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Jakub Kicinski | Merge git://git./linux/kernel/git/netdev/net |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Linus Torvalds | Merge tag 'net-6.1-rc8-2' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Yuan Can | udp_tunnel: Add checks for nla_nest_start() in __udp_tu... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Yoshihiro Shimoda | net: ethernet: renesas: ravb: Fix promiscuous mode... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Ayush Sawal | MAINTAINERS: Update maintainer list for chelsio drivers |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Shannon Nelson | ionic: update MAINTAINERS entry |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Zhengchao Shao | sctp: fix memory leak in sctp_stream_outq_migrate() |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Willem de Bruijn | packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COM... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Chris Mi | net/mlx5: Lag, Fix for loop when checking lag |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Saeed Mahameed | Revert "net/mlx5e: MACsec, remove replay window size... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Yu Xiao | nfp: ethtool: support reporting link modes |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Jiri Pirko | net: devlink: add WARN_ON_ONCE to check return value... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Paolo Abeni | Merge branch 'add-support-for-lan966x-is2-vcap' |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: microchip: vcap: Implement w32be |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: lan966x: Add port keyset config and callback interface |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: lan966x: add tc matchall goto action |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: lan966x: add tc flower support for VCAP API |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: lan966x: add vcap registers |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: lan966x: Add is2 vcap model to vcap API. |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: lan966x: Add initial VCAP |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: microchip: vcap: Extend vcap with lan966x |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Horatiu Vultur | net: microchip: vcap: Merge the vcap_ag_api_kunit.h... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Shang XiaoJing | net: marvell: prestera: Fix a NULL vs IS_ERR() check... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Shigeru Yoshida | net: tun: Fix use-after-free in tun_detach() |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Paolo Abeni | Merge branch 'refactor-mtk_wed-code-to-introduce-ser... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Lorenzo Bianconi | net: ethernet: mtk_wed: add reset to tx_ring_setup... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Lorenzo Bianconi | net: ethernet: mtk_wed: add mtk_wed_rx_reset routine |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Lorenzo Bianconi | net: ethernet: mtk_wed: update mtk_wed_stop |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Lorenzo Bianconi | net: ethernet: mtk_wed: move MTK_WDMA_RESET_IDX_TX... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Lorenzo Bianconi | net: ethernet: mtk_wed: return status value in mtk_wdma... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Paolo Abeni | Merge branch 'marvell-nvmem-mac-addresses-support' |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Miquel Raynal | net: mvpp2: Consider NVMEM cells as possible MAC addres... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Miquel Raynal | net: marvell: prestera: Avoid unnecessary DT lookups |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Miquel Raynal | of: net: export of_get_mac_address_nvmem() |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Miquel Raynal | dt-bindings: net: marvell,prestera: Describe PCI device... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Miquel Raynal | dt-bindings: net: marvell,prestera: Convert to yaml |
commit | commitdiff | tree | snapshot |
next |