aboutsummaryrefslogtreecommitdiff
path: root/net/8021q/vlanproc.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-17vlan: use correct format charactersGravatar Bill Wendling 1-1/+1
2021-11-23net: remove .ndo_change_proto_downGravatar Jakub Kicinski 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-15/+3
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-19/+2
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-3/+3
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-2/+0
2016-02-17vlan: change return type of vlan_proc_rem_devGravatar Zhang Shengju 1-2/+1
2014-07-29vlan: fail early when creating netdev named configGravatar WANG Cong 1-0/+2
2013-05-01proc: Supply a function to remove a proc entry by PDEGravatar David Howells 1-7/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2012-09-01treewide: fix comment/printk/variable typosGravatar Anatol Pomozov 1-1/+1
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privGravatar Jiri Pirko 1-21/+21
2011-06-16net: Remove casts of void *Gravatar Joe Perches 1-1/+1
2011-06-02net: 8021q: Add pr_fmtGravatar Joe Perches 1-1/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-11-15vlan: Fix build warning in vlandev_seq_show()Gravatar David S. Miller 1-1/+0
2010-11-15net: consolidate 8021q taggingGravatar John Fastabend 1-4/+0
2010-07-07net: fix 64 bit counters on 32 bit archesGravatar Eric Dumazet 1-1/+2
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesGravatar Ben Hutchings 1-6/+7
2010-01-17net: spread __net_init, __net_exitGravatar Alexey Dobriyan 1-1/+1
2009-11-10vlan: eliminate use of dev_base_lockGravatar stephen hemminger 1-7/+6
2009-08-05net: mark read-only arrays as constGravatar Jan Engelhardt 1-1/+1
2009-05-18vlan: use struct netdev_queue counters instead of dev->statsGravatar Eric Dumazet 1-1/+2
2008-11-10vlan: Fix typos in proc output stringGravatar Ferenc Wagner 1-1/+1
2008-07-14vlan: remove unnecessary include statementsGravatar Patrick McHardy 1-9/+2
2008-07-08vlan: Use is_vlan_dev()Gravatar Joonwoo Park 1-1/+1
2008-05-02vlan: assign PDE->data before gluing PDE into /proc treeGravatar Denis V. Lunev 1-4/+3
2008-04-16[VLAN]: Make the vlan_name_type per-net.Gravatar Pavel Emelyanov 1-2/+5
2008-04-16[VLAN]: Make the /proc/net/vlan/conf file show per-net info.Gravatar Pavel Emelyanov 1-5/+8
2008-04-16[VLAN]: Create proc entries in the proper net.Gravatar Pavel Emelyanov 1-27/+17
2008-04-16[VLAN]: Add a net argument to proc init and cleanup calls.Gravatar Pavel Emelyanov 1-3/+9
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar David S. Miller 1-5/+0
2008-04-02[VLAN]: Proc entry is not renamed when vlan device name changes.Gravatar Pavel Emelyanov 1-5/+0
2008-03-05net: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-02-28[8021Q]: Use proc_create() to setup ->proc_fops firstGravatar Wang Chen 1-7/+4
2008-01-28[VLAN]: sparse warning fixGravatar Stephen Hemminger 1-0/+2
2008-01-28[VLAN]: checkpatch cleanupsGravatar Patrick McHardy 1-20/+22
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionGravatar Patrick McHardy 1-6/+6
2008-01-28[VLAN]: Clean up initialization codeGravatar Patrick McHardy 1-9/+12
2008-01-28[VLAN]: Clean up debugging and printksGravatar Patrick McHardy 1-29/+0
2008-01-28[VLAN]: Use dev->statsGravatar Patrick McHardy 1-4/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Gravatar Eric W. Biederman 1-3/+3
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-2/+3
2007-08-14[VLAN] net/8021q/vlanproc.c: fix check-after-useGravatar Adrian Bunk 1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-1/+1
2007-07-10[VLAN]: Use 32 bit value for skb->priority mappingGravatar Patrick McHardy 1-2/+2
2007-05-03[NET]: Rework dev_base via list_head (v3)Gravatar Pavel Emelianov 1-12/+24
2007-02-12[PATCH] mark struct file_operations const 7Gravatar Arjan van de Ven 1-2/+2