summaryrefslogtreecommitdiffstats
path: root/net/phonet
Commit message (Expand)AuthorAgeFilesLines
* phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont2024-02-221-9/+32
* phonet: take correct lock to peek at the RX queueRémi Denis-Courmont2024-02-221-2/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-2/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-153-14/+10
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+4
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-122-4/+2
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-062-3/+6
* phonet: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-4/+4
* phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont2021-12-201-0/+2
* phonet: refcount leak in pep_sock_accepHangyu Hua2021-12-101-0/+1
* net: Remove redundant if statementsYajun Deng2021-08-053-8/+4
* phonet: use siocdevprivateArnd Bergmann2021-07-271-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-5/+5
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-8/+0
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
* net: Remove redundant BUG_ON() check in phonet_pernetXu Wang2020-01-031-2/+0
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-058-112/+8
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-211-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+4
* phonet: fix building with clangArnd Bergmann2019-02-211-16/+16
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+6
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-6/+3
|\
| * net/phonet: convert to ->poll_maskChristoph Hellwig2018-05-261-5/+2
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-162-30/+6
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert /proc creating and destroying pernet_operationsKirill Tkhai2018-02-271-0/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-312-10/+13
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
| * net: use rtnl_register_module where neededFlorian Westphal2017-12-041-8/+13
* | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* phonet: exit_net cleanup check addedVasily Averin2017-11-141-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: phonet: mark phonet_protocol as constLin Zhang2017-10-073-9/+10
* | net: phonet: mark header_ops as constLin Zhang2017-10-071-1/+1
|/
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-6/+6
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-4/+6
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+4
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-092-4/+6