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
*
Add two more IEEE80211 defines for status.
imp
2002-04-11
1
-0
/
+2
*
Swap a bzero for an M_ZERO. Borris approved this ages ago, but
dwmalone
2002-04-10
1
-2
/
+1
*
Add missing 'struct ifreq ifr;' that was forgotten in the last commit.
peter
2002-04-10
1
-0
/
+1
*
fixed a kernel crash when enabling multicast on vlan interface
suz
2002-04-10
1
-4
/
+9
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
5
-11
/
+12
*
Replace (deprecated ?) FREE() macro with direct calls to free()
luigi
2002-04-04
8
-22
/
+22
*
Fix incorrect m_free - m_freem() usage.
luigi
2002-04-04
1
-3
/
+2
*
Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.
luigi
2002-04-04
3
-31
/
+20
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
9
-26
/
+30
*
Make `route add -inet6 default ::1 -ifp gif0' work actually.
ume
2002-04-01
1
-5
/
+1
*
- Merge the pdq driver (if_fpa and if_fea) from NetBSD.
mdodd
2002-03-29
2
-6
/
+11
*
- Define fddibroadcastaddr in if_fddisubr.c.
mdodd
2002-03-29
2
-5
/
+108
*
- Use ifp->if_broadcastaddr when possible.
mdodd
2002-03-29
1
-4
/
+2
*
- Add a comment.
mdodd
2002-03-29
1
-2
/
+4
*
- Update interface statistics on error conditions.
mdodd
2002-03-29
1
-13
/
+50
*
- Whitespace changes.
mdodd
2002-03-29
1
-8
/
+17
*
Back a small part of the last patch.
mdodd
2002-03-29
1
-3
/
+3
*
- Simplify first arg of nd6_storelladdr().
mdodd
2002-03-29
1
-15
/
+29
*
- Use net/fddi.h rather than netinet/if_fddi.h.
mdodd
2002-03-29
1
-21
/
+21
*
Sync defines with NetBSD.
mdodd
2002-03-29
1
-13
/
+30
*
Remove unnecessary LLC defines and use the standard ones.
mdodd
2002-03-29
1
-16
/
+6
*
- style(9) fixes for 'return'.
mdodd
2002-03-29
1
-22
/
+21
*
Un-ifdef.
mdodd
2002-03-29
1
-37
/
+0
*
De-register.
mdodd
2002-03-29
1
-10
/
+10
*
Sync with NetBSD.
mdodd
2002-03-29
1
-45
/
+60
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-24
11
-42
/
+38
*
Work around zlib bug where using a deflate window size of 8 will
jedgar
2002-03-23
1
-1
/
+1
*
Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)
dillon
2002-03-20
1
-1
/
+5
*
Remove __P.
alfred
2002-03-19
41
-394
/
+383
*
Add hooks for very basic IPFilter support in bridging. Set,
cjc
2002-03-18
1
-5
/
+42
*
Missed this file for select SMP fixes associated with rev 1.93 of
alfred
2002-03-14
1
-2
/
+0
*
Simplify the interface cloning framework by handling unit
mux
2002-03-11
9
-252
/
+95
*
Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/net
green
2002-03-05
1
-1
/
+1
*
Remove duplicated and wrong sc->sc_last_recv setting. It unbreaks
maxim
2002-03-05
1
-4
/
+1
*
Unbreak bridge.ko. Replace an unresolved symbol with the actions it
cjc
2002-03-05
1
-1
/
+3
*
Add cloning support to the loopback interface.
brooks
2002-03-04
1
-56
/
+99
*
Change the network interface cloning API so the destroy function returns
brooks
2002-03-04
6
-11
/
+14
*
Fix warnings.
peter
2002-02-28
1
-2
/
+2
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
2
-4
/
+4
*
Fix warnings in the gif(4) driver so it compiles with -Werror.
brooks
2002-02-26
1
-4
/
+6
*
Did someone turn on -Werror or something?
dillon
2002-02-26
1
-0
/
+2
*
minor style(9) fix: return (foo); The file was mostly style(9) before.
imp
2002-02-26
1
-16
/
+16
*
When using hardware decoding, reconstruct the wire form of the ethernet
brooks
2002-02-26
1
-0
/
+20
*
Make gif(4) nesting level and parallel tunnel support tunable at runtime
brooks
2002-02-26
1
-5
/
+27
*
Fix a warning by pulling prototype for arp_ifinit() into scope.
peter
2002-02-26
1
-1
/
+4
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-3
/
+8
*
When the local link address is changed, send out gratuitous ARPs
luigi
2002-02-18
1
-0
/
+11
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-5
/
+5
*
Error handling fixes for inflate.
jedgar
2002-02-17
1
-4
/
+7
*
Lots of improvement to the bridging code.
luigi
2002-02-15
2
-302
/
+403
[next]