summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski
2024-01-21udp: fix busy pollingEric Dumazet
2024-01-19tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-18Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-11Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-07fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-03net-device: move xdp_prog to net_device_read_rxEric Dumazet
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao
2024-01-02net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier
2023-12-29skbuff: use mempool KASAN hooksAndrey Konovalov
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov