aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-5/+4
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-10/+2
2016-02-11sock: struct proto hash function may errorCraig Gallek1-2/+4
2016-01-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2-2/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue3-13/+9
2015-01-19phonet netlink: allow multiple messages per skb in route dumpJohannes Berg1-15/+7
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-5/+11
2014-11-24new helper: memcpy_from_msg()Al Viro2-2/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches3-12/+12
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller2-2/+2
2014-10-06net: fix rcu access on phonet_routesFabian Frederick1-3/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-4/+4
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-7/+5
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+3
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+4
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-5/+4
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-13/+11
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-8/+4
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+2
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-7/+7
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-2/+4
2012-06-17net: remove my future former mail addressRémi Denis-Courmont8-13/+13
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet5-13/+14
2012-04-13Phonet: missing headers (sparse)Rémi Denis-Courmont1-0/+4
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont1-1/+1
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+2
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman1-19/+2
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-04-05phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-01phonet: Stop using NLA_PUT*().David S. Miller1-3/+5
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet3-3/+3
2011-11-18Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma1-11/+95
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger3-8/+8
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-6/+7
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-30/+25
2011-05-07net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu()Lai Jiangshan1-9/+1