summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski-2/+3
2025-06-23net: netpoll: Initialize UDP checksum field before checksummingBreno Leitao-1/+1
2025-06-17net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry-3/+0
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+13
2025-06-11net: clear the dst when changing skb protocolJakub Kicinski-6/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-4/+4
2025-06-05net: prevent a NULL deref in rtnl_create_link()Eric Dumazet-1/+1
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet-3/+3
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon-2/+3
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon-3/+3
2025-05-30hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar-0/+1
2025-05-30net: Fix net_devmem_bind_dmabuf for non-devmem configsPranjal Shrivastava-1/+2
2025-05-28page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen-13/+14
2025-05-28Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang-4/+4
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-35/+35
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-529/+1289
2025-05-27page_pool: fix ugly page_pool formattingMina Almasry-2/+2
2025-05-27net: devmem: move list_add to net_devmem_bind_dmabuf.Mina Almasry-8/+10
2025-05-27xsk: add missing virtual address conversion for pageBui Quang Minh-2/+1
2025-05-27net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storageKees Cook-4/+7
2025-05-27rtnetlink: do_setlink: Use struct sockaddr_storageKees Cook-15/+4
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook-3/+4
2025-05-27net: core: Switch netif_set_mac_address() to struct sockaddr_storageKees Cook-8/+8
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook-4/+4
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+11
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan-2/+2
2025-05-26net: devmem: support single IOV with sendmsgStanislav Fomichev-1/+2
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima-0/+14
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima-36/+37
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima-0/+18
2025-05-23tcp: Restrict SO_TXREHASH to TCP socket.Kuniyuki Iwashima-0/+5
2025-05-23scm: Move scm_recv() from scm.h to scm.c.Kuniyuki Iwashima-0/+123
2025-05-22bpf, sockmap: Avoid using sk_socket after free when sendingJiayuan Chen-0/+8
2025-05-21net: add debug checks in ____napi_schedule() and napi_poll()Eric Dumazet-2/+8
2025-05-21net: remove skb_copy_and_hash_datagram_iter()Eric Biggers-37/+0
2025-05-21net: add skb_copy_and_crc32c_datagram_iter()Eric Biggers-0/+33
2025-05-21net: fold __skb_checksum() into skb_checksum()Eric Biggers-52/+7
2025-05-21net: use skb_crc32c() in skb_crc32c_csum_help()Eric Biggers-5/+3
2025-05-21net: add skb_crc32c()Eric Biggers-0/+73
2025-05-21net: introduce CONFIG_NET_CRC32CEric Biggers-0/+2
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima-12/+3
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev-1/+9
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+22
2025-05-15net: devmem: fix kernel panic when netlink socket close after module unloadTaehee Yoo-0/+20
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior-10/+20
2025-05-15net: dst_cache: Use nested-BH locking for dst_cache::cacheSebastian Andrzej Siewior-3/+27
2025-05-15net: page_pool: Don't recycle into cache on PREEMPT_RTSebastian Andrzej Siewior-0/+4
2025-05-13net: check for driver support in netmem TXMina Almasry-2/+45
2025-05-13net: devmem: Implement TX pathMina Almasry-42/+279
2025-05-13net: devmem: TCP tx netlink apiStanislav Fomichev-0/+20