aboutsummaryrefslogtreecommitdiff
path: root/net/phonet
AgeCommit message (Expand)AuthorFilesLines
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesGravatar Eric W. Biederman 1-4/+4
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 2-7/+5
2014-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 1-3/+3
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-5/+4
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsGravatar Hannes Frederic Sowa 1-5/+4
2013-11-15seq_file: remove "%n" usage from seq_file usersGravatar Tetsuo Handa 1-13/+11
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intGravatar Francesco Fusco 1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-2/+2
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-2/+2
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsGravatar Thomas Graf 1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 2-8/+4
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-2/+2
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsGravatar Eric W. Biederman 1-0/+6
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-7/+7
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Gravatar Eric W. Biederman 1-2/+4
2012-06-17net: remove my future former mail addressGravatar Rémi Denis-Courmont 8-13/+13
2012-04-20net: Convert all sysctl registrations to register_net_sysctlGravatar Eric W. Biederman 1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 1-2/+2
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 5-13/+14
2012-04-13Phonet: missing headers (sparse)Gravatar Rémi Denis-Courmont 1-0/+4
2012-04-13Phonet: phonet_net_id can be static (sparse)Gravatar Rémi Denis-Courmont 1-1/+1
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-19/+2
2012-04-13phonet: Sort out initiailziation and cleanup code.Gravatar Eric W. Biederman 1-19/+2
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2012-04-05phonet: Check input from user before allocatingGravatar Sasha Levin 1-0/+3
2012-04-01phonet: Stop using NLA_PUT*().Gravatar David S. Miller 1-3/+5
2012-01-12net: reintroduce missing rcu_assign_pointer() callsGravatar Eric Dumazet 3-3/+3
2011-11-18Phonet: set the pipe handle using setsockoptGravatar Dinesh Kumar Sharma 1-11/+95
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 2-0/+2
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERGravatar Stephen Hemminger 3-8/+8
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGravatar Greg Rose 1-6/+7
2011-05-24net: convert %p usage to %pKGravatar Dan Rosenberg 1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 3-30/+25
2011-05-07net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu()Gravatar Lai Jiangshan 1-9/+1
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksGravatar Eric Dumazet 2-6/+4
2011-04-14Phonet: convert bound sockets hash list to RCUGravatar Rémi Denis-Courmont 1-24/+21
2011-03-15Phonet: fix aligned-mode pipe socket buffer header reserveGravatar Rémi Denis-Courmont 1-1/+1
2011-03-09Phonet: kill the ST-Ericsson pipe controller KconfigGravatar Rémi Denis-Courmont 2-37/+0
2011-03-09Phonet: support active connection without pipe controller on modemGravatar Rémi Denis-Courmont 2-133/+141
2011-03-09Phonet: provide pipe socket option to retrieve the pipe identifierGravatar Rémi Denis-Courmont 1-8/+7
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQGravatar Rémi Denis-Courmont 2-173/+121
2011-03-09Phonet: factor common code to send control messagesGravatar Rémi Denis-Courmont 1-152/+73
2011-03-09Phonet: correct pipe backlog callback return valuesGravatar Rémi Denis-Courmont 1-14/+11
2011-03-09Phonet: return an error when packet TX failsGravatar Rémi Denis-Courmont 1-5/+3
2011-03-09Phonet: fix NULL dereference on TX path with implicit sourceGravatar Rémi Denis-Courmont 1-3/+2
2011-02-25phonet: Protect pipe_do_remove() with appropriate ifdefs.Gravatar David S. Miller 1-0/+2
2011-02-25Phonet: fix flawed "SYN/ACK" logicGravatar Rémi Denis-Courmont 1-78/+47
2011-02-25Phonet: don't bother with transaction IDs (especially for indications)Gravatar Rémi Denis-Courmont 1-35/+14