summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-05-30net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li
2024-05-17net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau
2024-05-17xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen
2024-05-17bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li
2024-04-27net/sched: Fix mirred deadlock on device recursionEric Dumazet
2024-04-13netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski
2024-04-10gro: fix ownership transferAntoine Tenart
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-03-26net: report RCU QS on threaded NAPI repollingYan Zhai
2024-03-26net: move dev->state into net_device_read_txrx groupEric Dumazet
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-26net: mctp: copy skb ext data when fragmentingJeremy Kerr
2024-03-26sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet
2024-03-26net: test: Fix printf format specifier in skb_segment kunit testDavid Gow
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski
2024-03-04page_pool: fix netlink dump stop/resumeJakub Kicinski
2024-02-28rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-21bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet
2024-02-12net: add rcu safety to rtnl_prop_list_size()Eric Dumazet
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet
2024-02-02net: Fix from address in memcpy_to_iter_csum()Michael Lass
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-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