| Commit message (Expand) | Author | Files | Lines |
2023-09-06 | bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf(). | Sebastian Andrzej Siewior | 1 | -0/+1 |
2023-09-04 | bpf, sockmap: Fix skb refcnt race after locking changes | John Fastabend | 1 | -4/+8 |
2023-09-01 | docs/bpf: Fix "file doesn't exist" warnings in {llvm_reloc,btf}.rst | Eduard Zingerman | 2 | -2/+2 |
2023-09-01 | selftests/bpf: Fix a CI failure caused by vsock write | Xu Kuohai | 2 | -0/+33 |
2023-09-01 | sfc: check for zero length in EF10 RX prefix | Edward Cree | 1 | -5/+15 |
2023-09-01 | selftests: fib_tests: Add multipath list receive tests | Sriram Yagnaraman | 1 | -1/+154 |
2023-09-01 | ipv6: ignore dst hint for multipath routes | Sriram Yagnaraman | 3 | -1/+6 |
2023-09-01 | ipv4: ignore dst hint for multipath routes | Sriram Yagnaraman | 3 | -1/+4 |
2023-09-01 | skbuff: skb_segment, Call zero copy functions before using skbuff frags | Mohamed Khalfella | 1 | -14/+20 |
2023-09-01 | net: annotate data-races around sk->sk_bind_phc | Eric Dumazet | 2 | -3/+3 |
2023-09-01 | net: annotate data-races around sk->sk_tsflags | Eric Dumazet | 13 | -32/+40 |
2023-09-01 | mptcp: annotate data-races around msk->rmem_fwd_alloc | Eric Dumazet | 1 | -6/+13 |
2023-09-01 | net: annotate data-races around sk->sk_forward_alloc | Eric Dumazet | 5 | -14/+20 |
2023-09-01 | net: use sk_forward_alloc_get() in sk_get_meminfo() | Eric Dumazet | 1 | -1/+1 |
2023-09-01 | net/handshake: fix null-ptr-deref in handshake_nl_done_doit() | Eric Dumazet | 1 | -12/+6 |
2023-08-31 | selftests/bpf: Include build flavors for install target | Björn Töpel | 1 | -0/+12 |
2023-08-31 | bpf: Annotate bpf_long_memcpy with data_race | Daniel Borkmann | 1 | -1/+1 |
2023-08-31 | selftests/bpf: Fix d_path test | Jiri Olsa | 1 | -1/+18 |
2023-08-31 | bpf, docs: Fix invalid escape sequence warnings in bpf_doc.py | Vishal Chourasia | 1 | -28/+28 |
2023-08-31 | xsk: Fix xsk_diag use-after-free error during socket cleanup | Magnus Karlsson | 1 | -0/+3 |
2023-08-31 | net: fib: avoid warn splat in flow dissector | Florian Westphal | 2 | -2/+8 |
2023-08-31 | net: read sk->sk_family once in sk_mc_loop() | Eric Dumazet | 1 | -1/+2 |
2023-08-31 | ipv4: annotate data-races around fi->fib_dead | Eric Dumazet | 2 | -2/+6 |
2023-08-31 | sctp: annotate data-races around sk->sk_wmem_queued | Eric Dumazet | 2 | -6/+6 |
2023-08-31 | net/sched: fq_pie: avoid stalls in fq_pie_timer() | Eric Dumazet | 1 | -8/+19 |
2023-08-31 | doc/netlink: Fix missing classic_netlink doc reference | Donald Hunter | 1 | -0/+2 |
2023-08-31 | NFC: nxp: add NXP1002 | Oliver Neukum | 1 | -0/+1 |
2023-08-31 | net: stmmac: failure to probe without MAC interface specified | Russell King (Oracle) | 1 | -3/+2 |
2023-08-31 | netfilter: nf_tables: Audit log rule reset | Phil Sutter | 3 | -0/+20 |
2023-08-31 | netfilter: nf_tables: Audit log setelem reset | Phil Sutter | 3 | -3/+30 |
2023-08-30 | netfilter: xt_u32: validate user space input | Wander Lairson Costa | 1 | -0/+21 |
2023-08-30 | netfilter: xt_sctp: validate the flag_info count | Wander Lairson Costa | 1 | -0/+2 |
2023-08-30 | netfilter: nft_exthdr: Fix non-linear header modification | Xiao Liang | 1 | -12/+8 |
2023-08-30 | bpf, docs: s/eBPF/BPF in standards documents | David Vernet | 1 | -11/+11 |
2023-08-30 | bpf, docs: Add abi.rst document to standardization subdirectory | David Vernet | 3 | -16/+26 |
2023-08-30 | bpf, docs: Move linux-notes.rst to root bpf docs tree | David Vernet | 3 | -1/+1 |
2023-08-30 | net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated | Heng Guo | 5 | -9/+3 |
2023-08-30 | bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_t | John Fastabend | 1 | -18/+18 |
2023-08-30 | docs/bpf: Add description for CO-RE relocations | Eduard Zingerman | 2 | -6/+329 |
2023-08-30 | bpf, docs: Correct source of offset for program-local call | Will Hawkins | 1 | -3/+3 |
2023-08-30 | selftests/bpf: Fix flaky cgroup_iter_sleepable subtest | Yonghong Song | 1 | -2/+3 |
2023-08-30 | xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR() | Tirthendu Sarkar | 1 | -9/+13 |
2023-08-30 | bpftool: Fix build warnings with -Wtype-limits | Yafang Shao | 1 | -1/+1 |
2023-08-30 | bpf: Prevent inlining of bpf_fentry_test7() | Yonghong Song | 1 | -0/+1 |
2023-08-28 | net: ethernet: mtk_wed: minor change in wed_{tx,rx}info_show | Lorenzo Bianconi | 1 | -9/+4 |
2023-08-28 | net: ethernet: mtk_wed: add some more info in wed_txinfo_show handler | Lorenzo Bianconi | 2 | -1/+12 |
2023-08-28 | net: stmmac: clarify difference between "interface" and "phy_interface" | Russell King (Oracle) | 12 | -37/+52 |
2023-08-28 | r8152: add vendor/device ID pair for D-Link DUB-E250 | Antonio Napolitano | 2 | -0/+2 |
2023-08-28 | devlink: move devlink_notify_register/unregister() to dev.c | Jiri Pirko | 4 | -64/+30 |
2023-08-28 | devlink: move small_ops definition into netlink.c | Jiri Pirko | 3 | -253/+251 |