summaryrefslogtreecommitdiff
path: root/net/phonet
AgeCommit message (Expand)Author
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-07phonet: Use netif_rx().Sebastian Andrzej Siewior
2021-12-20phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont
2021-12-10phonet: refcount leak in pep_sock_accepHangyu Hua
2021-08-05net: Remove redundant if statementsYajun Deng
2021-07-27phonet: use siocdevprivateArnd Bergmann
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-02-21phonet: fix building with clangArnd Bergmann
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/phonet: convert to ->poll_maskChristoph Hellwig
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-12-04net: use rtnl_register_module where neededFlorian Westphal
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-14phonet: exit_net cleanup check addedVasily Averin
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-07net: phonet: mark phonet_protocol as constLin Zhang
2017-10-07net: phonet: mark header_ops as constLin Zhang
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells