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
*
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
*
When a connection is being dropped due to a listen queue overflow,
jayanth
2000-07-21
1
-1
/
+1
*
Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)
nsayer
2000-07-20
1
-1
/
+1
*
Add sysctl to perform bridge refresh. This is required if bridged
nsayer
2000-07-20
1
-7
/
+29
*
Add the tap driver.
nsayer
2000-07-20
3
-0
/
+919
*
Temporary hack for the benefit of the X-Bone project
kris
2000-07-20
1
-0
/
+2
*
Const'ify parameters to ethers(3) routines as appropriate.
archie
2000-07-18
1
-5
/
+5
*
Initialise ifnet::if_type
brian
2000-07-17
1
-0
/
+2
*
improve route/nd cache cleanup on interface removal.
itojun
2000-07-16
1
-12
/
+10
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
5
-12
/
+31
*
repair IPV6_JOIN_GROUP to IPv6 all multi.
itojun
2000-07-09
1
-0
/
+10
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
10
-419
/
+1281
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
3
-4
/
+4
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
3
-4
/
+4
*
Previous commit didn't work; this time really fix it.
archie
2000-06-30
1
-14
/
+0
*
Provide forward declarations for struct ifnet and struct mbuf
archie
2000-06-29
1
-0
/
+3
*
Fix kernel build breakage when 'device ether' was not included.
archie
2000-06-29
3
-13
/
+3
*
Make the ng_ether(4) node type dynamically loadable like the rest.
archie
2000-06-26
5
-427
/
+126
*
Implement SIOCSIFLLADDR, which allows you to change the link-level
wpaul
2000-06-16
1
-0
/
+30
*
Do not perform any opeartion with mbuf after it placed into
bp
2000-06-14
3
-9
/
+9
*
Unused include: #include "sl.h" - NSL is no longer used.
peter
2000-06-10
1
-2
/
+0
*
Don't try to apply ipfw filtering to non-IP packets.
archie
2000-06-02
1
-0
/
+2
*
fix KASSERT usage
mjacob
2000-06-02
1
-1
/
+1
*
Don't panic if ifpromisc() returnes ENXIO, it's probably just an pccard
phk
2000-06-01
1
-2
/
+7
*
Make sl(4) SLIP devices dynamically expansible. Yay! =)
green
2000-05-30
2
-116
/
+170
*
Rather than checking for hlen causing misalignment, we should do the
gallatin
2000-05-26
1
-7
/
+9
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
7
-20
/
+20
*
Just need to pass the address family to if_simloop(), not the whole sockaddr.
archie
2000-05-24
5
-18
/
+21
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
7
-20
/
+20
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
4
-73
/
+87
*
patch from Alexey Zelkin
darrenr
2000-05-11
1
-5
/
+4
*
Add pfil(9) subroutines and manpage from NetBSD.
darrenr
2000-05-10
3
-0
/
+391
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
2
-3
/
+0
[next]