summaryrefslogtreecommitdiff
path: root/net/phonet
AgeCommit message (Expand)Author
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-03-23phonet: fix building with clangArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-02-11sock: struct proto hash function may errorCraig Gallek
2016-01-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-01-19phonet netlink: allow multiple messages per skb in route dumpJohannes Berg
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-10-06net: fix rcu access on phonet_routesFabian Frederick
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-06-17net: remove my future former mail addressRémi Denis-Courmont
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-13Phonet: missing headers (sparse)Rémi Denis-Courmont
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller