Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix set_port parameter values (more ifindex confustion). | shemminger | 2004-05-28 | 3 | -11/+41 | |
| | | ||||||
| * | Fix problems relating to ifindex vs. index in the | shemminger | 2004-05-28 | 4 | -36/+19 | |
| | | | | | | | | get port info arguments. | |||||
| * | 1.0.2 - fix get_port_info, confusion about bridge name vs port name. | shemminger | 2004-05-27 | 4 | -18/+39 | |
| | | ||||||
| * | Fix issues found testing on earlier 2.6 systems | shemminger | 2004-05-27 | 6 | -11/+21 | |
| | | ||||||
| * | typo on changelog date | shemminger | 2004-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Allow LDFLAGS, add URL to spec | shemminger | 2004-05-25 | 2 | -1/+7 | |
| | | ||||||
| * | Update ChangeLog | shemminger | 2004-05-24 | 1 | -0/+16 | |
| | | ||||||
| * | Add config.h.in | shemminger | 2004-05-24 | 1 | -0/+11 | |
| | | ||||||
| * | Put tests in CVS | shemminger | 2004-05-24 | 7 | -0/+308 | |
| | | ||||||
| * | New version of command and library that use sysfs. | shemminger | 2004-05-21 | 14 | -659/+941 | |
| | | | | | | | | Update make system to build with or without sysfs. | |||||
| * | Fix install to work with RPM... Finally. | shemminger | 2004-05-11 | 2 | -2/+12 | |
| | | ||||||
| * | Cleanup old directory | shemminger | 2004-05-11 | 3 | -117/+0 | |
| | | ||||||
| * | Fix for RPM build | shemminger | 2004-05-11 | 1 | -4/+3 | |
| | | ||||||
| * | More build fixes | shemminger | 2004-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | More build fixes | shemminger | 2004-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix RPM build | shemminger | 2004-05-11 | 1 | -2/+4 | |
| | | ||||||
| * | Change spec for 1.0 | shemminger | 2004-05-11 | 1 | -11/+2 | |
| | | ||||||
| * | Change to 1.0 | shemminger | 2004-05-11 | 2 | -6/+6 | |
| | | ||||||
| * | Update for 1.0. Use new ioct interface. | shemminger | 2004-05-11 | 5 | -304/+10 | |
| | | ||||||
| * | Support for 1000's of ports on bridge. | shemminger | 2004-04-13 | 6 | -78/+120 | |
| | | | | | | | | | | | | | | Don't read port and bridge info automatically, add a new API hook to do that. Version 0.9.8 | |||||
| * | Changes for 0.9.8 | shemminger | 2004-04-07 | 10 | -154/+135 | |
| | | | | | | | | | | | | - cleanup dependicies - allow 4k ports - don't fetch info till needed. | |||||
| * | Missed one file in last merge. this adds const to brctl_disp | shemminger | 2004-04-01 | 1 | -8/+8 | |
| | | ||||||
| * | Fixes for 0.9.7 | shemminger | 2004-04-01 | 12 | -203/+221 | |
| | | | | | | | | | | | | | | - error checking - handle upto 1000's of bridges - -V version - don't initialize bridge till have to. | |||||
| * | From: John Naylon <jbpn@cambridgebroadband.com> | shemminger | 2003-05-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please find attached a patch which fixes a minor bug in libbridge. This only affects long-running processes that may call br_refresh() multiple times, i.e. it doesn't affect brctl but may affect brctld, although I have not seen this myself (I discovered the bug while working on another process that links against libbridge). Basically, if you call br_refresh() when there are one or more bridges up, take all bridges down and call br_refresh() again, and finally call br_refresh() once more, your process will probably seg fault because bridge_list is not NULL, but points at previously-free()d memory on the third call. | |||||
| * | When stress testing and devices disappear, it is possible | shemminger | 2003-04-25 | 1 | -21/+12 | |
| | | | | | | | | | | | | to have races where the index that was found is gone. Manage this by ignoring disappeared devices when the initial port table is built up. | |||||
| * | In case of race and EAGAIN error, retry in the library. | shemminger | 2003-04-25 | 1 | -3/+9 | |
| | | ||||||
| * | add and del bridge functions can take 'const char *' | shemminger | 2003-04-25 | 2 | -5/+5 | |
| | | ||||||
| * | read_info and port are only used in one function so can be static. | shemminger | 2003-04-25 | 1 | -2/+0 | |
| | | ||||||
| * | If read of bridge forwarding table fails, then print error and exit. | shemminger | 2003-04-25 | 1 | -0/+5 | |
| | | ||||||
| * | Release 0.9.6. | buytenh | 2002-10-02 | 3 | -2/+6 | |
| | | ||||||
| * | autoconfization by Andreas Hofmeister | buytenh | 2002-04-03 | 11 | -72/+457 | |
| | | ||||||
| * | Release 0.9.5. | buytenh | 2002-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | And make make clean work again. | buytenh | 2002-01-16 | 1 | -1/+0 | |
| | | ||||||
| * | Typo :( | buytenh | 2002-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | Work around sparc64 brokenness some more. | buytenh | 2002-01-16 | 3 | -8/+10 | |
| | | ||||||
| * | Get rid of rcsclean and rm -f *~ shit. | buytenh | 2002-01-16 | 2 | -4/+0 | |
| | | ||||||
| * | Work around sparc64 brokenness. | buytenh | 2002-01-16 | 4 | -16/+72 | |
| | | ||||||
| * | 0.9.3 -> 0.9.4 | buytenh | 2002-01-06 | 1 | -2/+2 | |
| | | ||||||
| * | Update for 0.9.4. | buytenh | 2002-01-06 | 1 | -0/+20 | |
| | | ||||||
| * | Try to work around sparc64 braindamage. | buytenh | 2002-01-06 | 3 | -5/+14 | |
| | | ||||||
| * | Remove references to 'tap'. | buytenh | 2002-01-06 | 1 | -4/+1 | |
| | | ||||||
| * | Steal .spec file from Red Hat rawhide. | buytenh | 2002-01-06 | 1 | -20/+24 | |
| | | ||||||
| * | Added comment from Serge Caron on how to build libbridge_compat.c | buytenh | 2001-12-31 | 1 | -0/+16 | |
| | | | | | | | | for people with older glibc's. | |||||
| * | Add notice about kernel panic on REDIRECT w/o IP address case. | buytenh | 2001-12-25 | 1 | -0/+1 | |
| | | ||||||
| * | Remove some completed items. | buytenh | 2001-12-10 | 1 | -5/+0 | |
| | | ||||||
| * | Check if correct number of arguments given to an option. | buytenh | 2001-12-07 | 3 | -19/+31 | |
| | | | | | | | | Handle ELOOP return condition from br_add_bridge. | |||||
| * | Kill two compile warnings. | buytenh | 2001-12-07 | 1 | -2/+2 | |
| | | ||||||
| * | Removed 'tap'; people really should be using vtund for this. | buytenh | 2001-11-17 | 3 | -168/+1 | |
| | | ||||||
| * | misc. modifications | buytenh | 2001-11-17 | 1 | -5/+2 | |
| | | ||||||
| * | MASQUERADE tested to work. | buytenh | 2001-11-17 | 1 | -1/+0 | |
| | |