summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski-24/+2
2024-03-04page_pool: fix netlink dump stop/resumeJakub Kicinski-1/+2
2024-02-28rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma-6/+5
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet-1/+1
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-2/+5
2024-02-21bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida-2/+5
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet-12/+11
2024-02-12net: add rcu safety to rtnl_prop_list_size()Eric Dumazet-7/+10
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet-1/+2
2024-02-02net: Fix from address in memcpy_to_iter_csum()Michael Lass-1/+1
2024-01-24xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski-0/+2
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski-6/+36
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski-0/+12
2024-01-21udp: fix busy pollingEric Dumazet-2/+9
2024-01-19tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao-3/+0
2024-01-18Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-7/+7
2024-01-11Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel-7/+7
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-129/+1355
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+6
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-1/+1
2024-01-07fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao-1/+0
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+10
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski-3/+0
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange-0/+1
2024-01-03net-device: move xdp_prog to net_device_read_rxEric Dumazet-1/+1
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao-2/+1
2024-01-02net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz-2/+9
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet-1/+2
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier-0/+3
2023-12-29skbuff: use mempool KASAN hooksAndrey Konovalov-4/+6
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov-4/+4
2023-12-29genetlink: Use internal flags for multicast groupsIdo Schimmel-1/+1
2023-12-27net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao-4/+2
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)-0/+25
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+8
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-0/+2
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet-0/+3
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh-0/+2
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira-2/+5
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira-2/+2
2023-12-20rtnetlink: bridge: Enable MDB bulk deletionIdo Schimmel-1/+2
2023-12-20rtnetlink: bridge: Invoke MDB bulk deletion when neededIdo Schimmel-0/+8
2023-12-20rtnetlink: bridge: Use a different policy for MDB bulk deleteIdo Schimmel-2/+49
2023-12-19io_uring/unix: drop usage of io_uring socketJens Axboe-1/+1
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko-18/+18
2023-12-19bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski-1/+1
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-18/+51
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela-9/+3
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen-12/+40