summaryrefslogtreecommitdiff
path: root/net/llc/llc_proc.c
AgeCommit message (Expand)Author
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-02-28[LLC]: Use proc_create() to setup ->proc_fops firstWang Chen
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven
2007-02-10[NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo
2005-01-20[LLC] stop using sk_protinfoArnaldo Carvalho de Melo
2004-12-27[LLC]: Staticize and remove unnecessary functions and exports.Adrian Bunk
2003-11-01[LLC]: fix procfs reading when there are saps without socketsArnaldo Carvalho de Melo
2003-10-29[LLC]: Fix sockaddr, only need to provide one MAC address not three.Arnaldo Carvalho de Melo
2003-10-28[LLC]: Fix oops in procf handling.Arnaldo Carvalho de Melo
2003-10-20[LLC]: Make LLC2 compile with PROC_FS=nDavid S. Miller
2003-09-19o LLC: trim down llc_core to the very basic support needed by IPX et allArnaldo Carvalho de Melo
2003-09-19o LLC: rename llc_mac.c to llc_input.c, net/llc_mac.h to net/llc.hArnaldo Carvalho de Melo
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches
2003-08-30[LLC]: Set module owner on /proc/net/llc directory.Stephen Hemminger
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo
2003-06-11[LLC]: Fix typing error in procfs code.David S. Miller
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji
2003-04-29o net/llc: simple cleanupsArnaldo Carvalho de Melo
2002-10-29o llc: fix seq_file supportArnaldo Carvalho de Melo
2002-10-13net/llc/llc_proc.c: Kill other __exit tag too.David S. Miller
2002-10-13net/llc/llc_proc.c: Do not mark llc_proc_exist with __exit.Arjan van de Ven
2002-10-08Merge master.kernel.org:/home/acme/BK/llc-2.5David S. Miller
2002-10-08[AIO]: First stage of AIO infrastructure for networking.Benjamin LaHaise
2002-10-07o LLC: fix permission bogosity in create_proc_entry usageArnaldo Carvalho de Melo
2002-10-05o IPX: use seq_file for proc stuffArnaldo Carvalho de Melo
2002-10-05o LLC: now it only uses seq_file for proc stuffArnaldo Carvalho de Melo
2002-10-05o LLC: start using seq_file for proc stuffArnaldo Carvalho de Melo