#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null icon.ico'/>
summaryrefslogtreecommitdiff
path: root/net/phonet
AgeCommit message (Expand)Author
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
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar