Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-18 | NRL license cleaning | Theo de Raadt | |
2001-12-10 | use queue.h macros for TAILQ operations | Jason Wright | |
2001-11-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino | |
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho | |
the new model removes direct references to the fields in ifp->if_snd, and defines the following macros to manipulate ifp->if_snd. IFQ_ENQUEUE(ifq, m, pktattr, err) IFQ_DEQUEUE(ifq, m) IFQ_POLL(ifq, m) IFQ_PURGE(ifq) IFQ_IS_EMPTY(ifq) the new model also enforces some rules regarding how to use these macros. details are descrined in http://www.csl.sony.co.jp/~kjc/software/altq-new-design.txt | |||
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino | |
follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific interfaces only). was: if_lastchange get updated on every packet transmission/receipt. now: if_lastchange get updated when IFF_UP is changed. | |||
2001-05-28 | add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level ↵ | Dug Song | |
source address in forged frames. from NetBSD. art@ok | |||
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino | |
2000-01-11 | Remove unneeded loout call that uses ipx_thishost. | Federico G. Schwindt | |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||
1999-07-28 | Add LLC_SNAPFRAMELEN define. indent. | Federico G. Schwindt | |
1999-01-08 | inet6 support; NRL/cmetz | Theo de Raadt | |
1998-07-08 | Correct error in original cloning from if_ethersubr.c. | ryker | |
1998-07-07 | DECNET is not DECENT. :-) | ryker | |
1998-06-30 | Fix broken IPX so the kernel will compile. | Bob Beck | |
1997-09-27 | undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW, | Theo de Raadt | |
or how much work it would be fix everything that uses AF_UNSPEC. | |||
1997-07-27 | for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpf | Theo de Raadt | |
uses when it sends packets out. blame tqbf@rdist.org for this fix. | |||
1997-07-24 | do not ignore IFF_NOARP | Theo de Raadt | |
1997-02-24 | OpenBSD tags + some prototyping police | Niklas Hallqvist | |
1997-01-02 | accept llc/snap packets; still cannot send them... | Theo de Raadt | |
1996-10-16 | label only useful in bpf case | Theo de Raadt | |
1996-10-16 | contextual usage | Theo de Raadt | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-04-29 | fix the wrong changes, so the bcasts will work now ;) | Michael Shalayeff | |
1996-04-28 | IPX additions and fixes. | Michael Shalayeff | |
ether -- missed the input for IPX. fddi -- just added. ppp -- field codes added. loop -- minor fix. | |||
1995-12-27 | from netbsd: | Theo de Raadt | |
Remove old comment regarding trailers. Fix a diagnostic message. Make some variables use fixed-size types. Initialize if_output in fddi_ifattach(). | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |