index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the wakeup/signaling of the reader side of the tun device into
jlemon
2000-12-05
1
-9
/
+18
*
Remove the last of the MD netisr code. It is now all MI. Remove
jake
2000-12-05
1
-1
/
+5
*
Unbreak world; #include <sys/mutex.h> instead of <machine/mutex.h>
jlemon
2000-11-26
1
-1
/
+3
*
Make log(-1, ...) do what addlog(...) did.
phk
2000-11-26
1
-89
/
+89
*
Remove unused variable, spl() manipulation isn't done for the ifq now.
jlemon
2000-11-25
1
-1
/
+0
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
17
-382
/
+228
*
Fixup (hopefully) bridging + ipfw + dummynet together...
bmilekic
2000-11-23
1
-2
/
+16
*
Make compilable. if_fddisubr.c depended on sys/malloc.h by my
ume
2000-11-04
1
-0
/
+1
*
Fix an order of operations buglet. ! has higher precedence than &. This
jhb
2000-11-03
1
-1
/
+1
*
Have tuninit() return an error if an interface address is NULL.
jlemon
2000-11-02
1
-19
/
+23
*
IPv6 was not work on FDDI.
ume
2000-11-01
1
-0
/
+87
*
Add pfil.9 manpage to build after a repository copy.
ru
2000-10-30
1
-133
/
+0
*
Add some additional message types for coming raylan driver from Duncan
imp
2000-10-30
1
-0
/
+35
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Initialize rn_mklist in rn_newpair(). The undocumented assumption
wollman
2000-10-27
1
-0
/
+1
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-4
/
+0
*
Remove bogus undocumented macros used to control conditional assembly.
phk
2000-10-27
1
-13
/
+0
*
Remove #if DO_DEFLATE
phk
2000-10-27
2
-6
/
+0
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-1
/
+3
*
Augment the 'ifaddr' structure with a 'struct if_data' to keep
joe
2000-10-19
1
-0
/
+1
*
BPF wants packets in host byte order whereas TUN_IFHEAD wants them
brian
2000-10-15
1
-5
/
+12
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Do some cleanups of the HARP atm codes interface into the system:
phk
2000-10-12
2
-10
/
+1
*
Don't make_dev() in bpfopen() unless we need to.
phk
2000-10-09
1
-2
/
+3
*
make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsd
itojun
2000-10-04
1
-0
/
+5
*
Properly setup link level header length for 802.2 and SNAP frames.
bp
2000-09-30
2
-6
/
+9
*
Handle slip options in the usual way (generate a dummy options file in
bde
2000-09-26
1
-2
/
+1
*
Removed unused includes (garbage left over/created by the SMPng megacommit).
bde
2000-09-26
1
-6
/
+0
*
In theory, m_dup should not be necessary, as m_copypacket should be
nsayer
2000-09-25
1
-3
/
+3
*
Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf
bmilekic
2000-09-24
2
-1
/
+12
*
Rename lminor() to dev2unit(). This function gives a linear unit number
phk
2000-09-19
3
-7
/
+9
*
Call bpfattach() correctly from if_ppp.c
brian
2000-09-16
1
-0
/
+5
*
Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.
ru
2000-09-14
1
-2
/
+0
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-21
/
+2
*
o Add missing "\n" to warning output in netinet/if_loop.c, when an
rwatson
2000-09-04
1
-1
/
+1
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
2
-27
/
+4
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
2
-0
/
+66
*
The slip driver used to allocate a mbuf cluster without attaching
dwmalone
2000-08-18
2
-9
/
+22
*
repair endianness issue in IN_MULTICAST().
itojun
2000-08-15
2
-3
/
+7
*
Export the functionality of SIOCSIFLLADDR with if_setlladdr()
archie
2000-08-15
2
-25
/
+51
*
Change the argument for SIOCG80211NWID/SIOCS80211NWID to include the
onoe
2000-08-14
1
-3
/
+25
*
Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)
ache
2000-08-01
1
-1
/
+1
*
Check IPFILTER (options IPFILTER generates) instead of NIPFILTER
ache
2000-08-01
1
-2
/
+2
*
Nonexistent "ipfilter.h" -> "opt_ipfilter.h"
ache
2000-07-31
1
-1
/
+1
*
Make the bridge_refresh operation automatic when ethernet interfaces
nsayer
2000-07-29
3
-1
/
+14
*
Fix if_types.h as per the IANA assignments with regard to IPv6.
asmodai
2000-07-28
1
-4
/
+8
*
Change to support vmware... SIOCSIFADDR on the character device
nsayer
2000-07-25
2
-6
/
+8
*
Workaround to avoid panic during detach pccard nic.
ume
2000-07-25
1
-1
/
+4
*
Sundry changes to debugging code.
nsayer
2000-07-24
2
-35
/
+75
[next]