freebsd-src/sys/net
Jonathan Lemon d2b4566aa6 Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by using
the wrong index variable within a loop.  I have no idea how this managed
to work on my test box.

Spotted by: fenner
2001-10-11 18:39:05 +00:00
..
bpf.c Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my 2001-10-10 20:43:50 +00:00
bpf.h Update our bpf.h with tcpdump.org's new DLT_ types. 2001-07-31 23:27:06 +00:00
bpf_compat.h
bpf_filter.c Add ia64 to the list of machines which don't do unaligned reads. 2001-10-05 19:04:23 +00:00
bpfdesc.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
bridge.c Make it so dummynet and bridge can be loaded as modules. 2001-10-05 05:45:27 +00:00
bridge.h Make it so dummynet and bridge can be loaded as modules. 2001-10-05 05:45:27 +00:00
bsd_comp.c
ethernet.h Make vlan(4) loadable, unloadable, and clonable. As a side effect, 2001-09-05 21:10:28 +00:00
fddi.h
hostcache.c
hostcache.h
if.c Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by using 2001-10-11 18:39:05 +00:00
if.h Split HWCSUM into two components: RX and TX, for the benefit of drivers 2001-09-18 20:13:03 +00:00
if_arp.h
if_atm.h
if_atmsubr.c Fix warning; remove unused variable 2001-06-15 07:32:25 +00:00
if_disc.c This file was a horrible mixture of styles old and new. 2001-06-16 10:47:34 +00:00
if_dl.h
if_ef.c Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
if_ethersubr.c Set if_type and if_addrlen before calling if_attach(), so the values are 2001-10-11 05:37:59 +00:00
if_faith.c Make faith loadable, unloadable, and clonable. 2001-09-25 18:40:52 +00:00
if_fddisubr.c Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
if_gif.c /home/brooks/ng_gif.message 2001-09-26 23:50:17 +00:00
if_gif.h /home/brooks/ng_gif.message 2001-09-26 23:50:17 +00:00
if_ieee80211.h
if_iso88025subr.c Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
if_llc.h
if_loop.c Add ia64 to the list of machines which don't do unaligned reads. 2001-10-05 19:04:23 +00:00
if_media.c
if_media.h
if_mib.c Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
if_mib.h
if_ppp.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
if_ppp.h
if_pppvar.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
if_sl.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
if_slvar.h Fix typo 2001-08-16 17:17:54 +00:00
if_sppp.h Sync with recent KAME. 2001-06-11 12:39:29 +00:00
if_spppsubr.c Update the hash table when sppp mucks directly with the interface address. 2001-10-01 18:14:49 +00:00
if_stf.c Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address. 2001-09-29 05:02:36 +00:00
if_stf.h Patches from KAME to remove usage of Varargs in existing 2001-09-07 07:19:12 +00:00
if_tap.c Use the passed in thread to selrecord() instead of curthread. 2001-09-21 22:46:54 +00:00
if_tap.h
if_tapvar.h Add cloning support for the tap(4) device similar to that in the tun(4) 2001-09-05 01:06:21 +00:00
if_tun.c Use the passed in thread to selrecord() instead of curthread. 2001-09-21 22:46:54 +00:00
if_tun.h
if_tunvar.h
if_types.h
if_var.h Documentation comment: note that the each NIC's softc is assumed to start 2001-10-02 18:08:34 +00:00
if_vlan.c - Fix typo in "didn't find tag in list" code -- != should have been ==. 2001-10-06 05:02:11 +00:00
if_vlan_var.h Make vlan(4) loadable, unloadable, and clonable. As a side effect, 2001-09-05 21:10:28 +00:00
intrq.c
intrq.h
iso88025.h
net_osdep.c incorrect bounds-check on snprintf. 2001-07-26 19:14:52 +00:00
net_osdep.h Sync with recent KAME. 2001-06-11 12:39:29 +00:00
netisr.h
pfil.c
pfil.h
pfkeyv2.h printed current sequence number of the SA. accordingly, changed 2001-08-06 19:40:01 +00:00
ppp_comp.h
ppp_deflate.c
ppp_defs.h Sync with recent KAME. 2001-06-11 12:39:29 +00:00
ppp_tty.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
raw_usrreq.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
route.c Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctl 2001-07-25 20:15:28 +00:00
route.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
rtsock.c Change sysctl_iflist() so it has a single point of return. This will 2001-09-29 05:08:04 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h