summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-02-19net: sysfs: Do not create sysfs for non BQL deviceBreno Leitao
2024-02-19net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi
2024-02-19page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-14net: remove dev_base_lockEric Dumazet
2024-02-14net: remove dev_base_lock from register_netdevice() and friends.Eric Dumazet
2024-02-14net: remove dev_base_lock from do_setlink()Eric Dumazet
2024-02-14net: add netdev_set_operstate() helperEric Dumazet
2024-02-14net-sysfs: convert netstat_show() to RCUEric Dumazet
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-02-14net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet
2024-02-14net-sysfs: convert netdev_show() to RCUEric Dumazet
2024-02-14net: convert dev->reg_state to u8Eric Dumazet
2024-02-14dev: annotate accesses to dev->linkEric Dumazet
2024-02-14net: annotate data-races around dev->name_assign_typeEric Dumazet
2024-02-13veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi
2024-02-13xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi
2024-02-13xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi
2024-02-13net: add generic percpu page_pool allocatorLorenzo Bianconi
2024-02-13rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet
2024-02-12net: add rcu safety to rtnl_prop_list_size()Eric Dumazet
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet
2024-02-12net: use synchronize_net() in dev_change_name()Eric Dumazet
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet
2024-02-09Merge branch 'for-io_uring-add-napi-busy-polling-support'Jakub Kicinski
2024-02-09net: add napi_busy_loop_rcu()Stefan Roesch
2024-02-09net: split off __napi_busy_poll from napi_busy_pollStefan Roesch
2024-02-08net-procfs: use xarray iterator to implement /proc/net/devEric Dumazet
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-07net: add exit_batch_rtnl() methodEric Dumazet
2024-02-07net: Do not return value from init_dummy_netdev()Amit Cohen
2024-02-06net: dst: Make dst_destroy() static and return void.Sebastian Andrzej Siewior
2024-02-04net: make dev_unreg_count globalEric Dumazet
2024-02-02net: Fix from address in memcpy_to_iter_csum()Michael Lass
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
2024-01-30xdp: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-29net: free altname using an RCU callbackJakub Kicinski
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26af_unix: Try to run GC async.Kuniyuki Iwashima
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-24xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima
2024-01-23net: filter: fix spelling mistakesRandy Dunlap
2024-01-23sock_diag: remove sock_diag_mutexEric Dumazet
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-01-23sock_diag: allow concurrent operationsEric Dumazet
2024-01-23sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet