summaryrefslogtreecommitdiffstats
path: root/kernel/linux/net/bridge/netfilter/ebt_vlan.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed (" __DATE__ " " __TIME__ ") from versionfnm32002-11-191-82/+25
| | | | | | | | | | | Increased version nomber frpm 0.5 to 0.6 Removed __FILE__ ":" __FUNCTION__ from DEBUG_MSG(...) macro Removed huge comments Added mask for prio: (TCI >> 13) & 0x7 Removed extended debug messages in the ebt_check_vlan function Removed all debug messages in the ebt_check_vlan function Changed vlan id range check from 4094 to VLAN_GROUP_ARRAY_LEN Removed info->bitmask &= ~EBT_VLAN_ID for vlan id = 0
* Fixed logical bug (id and prio checks).fnm32002-11-161-89/+87
|
* get rid of __FUNCTION__, fails to compile for 2.5.34Bart De Schuymer2002-09-111-1/+1
|
* cleanupsBart De Schuymer2002-08-201-23/+23
|
* Code redesign. Lot of debug messages. Checks for passed parameters.fnm32002-06-251-88/+254
|
* base patch for user defined chains supportBart De Schuymer2002-06-231-1/+1
|
* New parameter definitions adddedfnm32002-06-141-21/+49
| | | | | | | | 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/+124