summaryrefslogtreecommitdiffstats
path: root/kernel/linux/net/bridge/netfilter
Commit message (Collapse)AuthorAgeFilesLines
...
* bugfixBart De Schuymer2002-07-231-2/+0
|
* SMP alignment for countersBart De Schuymer2002-07-231-38/+14
|
* cache aligning counters for SMPBart De Schuymer2002-07-231-17/+30
|
* code cleanupBart De Schuymer2002-07-231-99/+109
|
* add ORBart De Schuymer2002-07-211-4/+12
|
* ebtables PREROUTING always after iptables PREROUTINGBart De Schuymer2002-07-201-56/+1
|
* *** empty log message ***Bart De Schuymer2002-07-202-0/+123
|
* add support for retrieving the init table dataBart De Schuymer2002-07-141-40/+59
|
* make chainstack smp compatibleBart De Schuymer2002-07-121-9/+35
|
* broute chain is BROUTING, not BROUTEBart De Schuymer2002-07-091-1/+1
|
* MAC destination address for redirect in BROUTE should be theBart De Schuymer2002-07-091-3/+8
| | | | | | address of the physical device. MAC destination address for redirect in PREROUTING should be the address of the logical bridge device.
* *** empty log message ***Bart De Schuymer2002-06-251-18/+14
|
* bugfixBart De Schuymer2002-06-253-3/+3
|
* Code redesign. Lot of debug messages. Checks for passed parameters.fnm32002-06-251-88/+254
|
* 2 bugfixesBart De Schuymer2002-06-241-10/+16
|
* *** empty log message ***Bart De Schuymer2002-06-233-4/+4
|
* user defined chains are working pretty good nowBart De Schuymer2002-06-231-7/+9
|
* base patch for user defined chains supportBart De Schuymer2002-06-2311-68/+289
|
* 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
* remove nat, add snat and dnat optionsBart De Schuymer2002-06-061-1/+2
|
* remove nat, add snat and dnat options.Bart De Schuymer2002-06-061-1/+2
|
* *** empty log message ***Bart De Schuymer2002-06-062-0/+128
|
* Split this up in ebt_snat.c and ebt_dnat.cBart De Schuymer2002-06-061-106/+0
|
* add accidentally removed code.Bart De Schuymer2002-06-051-0/+2
|
* Added automount support.Bart De Schuymer2002-06-051-65/+98
| | | | | ebtables modules that aren't found in the kernel will now be automatically loaded by the kernel, if possible.
* Remove bogus kernel bug warning if a kernel module isn't loaded.Bart De Schuymer2002-06-031-2/+3
| | | | Autoloading modules will be added later.
* Initial revisionBart De Schuymer2002-06-0113-0/+2509