Age | Commit message (Expand) | Author | Files | Lines |
2024-02-21 | net: fix pointer check in skb_pp_cow_data routine | Lorenzo Bianconi | 1 | -1/+1 |
2024-02-20 | net: reorganize "struct sock" fields | Eric Dumazet | 1 | -0/+62 |
2024-02-20 | net: add netmem to skb_frag_t | Mina Almasry | 1 | -7/+27 |
2024-02-19 | net: sysfs: Do not create sysfs for non BQL device | Breno Leitao | 1 | -11/+24 |
2024-02-19 | net: page_pool: fix recycle stats for system page_pool allocator | Lorenzo Bianconi | 2 | -5/+18 |
2024-02-19 | page_pool: disable direct recycling based on pool->cpuid on destroy | Alexander Lobakin | 2 | -4/+8 |
2024-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -8/+12 |
2024-02-14 | net: remove dev_base_lock | Eric Dumazet | 1 | -35/+4 |
2024-02-14 | net: remove dev_base_lock from register_netdevice() and friends. | Eric Dumazet | 1 | -13/+7 |
2024-02-14 | net: remove dev_base_lock from do_setlink() | Eric Dumazet | 1 | -2/+0 |
2024-02-14 | net: add netdev_set_operstate() helper | Eric Dumazet | 2 | -14/+17 |
2024-02-14 | net-sysfs: convert netstat_show() to RCU | Eric Dumazet | 1 | -3/+3 |
2024-02-14 | net-sysfs: convert dev->operstate reads to lockless ones | Eric Dumazet | 3 | -7/+5 |
2024-02-14 | net-sysfs: use dev_addr_sem to remove races in address_show() | Eric Dumazet | 3 | -4/+11 |
2024-02-14 | net-sysfs: convert netdev_show() to RCU | Eric Dumazet | 1 | -7/+10 |
2024-02-14 | net: convert dev->reg_state to u8 | Eric Dumazet | 1 | -4/+4 |
2024-02-14 | dev: annotate accesses to dev->link | Eric Dumazet | 1 | -1/+1 |
2024-02-14 | net: annotate data-races around dev->name_assign_type | Eric Dumazet | 2 | -5/+5 |
2024-02-14 | veth: rely on skb_pp_cow_data utility routine | Lorenzo Bianconi | 1 | -2/+3 |
2024-02-14 | xdp: add multi-buff support for xdp running in generic mode | Lorenzo Bianconi | 2 | -19/+142 |
2024-02-14 | xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi... | Lorenzo Bianconi | 1 | -7/+9 |
2024-02-14 | net: add generic percpu page_pool allocator | Lorenzo Bianconi | 3 | -6/+67 |
2024-02-14 | rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo() | Eric Dumazet | 1 | -38/+20 |
2024-02-13 | net: add rcu safety to rtnl_prop_list_size() | Eric Dumazet | 2 | -7/+10 |
2024-02-12 | net: use synchronize_rcu_expedited in cleanup_net() | Eric Dumazet | 1 | -1/+1 |
2024-02-12 | net: use synchronize_net() in dev_change_name() | Eric Dumazet | 1 | -1/+1 |
2024-02-12 | net-device: move lstats in net_device_read_txrx | Eric Dumazet | 1 | -1/+2 |
2024-02-09 | Merge branch 'for-io_uring-add-napi-busy-polling-support' | Jakub Kicinski | 1 | -14/+43 |
2024-02-09 | net: add napi_busy_loop_rcu() | Stefan Roesch | 1 | -0/+15 |
2024-02-09 | net: split off __napi_busy_poll from napi_busy_poll | Stefan Roesch | 1 | -14/+28 |
2024-02-09 | net-procfs: use xarray iterator to implement /proc/net/dev | Eric Dumazet | 1 | -41/+7 |
2024-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2024-02-08 | net: add exit_batch_rtnl() method | Eric Dumazet | 1 | -1/+30 |
2024-02-07 | net: Do not return value from init_dummy_netdev() | Amit Cohen | 1 | -3/+1 |
2024-02-06 | net: dst: Make dst_destroy() static and return void. | Sebastian Andrzej Siewior | 1 | -4/+2 |
2024-02-04 | net: make dev_unreg_count global | Eric Dumazet | 2 | -13/+10 |
2024-02-02 | net: Fix from address in memcpy_to_iter_csum() | Michael Lass | 1 | -1/+1 |
2024-02-01 | bpf: treewide: Annotate BPF kfuncs in BTF | Daniel Xu | 2 | -12/+12 |
2024-01-31 | xdp: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -3/+3 |
2024-01-29 | net: free altname using an RCU callback | Jakub Kicinski | 2 | -11/+17 |
2024-01-27 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -26/+143 |
2024-01-27 | af_unix: Try to run GC async. | Kuniyuki Iwashima | 1 | -0/+5 |
2024-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -11/+59 |
2024-01-25 | xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL | Maciej Fijalkowski | 1 | -0/+2 |
2024-01-25 | xsk: fix usage of multi-buffer BPF helpers for ZC XDP | Maciej Fijalkowski | 1 | -6/+36 |
2024-01-25 | bpf: Consistently use BPF token throughout BPF verifier logic | Andrii Nakryiko | 1 | -2/+2 |
2024-01-25 | bpf: Take into account BPF token when fetching helper protos | Andrii Nakryiko | 1 | -16/+16 |
2024-01-24 | bpf: tcp: Support arbitrary SYN Cookie. | Kuniyuki Iwashima | 2 | -4/+121 |
2024-01-24 | net: filter: fix spelling mistakes | Randy Dunlap | 1 | -4/+4 |
2024-01-23 | sock_diag: remove sock_diag_mutex | Eric Dumazet | 1 | -4/+0 |