summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlanproc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1Star
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+3Star
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-19/+2Star
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0Star
* vlan: change return type of vlan_proc_rem_devZhang Shengju2016-02-181-2/+1Star
* vlan: fail early when creating netdev named configWANG Cong2014-07-291-0/+2
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-7/+2Star
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-091-21/+21
* net: Remove casts of void *Joe Perches2011-06-171-1/+1
* net: 8021q: Add pr_fmtJoe Perches2011-06-021-1/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* vlan: Fix build warning in vlandev_seq_show()David S. Miller2010-11-151-1/+0Star
* net: consolidate 8021q taggingJohn Fastabend2010-11-151-4/+0Star
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-1/+2
* net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-131-6/+7
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-181-1/+1
* vlan: eliminate use of dev_base_lockstephen hemminger2009-11-111-7/+6Star
* net: mark read-only arrays as constJan Engelhardt2009-08-051-1/+1
* vlan: use struct netdev_queue counters instead of dev->statsEric Dumazet2009-05-191-1/+2
* vlan: Fix typos in proc output stringFerenc Wagner2008-11-101-1/+1
* vlan: remove unnecessary include statementsPatrick McHardy2008-07-151-9/+2Star
* vlan: Use is_vlan_dev()Joonwoo Park2008-07-081-1/+1
* vlan: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-4/+3Star
* [VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov2008-04-161-2/+5
* [VLAN]: Make the /proc/net/vlan/conf file show per-net info.Pavel Emelyanov2008-04-161-5/+8
* [VLAN]: Create proc entries in the proper net.Pavel Emelyanov2008-04-161-27/+17Star
* [VLAN]: Add a net argument to proc init and cleanup calls.Pavel Emelyanov2008-04-161-3/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-5/+0Star
|\
| * [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-021-5/+0Star
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
|/
* [8021Q]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-7/+4Star
* [VLAN]: sparse warning fixStephen Hemminger2008-01-291-0/+2
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-291-20/+22
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-291-6/+6
* [VLAN]: Clean up initialization codePatrick McHardy2008-01-291-9/+12
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-291-29/+0Star
* [VLAN]: Use dev->statsPatrick McHardy2008-01-291-4/+1Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-3/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* [VLAN] net/8021q/vlanproc.c: fix check-after-useAdrian Bunk2007-08-151-1/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [VLAN]: Use 32 bit value for skb->priority mappingPatrick McHardy2007-07-111-2/+2
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-12/+24
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-2/+2
* [NET] 8021Q: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-18/+18
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star