summaryrefslogtreecommitdiff
path: root/net/phonet
AgeCommit message (Expand)AuthorFilesLines
2024-11-08phonet: 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-03move 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-14net: 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-09phonet: no longer hold RTNL in route_dumpit()Eric Dumazet1-8/+9
2024-05-07phonet: 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-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-2/+0
2023-06-16net: 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-11phonet: 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-8/+0
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang1-2/+0
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner8-112/+8
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert1-1/+1
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2019-02-22phonet: fix building with clangArnd Bergmann1-16/+16
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+3
2018-05-26net/phonet: convert to ->poll_maskChristoph Hellwig1-5/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig2-30/+6
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1