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
...
*
Use m_length() instead of home-rolled.
phk
2002-09-18
1
-4
/
+3
*
Use m_length() instead of home-rolled versions.
phk
2002-09-18
1
-13
/
+4
*
- increment interface output counter. sync w/ netbsd-current
ume
2002-09-17
1
-2
/
+11
*
Remove __RCSID().
sobomax
2002-09-17
1
-3
/
+0
*
- reject SIOCSIFADDR if embedded address is in private address range
ume
2002-09-17
1
-1
/
+26
*
Include include "opt_atalk.h" so that the NETATALK support can work.
bde
2002-09-16
1
-17
/
+1
*
Include <sys/systm.h> instead of depending on namespace pollution 2
bde
2002-09-15
1
-0
/
+1
*
Restore original behaviour of recursion preventer.
sobomax
2002-09-13
2
-5
/
+7
*
Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.
obrien
2002-09-12
1
-1
/
+1
*
Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.
luigi
2002-09-12
2
-4
/
+4
*
Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GRE
sobomax
2002-09-09
1
-2
/
+2
*
Prevent namespace pollution in use-land by putting everything used only in
sobomax
2002-09-09
1
-0
/
+3
*
Remove #include <netinet/ip.h>.
sobomax
2002-09-07
1
-4
/
+0
*
Include <netinet/ip.h> to unbreak kdump. I don't know why does kdump
sobomax
2002-09-06
1
-0
/
+4
*
Reduce namespace pollution by staticizing everything, which doesn't need to
sobomax
2002-09-06
2
-17
/
+15
*
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
sobomax
2002-09-06
2
-0
/
+947
*
Add more ethernet types and move AppleTalk types into proper location.
sobomax
2002-09-06
1
-7
/
+257
*
Make recursion prevention variable per-instance and remove XXX comment
sobomax
2002-09-05
2
-7
/
+5
*
Fix a silly typo in user-setable promisc mode code.
sobomax
2002-08-30
1
-1
/
+1
*
Add IFF_POLLING into the list of flags which are protected from changing via
sobomax
2002-08-28
1
-1
/
+2
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
3
-11
/
+9
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-1
/
+1
*
Fix a couple of bogus return values in previous commit.
brooks
2002-08-19
1
-3
/
+2
*
Clean up a comment talking about C strings, which are terminated with the
jmallett
2002-08-19
1
-4
/
+4
*
Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).
sobomax
2002-08-19
3
-3
/
+15
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
5
-26
/
+26
*
Move mac.h include to match the MAC tree location. Both locations
rwatson
2002-08-15
1
-1
/
+1
*
Move to nested include of _label.h instead of mac.h, reducing namespace
rwatson
2002-08-14
2
-2
/
+2
*
Correct error handling during MAC transmission check for if_gif.
rwatson
2002-08-12
1
-2
/
+5
*
Make ppp(4) devices clonable and unloadable.
brooks
2002-08-09
3
-36
/
+87
*
Extend the interface to ether_input(): a NULL eh pointer means that
luigi
2002-08-04
1
-12
/
+26
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-0
/
+12
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-0
/
+17
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-1
/
+12
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+16
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+12
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+11
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+6
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-2
/
+6
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+12
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-30
1
-0
/
+2
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-30
1
-0
/
+2
*
Slight whitespace cleanup. Whitespace sync to MAC tree.
rwatson
2002-07-27
1
-2
/
+2
*
Add some additional 802.11 media definitions.
kbyanc
2002-07-14
1
-0
/
+27
*
Remove 0 initializers for global/static variables, so they end up in
luigi
2002-07-07
1
-4
/
+4
*
Turn on BPF_ALIGN for all non-i386 platforms, instead of having an
peter
2002-07-05
1
-1
/
+1
*
Remove trailing whitespaces.
maxim
2002-07-03
1
-2
/
+2
*
o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".
maxim
2002-07-03
1
-3
/
+3
*
Check retifma for NULL before using it.
mini
2002-07-02
1
-1
/
+2
*
Remove one useless variable.
luigi
2002-06-30
1
-3
/
+1
[prev]
[next]