Age | Commit message (Expand) | Author |
2001-08-12 | now, that kernel compiles, i can go get an ash tray somewhere | Michael Shalayeff |
2001-07-27 | PF_IN/PF_OUT aren't defined if NPF <= 0, deal with it. | Jason Wright |
2001-07-25 | Make sure pkthdr.rcvif is correct before calling pf_test() | Jason Wright |
2001-07-25 | - unconditionalize call to bridge_input() (fewer #ifdef's and NPF>0 is defaul... | Jason Wright |
2001-07-17 | split ip normalization out into a separate file, okay dhartmei@ | Niels Provos |
2001-06-28 | first stab at packet normalization. includes full ip reassembly. | Niels Provos |
2001-06-27 | IPFILTER->NPF | Angelos D. Keromytis |
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho |
2001-06-26 | no longer pass around **m | Theo de Raadt |
2001-06-25 | PACKETFILTER -> NPF | Kjell Wooding |
2001-06-24 | Use ETHER_IS_MULTICAST macro; jason@ ok. | Federico G. Schwindt |
2001-06-24 | pf mods for bridge; not yet tested | Jason Wright |
2001-06-23 | UDP/IP/TCP packets that hit a bridge and need hardware checksumming | Angelos D. Keromytis |
2001-06-23 | Remember to compute IP/TCP/UDP checksum if we're going to broadcast on | Angelos D. Keromytis |
2001-06-22 | KNF | Theo de Raadt |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-06-07 | use faster arc4random() instead of get_random_bytes(); jason@ ok | Michael Shalayeff |
2001-06-06 | in bridge_filter(), pullup hlen, not sizeof(struct ip); ok jason@ | jasoni |
2001-06-01 | Don't let packets that need IPsec crypto processing at the NIC be | Angelos D. Keromytis |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-11 | check for 'fastroute' condition (like ip_input) in bridge_filter() and | Jason Wright |
2001-03-22 | strlcpy instead of strncpy + \0 | Jason Wright |
2001-03-19 | m_freem not m_free if we're dropping the packet because we're not in | Jason Wright |
2001-03-06 | Eeep, don't reset the checksum when checking it! Noticed by bugfix@123.net | Angelos D. Keromytis |
2001-03-05 | Clear ip_sum before calculating IP checksum (closes PR 1667) | Angelos D. Keromytis |
2001-02-06 | allow for configuring number of bridge ifaces in ukc; jason@ ok and help | Michael Shalayeff |
2001-02-04 | For unicast packets destined for the bridge machine itself, learn from the | Jason Wright |
2001-02-02 | In the broadcast received on gif case, throw the packet up the stack if | Jason Wright |
2001-02-01 | packets received on gif's for local processing can't just fall down the | Jason Wright |
2001-01-30 | change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf merge | Kjell Wooding |
2001-01-17 | IPF 3.4.15. (IPv6 not working yet). | Federico G. Schwindt |
2000-12-30 | For bridged IPsec, use the gif* interfaces. | Angelos D. Keromytis |
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright |
2000-11-10 | it doesn't matter what kind of interface it is if the bridge_iflist allocation | Jason Wright |
2000-11-07 | - Since the actual frame processing takes place from softnet(), splhigh | Jason Wright |
2000-11-06 | use the macros from queue.h more consistently | Jason Wright |
2000-10-18 | use IFT_BRIDGE | Jason Wright |
2000-10-18 | revamped llc handling using if_llc.h | Jason Wright |
2000-10-18 | get the bounds checking right for the data used in copyout() in several | Jason Wright |
2000-10-09 | uninitialized variable; spotted by Andrew Lunn <andrew.lunn@ascom.ch> | Jason Wright |
2000-06-26 | timeout is in seconds, not ticks. | Artur Grabowski |
2000-06-22 | Convert to new timeouts. | Artur Grabowski |
2000-06-20 | knf | Jason Wright |
2000-06-16 | use memcmp() instead of bcmp(), memcmp is <,=,> but bcmp is =,!= | Theo de Raadt |
2000-06-02 | On input if the packet matches one of the member interface MAC addresses, | Jason Wright |
2000-05-25 | on packets incoming to the bridge machine itself, respect the | Jason Wright |
2000-04-10 | don't return directly from bridge_ioctl without splx() on invalid enc | Jason Wright |
2000-02-28 | remove unneeded variable and clean | Jason Wright |
2000-02-21 | Rework bridge_filter() so that it does not require a full packet copy | Jason Wright |
2000-02-19 | set interface fields to null when detaching substructures | Niklas Hallqvist |