summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: add a new kfunc to return current bpf_map elements countAnton Protopopov2023-07-061-1/+38
* bpf: add percpu stats for bpf_map elements insertions/deletionsAnton Protopopov2023-07-061-0/+30
* selftests/bpf: Add benchmark for bpf memory allocatorHou Tao2023-07-065-0/+502
* selftests/bpf: Honor $(O) when figuring out pathsBjörn Töpel2023-07-051-0/+4
* selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some testsBjörn Töpel2023-07-055-1/+14
* bpf: Remove unnecessary ring buffer size checkHou Tao2023-07-051-15/+11
* Merge branch 'libbpf: add netfilter link attach helper'Andrii Nakryiko2023-06-307-0/+172
|\
| * selftests/bpf: Add bpf_program__attach_netfilter helper testFlorian Westphal2023-06-302-0/+100
| * libbpf: Add netfilter link attach helperFlorian Westphal2023-06-305-0/+72
|/
* libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo2023-06-301-0/+4
* selftests/bpf: Verify that the cgroup_skb filters receive expected packets.Kui-Feng Lee2023-06-305-0/+832
* bpf, net: Check skb ownership against full socket.Kui-Feng Lee2023-06-301-2/+2
* selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev2023-06-303-0/+29
* bpf: Resolve modifiers when walking structsStanislav Fomichev2023-06-301-0/+2
* selftests/bpf: Fix bpf_nf failure upon test rerunDaniel Borkmann2023-06-301-2/+3
* bpf, docs: Fix definition of BPF_NEG operationDave Thaler2023-06-291-1/+1
* bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-2918-35/+35
* lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flagSumitra Sharma2023-06-291-11/+1
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-291491-25271/+98547
|\
| * Merge branch 'af_unix-followup-fixes-for-so_passpidfd'Jakub Kicinski2023-06-272-13/+30
| |\
| | * net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn2023-06-272-12/+27
| | * af_unix: Skip SCM_PIDFD if scm->pid is NULL.Kuniyuki Iwashima2023-06-271-1/+3
| |/
| * net: lan743x: Simplify comparisonMoritz Fischer2023-06-271-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-2737-195/+417
| |\
| | * netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-06-273-4/+16
| | * net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean2023-06-275-31/+74
| | * net: usb: qmi_wwan: add u-blox 0x1312 compositionDavide Tronchin2023-06-271-0/+1
| | * Merge tag 'nf-23-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-06-275-8/+60
| | |\
| | | * netfilter: nf_tables: fix underflow in chain reference counterPablo Neira Ayuso2023-06-261-1/+3
| | | * netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso2023-06-261-0/+2
| | | * netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov2023-06-261-1/+1
| | | * linux/netfilter.h: fix kernel-doc warningsRandy Dunlap2023-06-261-2/+2
| | | * netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal2023-06-261-3/+49
| | | * lib/ts_bm: reset initial match offset for every block of textJeremy Sowden2023-06-261-1/+3
| | * | ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu2023-06-271-3/+6
| | |/
| | * net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-06-266-24/+77
| | * sfc: fix crash when reading stats while NIC is resettingEdward Cree2023-06-261-3/+10
| | * net: axienet: Move reset before 64-bit DMA detectionMaxim Kochetkov2023-06-251-5/+5
| | * gtp: Fix use-after-free in __gtp_encap_destroy().Kuniyuki Iwashima2023-06-251-0/+2
| | * selftests: rtnetlink: remove netdevsim device after ipsec offload testSabrina Dubroca2023-06-251-0/+1
| | * sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet2023-06-251-34/+25
| | * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-06-253-47/+117
| | |\
| | | * igc: Work around HW bug causing missing timestampsVinicius Costa Gomes2023-06-221-11/+37
| | | * igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes2023-06-223-12/+7
| | | * igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes2023-06-223-5/+43
| | | * igc: Fix race condition in PTP tx codeVinicius Costa Gomes2023-06-223-30/+41
| | * | bonding: do not assume skb mac_header is setEric Dumazet2023-06-241-1/+1
| | * | net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli2023-06-241-0/+2
| | * | Merge tag 'linux-can-fixes-for-6.4-20230622' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-06-231-2/+3
| | |\ \
| | | * | can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp2023-06-221-2/+3