aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connected_output()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
2025-05-21net: add debug checks in ____napi_schedule() and napi_poll()Eric Dumazet1-2/+8
2025-05-21net: remove skb_copy_and_hash_datagram_iter()Eric Biggers1-37/+0
2025-05-21net: add skb_copy_and_crc32c_datagram_iter()Eric Biggers1-0/+33
2025-05-21net: fold __skb_checksum() into skb_checksum()Eric Biggers1-52/+7
2025-05-21net: use skb_crc32c() in skb_crc32c_csum_help()Eric Biggers1-5/+3
2025-05-21net: add skb_crc32c()Eric Biggers1-0/+73
2025-05-21net: introduce CONFIG_NET_CRC32CEric Biggers1-0/+2
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima1-12/+3
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev1-1/+9
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-0/+22
2025-05-15net: devmem: fix kernel panic when netlink socket close after module unloadTaehee Yoo3-0/+20
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior2-10/+20
2025-05-15net: dst_cache: Use nested-BH locking for dst_cache::cacheSebastian Andrzej Siewior1-3/+27
2025-05-15net: page_pool: Don't recycle into cache on PREEMPT_RTSebastian Andrzej Siewior1-0/+4
2025-05-13net: check for driver support in netmem TXMina Almasry3-2/+45
2025-05-13net: devmem: Implement TX pathMina Almasry6-42/+279
2025-05-13net: devmem: TCP tx netlink apiStanislav Fomichev3-0/+20
2025-05-13net: add get_netmem/put_netmem supportMina Almasry3-0/+60
2025-05-13netmem: add niov->type attribute to distinguish different net_iov typesMina Almasry1-1/+2
2025-05-12net: Lock lower level devices when updating featuresCosmin Ratiu1-0/+2
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-33/+78
2025-05-08net: export a helper for adding up queue statsJakub Kicinski1-19/+50
2025-05-07bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-06net: add missing instance lock to dev_set_promiscuityStanislav Fomichev2-13/+24
2025-05-06net: Lock netdevices during dev_shutdownCosmin Ratiu1-1/+3
2025-04-29xsk: convert xdp_copy_frags_from_zc() to use page_pool_dev_alloc()Bui Quang Minh1-7/+7
2025-04-29xsk: respect the offsets when copying fragsBui Quang Minh1-3/+4
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-14/+39
2025-04-23net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET_NS=n.Kuniyuki Iwashima1-6/+6
2025-04-22xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington1-4/+21
2025-04-22net: Drop hold_rtnl arg from ops_undo_list().Kuniyuki Iwashima1-6/+8
2025-04-22net: lwtunnel: disable BHs when requiredJustin Iurman1-6/+20
2025-04-22net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel1-5/+13
2025-04-21net: Use nlmsg_payload in rtnetlink fileBreno Leitao1-13/+12
2025-04-21net: Use nlmsg_payload in neighbour fileBreno Leitao1-2/+2
2025-04-21net: fix the missing unlock for detached devicesJakub Kicinski1-3/+6
2025-04-17netdev: fix the locking for netdev notificationsJakub Kicinski2-1/+7