summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2002-05-29bzero before settingJun-ichiro itojun Hagino
2002-05-29receivedra field is goneJun-ichiro itojun Hagino
2002-05-29oopsMichael Shalayeff
2002-05-29no need to supply obsolete field name "receivedra"Jun-ichiro itojun Hagino
2002-05-29splbio around biodone.Artur Grabowski
2002-05-29attach 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-29set rmx_mtu to 0 on PMTUD route entry timeout.Jun-ichiro itojun Hagino
2002-05-29regenMichael Shalayeff
2002-05-29i830 and 80312 chps; from form@Michael Shalayeff
2002-05-29move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kameJun-ichiro itojun Hagino
2002-05-29simplify comment, sync w/kameJun-ichiro itojun Hagino
2002-05-29rm obsolete commentJun-ichiro itojun Hagino
2002-05-29remove unneeded header.Federico G. Schwindt
2002-05-28splbio protection for biodone()Thierry Deval
ok art@
2002-05-28o 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-28remove duplicated fragmentation code in favour of ip_fragment()..jasoni
- ok dhartmei@
2002-05-28kill register; ok deraadt@jasoni
2002-05-28refragment ip packets if too large for the outgoing interfacejasoni
- ok jason@, dhartmei@
2002-05-28Factor out IP fragmentation code into its own function so it can bejasoni
reused. - ok jason@, dhartmei@
2002-05-28make this compile; jason@ ok.Federico G. Schwindt
2002-05-28__P killingTheo de Raadt
2002-05-28remove #define for kame portabilityJun-ichiro itojun Hagino
2002-05-28fix 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-28limit number of IPv6 fragments (not the fragment queue size) toJun-ichiro itojun Hagino
fight against lots-of-frags DoS attacks. sync w/kame
2002-05-28regenMichael Shalayeff
2002-05-28add an id for nokia c110/c111; attach both w/ the if_wi_pcmcia ↵Michael Shalayeff
(prism1-prism2 clones, according to linux)
2002-05-27punctuationThierry Deval
2002-05-27typosThierry Deval
2002-05-27typoThierry Deval
2002-05-27left over __P removalsTheo de Raadt
2002-05-27kill __PTheo de Raadt
2002-05-27if_attach() gets called before domaininit(). scan all interfaces for if_afdataJun-ichiro itojun Hagino
initialization after domaininit().
2002-05-27no need for __PJun-ichiro itojun Hagino
2002-05-27sunix is 8x speed serialTheo de Raadt
2002-05-27framework to add af-dependent data structure to struct ifnet.Jun-ichiro itojun Hagino
as discussed at bsd-api-discuss. sync w/kame
2002-05-27kill unused arc4random_8() APITheo de Raadt
2002-05-26remove extra spaces, tabs, and semicolon.Federico G. Schwindt
2002-05-26- CPU_MAXID and CPU_CHIPSET were swapped in cpu.hMatthieu Herrb
- add support to print machdep.chipset mib on alpha ok deraadt@
2002-05-25Add a board type for VXT2000+. Info gathered by Daniel SZILAGYI.Hugh Graham
2002-05-24more IANA values. official # for bridge is assigned. jason okJun-ichiro itojun Hagino
2002-05-24add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netTheo de Raadt
2002-05-24protect more of the bookkeeping variables with splbio.Artur Grabowski
2002-05-24typoArtur Grabowski
2002-05-24splbio around biodone.Artur Grabowski
2002-05-24More 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-24Make 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-24protect biodone with splbio.Artur Grabowski
2002-05-24protect biodone with splbio (this is the first time the splbio isArtur Grabowski
not really needed, just added to satisfy the assert).
2002-05-24Replace a home-grown splassert-like thing with the real stuff.Artur Grabowski
2002-05-24make a strict check before sending FQDN node information reply. sync w/kameJun-ichiro itojun Hagino