summaryrefslogtreecommitdiffstats
path: root/net/core/net-procfs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-43/+6Star
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+2Star
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0Star
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* net: Convert pernet_subsys ops, registered via net_dev_init()Kirill Tkhai2018-02-131-0/+2
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-4/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net-procfs: Use vsnprintf extension %phNJoe Perches2017-06-051-9/+4Star
* net: remove NETDEV_TX_LOCKED supportFlorian Westphal2016-04-261-1/+2
* rps: selective flow shedding during softnet overflowWillem de Bruijn2013-05-201-2/+14
* net: Print functions in /proc/net/ptype without the offset.David S. Miller2013-03-251-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* net: fix a build failure when !CONFIG_PROC_FSCong Wang2013-02-191-7/+5Star
* net: move procfs code to net/core/net-procfs.cCong Wang2013-02-191-0/+414