summaryrefslogtreecommitdiff
path: root/net/ipx/ipx_proc.c
AgeCommit message (Expand)Author
2017-11-28ipx: move Novell IPX protocol support into stagingStephen Hemminger
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-04net, ipx: convert ipx_interface.refcnt from atomic_t to refcount_tReshetova, Elena
2014-10-30ipx: remove all unnecessary castings on ntohlFabian Frederick
2014-10-27ipx: remove unnecessary casting on ntohlFabian Frederick
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
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
2010-02-10net: ipx: use seq_list_foo() helpersLi Zefan
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2008-02-28[IPX]: Use proc_create() to setup ->proc_fops firstWang Chen
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 7Arjan van de Ven
2007-02-10[NET] IPX: Fix whitespace errors.YOSHIFUJI Hideaki
2006-11-05[IPX]: Trivial parts of endianness annotationsAl Viro
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-01-17[IPX] use a private slab cache for socksArnaldo Carvalho de Melo
2004-12-27[IPX]: Make needlessly global code static.Adrian Bunk
2003-10-10[IPX]: ipx_proc.c needs linux/init.h even when PROC_FS is not enabled.Noah J. Misch
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-16o ipx: move route functions to net/ipx/ipx_route.cArnaldo Carvalho de Melo
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji
2003-05-05o ipx: convert ipx_route to use list_headArnaldo Carvalho de Melo
2003-05-04o ipx: convert ipx_interface handling to use list_headArnaldo Carvalho de Melo
2002-10-07o IPX: fix permission bogosity in create_proc_entry usageArnaldo Carvalho de Melo
2002-10-05o IPX: use seq_file for proc stuffArnaldo Carvalho de Melo