| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-08-29 | 3 | -18/+145 |
|\ |
|
| * | bpf: Add pid filter support for uprobe_multi link | Jiri Olsa | 2023-08-22 | 1 | -0/+1 |
| * | bpf: Add cookies support for uprobe_multi link | Jiri Olsa | 2023-08-22 | 1 | -0/+1 |
| * | bpf: Add multi uprobe link | Jiri Olsa | 2023-08-22 | 1 | -0/+16 |
| * | bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum | Jiri Olsa | 2023-08-22 | 1 | -1/+3 |
| * | bpf: Add support for bpf_get_func_ip helper for uprobe program | Jiri Olsa | 2023-08-08 | 1 | -1/+6 |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-08-04 | 1 | -3/+6 |
| |\ |
|
| | * | netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link | Daniel Xu | 2023-07-29 | 1 | -0/+5 |
| | * | bpf: Support new sign-extension load insns | Yonghong Song | 2023-07-28 | 1 | -0/+1 |
| | * | bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign | Lorenz Bauer | 2023-07-25 | 1 | -3/+0 |
| * | | ynl: regenerate all headers | Stanislav Fomichev | 2023-07-28 | 1 | -1/+2 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-07-21 | 9 | -7/+244 |
| |\ |
|
| * | | bpf: sync tools/ uapi header with | Alan Maguire | 2023-07-19 | 1 | -0/+2 |
| * | | bpf: Add fd-based tcx multi-prog infra with link support | Daniel Borkmann | 2023-07-19 | 1 | -4/+30 |
| * | | bpf: Add generic attach/detach/query API for multi-progs | Daniel Borkmann | 2023-07-19 | 1 | -8/+28 |
| * | | selftests/xsk: add basic multi-buffer test | Magnus Karlsson | 2023-07-19 | 1 | -0/+6 |
| * | | selftests/xsk: transmit and receive multi-buffer packets | Magnus Karlsson | 2023-07-19 | 1 | -0/+3 |
| * | | xsk: add new netlink attribute dedicated for ZC max frags | Maciej Fijalkowski | 2023-07-19 | 1 | -0/+1 |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-07-14 | 1 | -0/+40 |
| |\ \ |
|
| | * | | bpf: Support ->fill_link_info for perf_event | Yafang Shao | 2023-07-12 | 1 | -0/+35 |
| | * | | bpf: Support ->fill_link_info for kprobe_multi | Yafang Shao | 2023-07-12 | 1 | -0/+5 |
* | | | | Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2023-08-29 | 20 | -994/+673 |
|\ \ \ \ |
|
| * | | | | tools/nolibc: avoid undesired casts in the __sysret() macro | Willy Tarreau | 2023-08-23 | 1 | -14/+13 |
| * | | | | tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret() | Willy Tarreau | 2023-08-23 | 1 | -3/+16 |
| * | | | | tools/nolibc: silence ppc64 compile warnings | Zhangjin Wu | 2023-08-23 | 1 | -3/+11 |
| * | | | | tools/nolibc: stackprotector.h: make __stack_chk_init static | Zhangjin Wu | 2023-08-23 | 2 | -4/+3 |
| * | | | | tools/nolibc: add support for powerpc64 | Zhangjin Wu | 2023-08-23 | 1 | -0/+16 |
| * | | | | tools/nolibc: add support for powerpc | Zhangjin Wu | 2023-08-23 | 2 | -0/+199 |
| * | | | | tools/nolibc: stdint: use __SIZE_TYPE__ for size_t | Thomas Weißschuh | 2023-08-23 | 1 | -1/+1 |
| * | | | | tools/nolibc: sys: avoid implicit sign cast | Thomas Weißschuh | 2023-08-23 | 1 | -1/+1 |
| * | | | | tools/nolibc: setvbuf: avoid unused parameter warnings | Thomas Weißschuh | 2023-08-23 | 1 | -1/+4 |
| * | | | | tools/nolibc: fix return type of getpagesize() | Thomas Weißschuh | 2023-08-23 | 1 | -2/+2 |
| * | | | | tools/nolibc: drop unused variables | Thomas Weißschuh | 2023-08-23 | 1 | -1/+0 |
| * | | | | tools/nolibc: add pipe() and pipe2() support | Yuan Tan | 2023-08-23 | 1 | -0/+24 |
| * | | | | tools/nolibc/stdio: add setvbuf() to set buffering mode | Ryan Roberts | 2023-08-23 | 1 | -0/+24 |
| * | | | | tools/nolibc: s390: shrink _start with _start_c | Zhangjin Wu | 2023-08-23 | 1 | -31/+5 |
| * | | | | tools/nolibc: riscv: shrink _start with _start_c | Zhangjin Wu | 2023-08-23 | 1 | -39/+5 |
| * | | | | tools/nolibc: loongarch: shrink _start with _start_c | Zhangjin Wu | 2023-08-23 | 1 | -40/+4 |
| * | | | | tools/nolibc: mips: shrink _start with _start_c | Zhangjin Wu | 2023-08-23 | 1 | -38/+8 |
| * | | | | tools/nolibc: x86_64: shrink _start with _start_c | Zhangjin Wu | 2023-08-23 | 1 | -23/+6 |
| * | | | | tools/nolibc: i386: shrink _start with _start_c | Zhangjin Wu | 2023-08-23 | 1 | -27/+7 |
| * | | | | tools/nolibc: aarch64: shrink _start with _start_c | Zhangjin Wu | 2023-08-23 | 1 | -23/+4 |
| * | | | | tools/nolibc: arm: shrink _start with _start_c | Zhangjin Wu | 2023-08-23 | 1 | -39/+5 |
| * | | | | tools/nolibc: crt.h: initialize stack protector | Zhangjin Wu | 2023-08-23 | 1 | -0/+4 |
| * | | | | tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK... | Zhangjin Wu | 2023-08-23 | 1 | -0/+2 |
| * | | | | tools/nolibc: add new crt.h with _start_c | Zhangjin Wu | 2023-08-23 | 2 | -0/+58 |
| * | | | | tools/nolibc: remove the old sys_stat support | Zhangjin Wu | 2023-08-23 | 9 | -248/+13 |
| * | | | | tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0 | Zhangjin Wu | 2023-08-23 | 8 | -8/+8 |
| * | | | | tools/nolibc: arch-*.h: add missing space after ',' | Zhangjin Wu | 2023-08-23 | 8 | -8/+8 |
| * | | | | tools/nolibc: completely remove optional environ support | Thomas Weißschuh | 2023-08-23 | 1 | -10/+2 |