aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-19net: add symlinks to ref_tracker_dir for netnsJeff Layton1-1/+29
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton2-3/+3
2025-06-19netpoll: Extract IPv6 address retrieval functionBreno Leitao1-32/+44
2025-06-19netpoll: extract IPv4 address retrieval into helper functionBreno Leitao1-17/+31
2025-06-19netpoll: Extract carrier wait functionBreno Leitao1-12/+16
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-3/+9
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2025-06-18net: remove redundant ASSERT_RTNL() in queue setup functionsStanislav Fomichev1-2/+0
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-0/+2
2025-06-17net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry1-3/+0
2025-06-16netpoll: move netpoll_print_options to netconsoleBreno Leitao1-17/+0
2025-06-16netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao1-109/+0
2025-06-16netpoll: expose netpoll logging macros in public headerBreno Leitao1-7/+0
2025-06-16netpoll: remove __netpoll_cleanup from exported APIBreno Leitao1-2/+1
2025-06-14net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)Yajun Deng1-24/+35
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+17
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+13
2025-06-11net: clear the dst when changing skb protocolJakub Kicinski1-6/+13
2025-06-11net, bpf: Fix RCU usage in task_cls_state() for BPF programsCharalampos Mitrodimas1-1/+3
2025-06-11netns: use stable inode number for initial mount nsChristian Brauner1-0/+8
2025-06-10net: stop napi kthreads when THREADED napi is disabledSamiullah Khawaja1-2/+43
2025-06-10net: remove unused sock_enable_timestampsWillem de Bruijn1-8/+0
2025-06-10bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen1-0/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-4/+4
2025-06-05net: prevent a NULL deref in rtnl_create_link()Eric Dumazet1-1/+1
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet2-3/+3
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-2/+3
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon2-3/+3
2025-05-30hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar1-0/+1
2025-05-30net: Fix net_devmem_bind_dmabuf for non-devmem configsPranjal Shrivastava1-1/+2
2025-05-28page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-13/+14
2025-05-28Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang1-4/+4
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-35/+35
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds29-529/+1289
2025-05-27page_pool: fix ugly page_pool formattingMina Almasry1-2/+2
2025-05-27net: devmem: move list_add to net_devmem_bind_dmabuf.Mina Almasry3-8/+10
2025-05-27xsk: add missing virtual address conversion for pageBui Quang Minh1-2/+1
2025-05-27net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storageKees Cook2-4/+7
2025-05-27rtnetlink: do_setlink: Use struct sockaddr_storageKees Cook1-15/+4
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook2-3/+4
2025-05-27net: core: Switch netif_set_mac_address() to struct sockaddr_storageKees Cook3-8/+8
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook1-4/+4
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+11
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan1-2/+2
2025-05-26net: devmem: support single IOV with sendmsgStanislav Fomichev1-1/+2
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-0/+14
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima2-36/+37
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima1-0/+18
2025-05-23tcp: Restrict SO_TXREHASH to TCP socket.Kuniyuki Iwashima1-0/+5
2025-05-23scm: Move scm_recv() from scm.h to scm.c.Kuniyuki Iwashima1-0/+123