summaryrefslogtreecommitdiffstats
path: root/net/phonet
AgeCommit message (Expand)AuthorLines
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-112/+8
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-4/+4
2019-02-21phonet: fix building with clangArnd Bergmann-16/+16
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-3/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-6/+3
2018-05-26net/phonet: convert to ->poll_maskChristoph Hellwig-5/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-30/+6
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-5/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-10/+13
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-2/+0
2017-12-04net: use rtnl_register_module where neededFlorian Westphal-8/+13
2017-11-27net: annotate ->poll() instancesAl Viro-2/+2
2017-11-14phonet: exit_net cleanup check addedVasily Averin-0/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-07net: phonet: mark phonet_protocol as constLin Zhang-9/+10
2017-10-07net: phonet: mark header_ops as constLin Zhang-1/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal-6/+6
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-1/+1
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern-4/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-2/+4
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-4/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+3
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-1/+1
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong-5/+4
2016-10-20net: use core MTU range checking in misc driversJarod Wilson-10/+2
2016-02-11sock: struct proto hash function may errorCraig Gallek-2/+4
2016-01-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet-0/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-2/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-13/+9
2015-01-19phonet netlink: allow multiple messages per skb in route dumpJohannes Berg-15/+7
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-5/+11
2014-11-24new helper: memcpy_from_msg()Al Viro-2/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches-12/+12
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-2/+2
2014-10-06net: fix rcu access on phonet_routesFabian Frederick-3/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman-4/+4
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-7/+5
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle-3/+3