Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-29 | bzero before setting | Jun-ichiro itojun Hagino | |
2002-05-29 | receivedra field is gone | Jun-ichiro itojun Hagino | |
2002-05-29 | oops | Michael Shalayeff | |
2002-05-29 | no need to supply obsolete field name "receivedra" | Jun-ichiro itojun Hagino | |
2002-05-29 | splbio around biodone. | Artur Grabowski | |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino | |
split IPv6 MTU (advertised by RA) from real link MTU. sync with kame | |||
2002-05-29 | set rmx_mtu to 0 on PMTUD route entry timeout. | Jun-ichiro itojun Hagino | |
2002-05-29 | regen | Michael Shalayeff | |
2002-05-29 | i830 and 80312 chps; from form@ | Michael Shalayeff | |
2002-05-29 | move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-29 | simplify comment, sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-29 | rm obsolete comment | Jun-ichiro itojun Hagino | |
2002-05-29 | remove unneeded header. | Federico G. Schwindt | |
2002-05-28 | splbio protection for biodone() | Thierry Deval | |
ok art@ | |||
2002-05-28 | o spaces, tabs, spelling cleanup. | Federico G. Schwindt | |
o remove unneeded headers. o makes this to compile if RASOPS_SMALL is defined. o makes rasops2 to compile. | |||
2002-05-28 | remove duplicated fragmentation code in favour of ip_fragment().. | jasoni | |
- ok dhartmei@ | |||
2002-05-28 | kill register; ok deraadt@ | jasoni | |
2002-05-28 | refragment ip packets if too large for the outgoing interface | jasoni | |
- ok jason@, dhartmei@ | |||
2002-05-28 | Factor out IP fragmentation code into its own function so it can be | jasoni | |
reused. - ok jason@, dhartmei@ | |||
2002-05-28 | make this compile; jason@ ok. | Federico G. Schwindt | |
2002-05-28 | __P killing | Theo de Raadt | |
2002-05-28 | remove #define for kame portability | Jun-ichiro itojun Hagino | |
2002-05-28 | fix the fms attachment printfs and move out the radio parts to the ↵ | Michael Shalayeff | |
fmsradio.c; from jumbo@ and some fixes from mickey@ | |||
2002-05-28 | limit number of IPv6 fragments (not the fragment queue size) to | Jun-ichiro itojun Hagino | |
fight against lots-of-frags DoS attacks. sync w/kame | |||
2002-05-28 | regen | Michael Shalayeff | |
2002-05-28 | add an id for nokia c110/c111; attach both w/ the if_wi_pcmcia ↵ | Michael Shalayeff | |
(prism1-prism2 clones, according to linux) | |||
2002-05-27 | punctuation | Thierry Deval | |
2002-05-27 | typos | Thierry Deval | |
2002-05-27 | typo | Thierry Deval | |
2002-05-27 | left over __P removals | Theo de Raadt | |
2002-05-27 | kill __P | Theo de Raadt | |
2002-05-27 | if_attach() gets called before domaininit(). scan all interfaces for if_afdata | Jun-ichiro itojun Hagino | |
initialization after domaininit(). | |||
2002-05-27 | no need for __P | Jun-ichiro itojun Hagino | |
2002-05-27 | sunix is 8x speed serial | Theo de Raadt | |
2002-05-27 | framework to add af-dependent data structure to struct ifnet. | Jun-ichiro itojun Hagino | |
as discussed at bsd-api-discuss. sync w/kame | |||
2002-05-27 | kill unused arc4random_8() API | Theo de Raadt | |
2002-05-26 | remove extra spaces, tabs, and semicolon. | Federico G. Schwindt | |
2002-05-26 | - CPU_MAXID and CPU_CHIPSET were swapped in cpu.h | Matthieu Herrb | |
- add support to print machdep.chipset mib on alpha ok deraadt@ | |||
2002-05-25 | Add a board type for VXT2000+. Info gathered by Daniel SZILAGYI. | Hugh Graham | |
2002-05-24 | more IANA values. official # for bridge is assigned. jason ok | Jun-ichiro itojun Hagino | |
2002-05-24 | add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.net | Theo de Raadt | |
2002-05-24 | protect more of the bookkeeping variables with splbio. | Artur Grabowski | |
2002-05-24 | typo | Artur Grabowski | |
2002-05-24 | splbio around biodone. | Artur Grabowski | |
2002-05-24 | More splbio around biodone protection. | Artur Grabowski | |
In these drivers I'm probably using more paranoia than necessary. If you really need to squeeze out the last drop of performance from the fd driver, call me. | |||
2002-05-24 | Make sure that b_iodone handlers are called at splbio (and ↵ | Artur Grabowski | |
splassert(IPL_BIO) in all known callers, just to make sure). | |||
2002-05-24 | protect biodone with splbio. | Artur Grabowski | |
2002-05-24 | protect biodone with splbio (this is the first time the splbio is | Artur Grabowski | |
not really needed, just added to satisfy the assert). | |||
2002-05-24 | Replace a home-grown splassert-like thing with the real stuff. | Artur Grabowski | |
2002-05-24 | make a strict check before sending FQDN node information reply. sync w/kame | Jun-ichiro itojun Hagino | |