summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-07-02net: dst: annotate data-races around dst->outputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->inputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->lastuseEric Dumazet
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet
2025-07-02net: move net_cookie into net_aligned_dataEric Dumazet
2025-07-02net: add struct net_aligned_dataEric Dumazet
2025-07-01net: ieee8021q: fix insufficient table-size assertionRubenKelevra
2025-06-30net: net->nsid_lock does not need BH safetyEric Dumazet
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski
2025-06-25net: Reoder rxq_idx check in __net_mp_open_rxq()Yue Haibing
2025-06-25neighbour: Remove redundant assignment to errYue Haibing
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-06-23net: netpoll: Initialize UDP checksum field before checksummingBreno Leitao
2025-06-19Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...Jakub Kicinski
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton
2025-06-19net: add symlinks to ref_tracker_dir for netnsJeff Layton
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton
2025-06-19netpoll: Extract IPv6 address retrieval functionBreno Leitao
2025-06-19netpoll: extract IPv4 address retrieval into helper functionBreno Leitao
2025-06-19netpoll: Extract carrier wait functionBreno Leitao
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-18net: remove redundant ASSERT_RTNL() in queue setup functionsStanislav Fomichev
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev
2025-06-17net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry
2025-06-16netpoll: move netpoll_print_options to netconsoleBreno Leitao
2025-06-16netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao
2025-06-16netpoll: expose netpoll logging macros in public headerBreno Leitao
2025-06-16netpoll: remove __netpoll_cleanup from exported APIBreno Leitao
2025-06-14net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)Yajun Deng
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-11net: clear the dst when changing skb protocolJakub Kicinski
2025-06-11net, bpf: Fix RCU usage in task_cls_state() for BPF programsCharalampos Mitrodimas
2025-06-11netns: use stable inode number for initial mount nsChristian Brauner
2025-06-10net: stop napi kthreads when THREADED napi is disabledSamiullah Khawaja
2025-06-10net: remove unused sock_enable_timestampsWillem de Bruijn
2025-06-10bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-05net: prevent a NULL deref in rtnl_create_link()Eric Dumazet
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-05-30hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar