freebsd-skq/sys/net
Bosko Milekic ddacb30f2d Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf
pointer, when bridging and bridge_ipfw are enabled, and when bdg_forward()
happens to free the packet and make our pointer NULL. There may be
more similar problems like this one with calls to bdg_forward().

PR: Related to kern/19551
Reviewed by: jlemon
2000-09-24 04:08:38 +00:00
..
bpf_compat.h
bpf_filter.c
bpf.c Rename lminor() to dev2unit(). This function gives a linear unit number 2000-09-19 10:28:44 +00:00
bpf.h
bpfdesc.h
bridge.c Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf 2000-09-24 04:08:38 +00:00
bridge.h
bsd_comp.c
ethernet.h
fddi.h
hostcache.c
hostcache.h
if_arp.h
if_atm.h
if_atmsubr.c
if_disc.c
if_dl.h
if_ef.c
if_ethersubr.c Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf 2000-09-24 04:08:38 +00:00
if_faith.c
if_fddisubr.c
if_gif.c
if_gif.h
if_ieee80211.h
if_iso88025subr.c
if_llc.h
if_loop.c o Add missing "\n" to warning output in netinet/if_loop.c, when an 2000-09-04 21:46:27 +00:00
if_media.c
if_media.h
if_mib.c
if_mib.h
if_ppp.c
if_ppp.h
if_pppvar.h
if_sl.c The slip driver used to allocate a mbuf cluster without attaching 2000-08-18 08:02:31 +00:00
if_slvar.h The slip driver used to allocate a mbuf cluster without attaching 2000-08-18 08:02:31 +00:00
if_sppp.h
if_spppsubr.c
if_stf.c repair endianness issue in IN_MULTICAST(). 2000-08-15 07:34:08 +00:00
if_stf.h
if_tap.c Rename lminor() to dev2unit(). This function gives a linear unit number 2000-09-19 10:28:44 +00:00
if_tap.h
if_tapvar.h
if_tun.c Rename lminor() to dev2unit(). This function gives a linear unit number 2000-09-19 10:28:44 +00:00
if_tun.h
if_tunvar.h
if_types.h
if_var.h
if_vlan_var.h
if_vlan.c
if.c
if.h
intrq.c
intrq.h
iso88025.h
net_osdep.c
net_osdep.h repair endianness issue in IN_MULTICAST(). 2000-08-15 07:34:08 +00:00
netisr.h
pfil.9
pfil.c Add pfil(9) subroutines and manpage from NetBSD. 2000-05-10 13:37:51 +00:00
pfil.h
pfkeyv2.h
ppp_comp.h
ppp_deflate.c
ppp_defs.h
ppp_tty.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c
route.h
rtsock.c
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h