aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/phonet
AgeCommit message (Expand)AuthorFilesLines
11 daysnet: phonet: do not BUG_ON() in pn_socket_autobind() on failed bindMorduan Zang1-2/+8
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-3/+3
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-1/+4
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-2/+2
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet2-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook2-3/+4
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-3/+3
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-4/+4
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet2-4/+4
2025-08-12phonet: add __rcu annotationsEric Dumazet2-13/+14
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-07-17phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept()Nathan Chancellor1-1/+1
2025-06-23net: remove sock_i_uid()Eric Dumazet1-2/+2
2024-11-07phonet: do not call synchronize_rcu() from phonet_route_del()Eric Dumazet2-4/+13
2024-10-24phonet: Don't hold RTNL for route_doit().Kuniyuki Iwashima1-6/+13
2024-10-24phonet: Convert phonet_routes.lock to spinlock_t.Kuniyuki Iwashima1-9/+14
2024-10-24phonet: Pass net and ifindex to rtm_phonet_notify().Kuniyuki Iwashima2-10/+16
2024-10-24phonet: Pass ifindex to fill_route().Kuniyuki Iwashima1-6/+6
2024-10-24phonet: Don't hold RTNL for getaddr_dumpit().Kuniyuki Iwashima1-9/+15
2024-10-24phonet: Don't hold RTNL for addr_doit().Kuniyuki Iwashima1-11/+22
2024-10-24phonet: Convert phonet_device_list.lock to spinlock_t.Kuniyuki Iwashima1-9/+17
2024-10-24phonet: Pass net and ifindex to phonet_address_notify().Kuniyuki Iwashima2-9/+13
2024-10-24phonet: Pass ifindex to fill_addr().Kuniyuki Iwashima1-6/+7
2024-10-10phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima1-17/+11
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-05-13net: change proto and proto_ops accept typeJens Axboe2-10/+9
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-05-08phonet: no longer hold RTNL in route_dumpit()Eric Dumazet1-8/+9
2024-05-06phonet: fix rtm_phonet_notify() skb allocationEric Dumazet1-1/+1
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-1/+0
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont1-9/+32
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont1-2/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-2/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao3-14/+10
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+4
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2-4/+2
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2-3/+6
2022-03-07phonet: Use netif_rx().Sebastian Andrzej Siewior1-4/+4
2021-12-20phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont1-0/+2
2021-12-10phonet: refcount leak in pep_sock_accepHangyu Hua1-0/+1
2021-08-05net: Remove redundant if statementsYajun Deng3-8/+4
2021-07-27phonet: use siocdevprivateArnd Bergmann1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-8/+0