summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/calxeda (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-24selftests/bpf: Create task_local_storage map with invalid uptr's structMartin KaFai Lau4-0/+104
2024-10-24selftests/bpf: Add uptr failure verifier testsMartin KaFai Lau2-0/+107
2024-10-24selftests/bpf: Add update_elem failure test for task storage uptrMartin KaFai Lau3-0/+92
2024-10-24selftests/bpf: Test a uptr struct spanning across pages.Martin KaFai Lau1-0/+43
2024-10-24selftests/bpf: Some basic __uptr testsKui-Feng Lee3-0/+240
2024-10-24libbpf: define __uptr.Kui-Feng Lee1-0/+1
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau4-7/+131
2024-10-24bpf: Postpone bpf_obj_free_fields to the rcu callbackMartin KaFai Lau1-5/+24
2024-10-24bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()Martin KaFai Lau2-6/+37
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau6-15/+15
2024-10-24bpf: Handle BPF_UPTR in verifierKui-Feng Lee1-6/+33
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee3-5/+36
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-5/+9
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao3-0/+7
2024-10-24net: dsa: mv88e6xxx: support 4000ps cycle counter periodShenghao Yang1-3/+20
2024-10-24net: dsa: mv88e6xxx: read cycle counter period from hardwareShenghao Yang2-19/+43
2024-10-24net: dsa: mv88e6xxx: group cycle counter coefficientsShenghao Yang2-33/+32
2024-10-24net: usb: qmi_wwan: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+1
2024-10-24hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER eventHaiyang Zhang1-0/+30
2024-10-24net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876xTim Harvey1-10/+11
2024-10-24bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko1-1/+1
2024-10-24selftests/bpf: validate generic bpf_object and subskel APIs work togetherAndrii Nakryiko1-1/+75
2024-10-24libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko1-43/+40
2024-10-24selftests/bpf: fix test_spin_lock_fail.c's global vars usageAndrii Nakryiko1-2/+2
2024-10-23libsubcmd: Silence compiler warningEder Zulian1-1/+1
2024-10-23libbpf: Prevent compiler warnings/errorsEder Zulian1-2/+2
2024-10-23resolve_btfids: Fix compiler warningsEder Zulian1-2/+2
2024-10-23bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa1-2/+0
2024-10-23selftests/bpf: Increase verifier log limit in veristatMykyta Yatsenko1-1/+31
2024-10-23Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-10-23Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz3-6/+35
2024-10-23Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz2-12/+24
2024-10-23LoongArch: KVM: Mark hrtimer to expire in hard interrupt contextHuacai Chen2-4/+5
2024-10-23LoongArch: Make KASAN usable for variable cpu_vabitsHuacai Chen1-1/+1
2024-10-23posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-10-23r8169: avoid unsolicited interruptsHeiner Kallweit1-1/+3
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-10-23net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-10-23tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski4-4/+19
2024-10-23selftests/bpf: Add test for passing in uninit mtu_lenDaniel Borkmann2-0/+37
2024-10-23selftests/bpf: Add test for writes to .rodataDaniel Borkmann1-1/+30
2024-10-23bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann1-27/+15
2024-10-23bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-38/+35
2024-10-23bpf: Add MEM_WRITE attributeDaniel Borkmann6-14/+22
2024-10-22selftests/bpf: Retire test_sock.cJordan Rife3-234/+1
2024-10-22selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE test cases to prog_testsJordan Rife2-38/+25
2024-10-22selftests/bpf: Migrate LOAD_REJECT test cases to prog_testsJordan Rife2-52/+60
2024-10-22selftests/bpf: Migrate *_POST_BIND test cases to prog_testsJordan Rife2-245/+426