summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2023-12-29skbuff: use mempool KASAN hooksAndrey Konovalov
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov
2023-12-29genetlink: Use internal flags for multicast groupsIdo Schimmel
2023-12-27net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira
2023-12-20rtnetlink: bridge: Enable MDB bulk deletionIdo Schimmel
2023-12-20rtnetlink: bridge: Invoke MDB bulk deletion when neededIdo Schimmel
2023-12-20rtnetlink: bridge: Use a different policy for MDB bulk deleteIdo Schimmel
2023-12-19io_uring/unix: drop usage of io_uring socketJens Axboe
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-19bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen