aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima1-1/+1
2021-10-13llc/snap: constify dev_addr passingJakub Kicinski1-1/+1
2020-02-24net: Add missing annotation for llc_seq_start()Jules Irenge1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-26/+2
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-1/+1
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila1-7/+4
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila1-14/+30
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila1-11/+11
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-02-28[LLC]: Use proc_create() to setup ->proc_fops firstWang Chen1-6/+2
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+7
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-2/+2
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-2/+2
2007-02-10[NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki1-8/+8
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+267