summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_vlan.c
Commit message (Collapse)AuthorAgeFilesLines
* extensions: use __attribute__((constructor)) for autoregistrationJan Engelhardt2018-07-021-1/+1
| | | | | | | | | | | The ebtables initialization is easier, and, judging from the "static" recipe in Makefile, that calling ebt_*_register ahead of main is safe. This means that a static build won't need the pseudomain hack, and that -nostartfiles can also go away. Signed-off-by: Florian Westphal <fw@strlen.de>
* ebtables: extensions: Constify option structGargi Sharma2017-03-281-1/+1
| | | | | | | | | The struct of the type option is only used to initialise a field inside the ebt_u_watcher or ebt_u_target or ebt_u_match struct and is not modified anywhere. Signed-off-by: Gargi Sharma <gs051095@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* Jan Engelhardt: remove unneedd macroBart De Schuymer2008-02-031-1/+1
|
* general cleanup + add -C and -cBart De Schuymer2005-02-081-210/+76
|
* add ebtablesu scheme, along with general cleanupBart De Schuymer2005-01-191-6/+3
|
* add shared librariesBart De Schuymer2004-01-211-12/+11
|
* Make ebtables library functionsBart De Schuymer2004-01-141-5/+5
|
* C99 initializersBart De Schuymer2003-08-301-9/+9
|
* undo last changeBart De Schuymer2003-06-041-2/+26
|
* module versioningBart De Schuymer2003-06-031-26/+2
|
* Removed useless bzero(ethertype_name, 21)fnm32002-11-251-1/+0
|
* Removed useless char ethertype_name[21];fnm32002-11-251-1/+0
|
* Redesigned big part of the parse functionfnm32002-11-211-151/+120
| | | | Used strtoul() instead of strtol()
* use getethertype.cBart De Schuymer2002-11-201-10/+15
|
* Add check for vlan-encap=802.1qfnm32002-11-091-0/+10
|
* *** empty log message ***Bart De Schuymer2002-08-291-2/+2
|
* trivial changeBart De Schuymer2002-08-241-1/+1
|
* cosmetic improvements and some bugfixes (global description)Bart De Schuymer2002-08-131-5/+3
|
* *** empty log message ***Bart De Schuymer2002-08-091-1/+2
|
* cosmetic changesBart De Schuymer2002-07-241-13/+13
|
* name_to_number()Bart De Schuymer2002-06-261-4/+5
|
* Minor logic changes, comments, minor fixesfnm32002-06-251-60/+102
|
* *** empty log message ***Bart De Schuymer2002-06-231-1/+1
|
* *** empty log message ***Bart De Schuymer2002-06-231-3/+3
|
* *** empty log message ***Bart De Schuymer2002-06-231-5/+4
|
* permute includes to get this to compileBart De Schuymer2002-06-161-6/+5
|
* Missed #include <linux/netfilter_bridge/ebt_vlan.h>fnm32002-06-151-0/+1
|
* New parameter definitions adddedfnm32002-06-141-24/+95
| | | | | | | | Kernelspace changes for encapsulated protocol parameter Version changed Updated VLAN match extension section Removed empty lines at end of file Userspace changes - vlan encapsulated protocol match added
* Initial revisionBart De Schuymer2002-06-011-0/+231