summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li2-0/+10
2024-04-27net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+6
2024-04-13netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2-14/+3
2024-04-10gro: fix ownership transferAntoine Tenart1-1/+2
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6
2024-03-27net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-27net: move dev->state into net_device_read_txrx groupEric Dumazet1-1/+2
2024-03-27packet: annotate data-races around ignore_outgoingEric Dumazet1-1/+1
2024-03-27net: mctp: copy skb ext data when fragmentingJeremy Kerr1-0/+8
2024-03-27sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet1-5/+5
2024-03-27net: test: Fix printf format specifier in skb_segment kunit testDavid Gow1-1/+1
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2-24/+2
2024-03-04page_pool: fix netlink dump stop/resumeJakub Kicinski1-1/+2
2024-02-29rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5
2024-02-27dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet1-1/+1
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-2/+5
2024-02-21bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida1-2/+5
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet1-12/+11
2024-02-13net: add rcu safety to rtnl_prop_list_size()Eric Dumazet2-7/+10
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet1-1/+2
2024-02-02net: Fix from address in memcpy_to_iter_csum()Michael Lass1-1/+1
2024-01-25xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski1-0/+2
2024-01-25xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-6/+36
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski2-0/+12
2024-01-21udp: fix busy pollingEric Dumazet1-2/+9
2024-01-20tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-3/+0
2024-01-19Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-7/+7
2024-01-12Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel1-7/+7
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-129/+1355
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+6
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-01-07fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao1-1/+0
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+10
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-3/+0
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-04net-device: move xdp_prog to net_device_read_rxEric Dumazet1-1/+1
2024-01-04fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao1-2/+1
2024-01-02net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz1-2/+9
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet1-1/+2
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+3
2023-12-29skbuff: use mempool KASAN hooksAndrey Konovalov1-4/+6
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov1-4/+4
2023-12-29genetlink: Use internal flags for multicast groupsIdo Schimmel1-1/+1
2023-12-27net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao1-4/+2
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)1-0/+25
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-1/+8
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+2
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh1-0/+2