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
*
When reusing a pointer as a number, at least cast it
mux
2002-10-06
1
-1
/
+1
*
In an SMP environment post-Giant it is no longer safe to blindly
truckman
2002-10-03
3
-6
/
+6
*
Since bpf is no longer an optional component, remove associated ifdef's.
sobomax
2002-10-02
1
-9
/
+0
*
style(9):
mike
2002-10-02
1
-5
/
+5
*
Use standards visibility conditionals to conditionalize most of this
mike
2002-10-02
1
-5
/
+15
*
Fix some harmless mis-indents.
phk
2002-10-01
3
-3
/
+3
*
Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> was
bde
2002-09-29
1
-1
/
+0
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
3
-4
/
+4
*
Don't return(foo(bla)) when foo returns void.
phk
2002-09-28
1
-2
/
+4
*
Add the "Monitor" interface flag.
phk
2002-09-27
2
-0
/
+8
*
Be a bit more technical:
phk
2002-09-26
1
-1
/
+1
*
Revert 1.27, as it breaks IPv6 over IPv4 tunnels.
sobomax
2002-09-26
1
-2
/
+2
*
Convert most printf()s to if_printf()s.
brooks
2002-09-24
1
-15
/
+10
*
Add a new helper function if_printf() modeled on device_printf(). The
brooks
2002-09-24
2
-0
/
+15
*
use __packed/__aligned rather than GCC-specific __attribute__.
alfred
2002-09-23
1
-2
/
+2
*
s/__attribute__((__packed__))/__packed/g
alfred
2002-09-23
4
-18
/
+18
*
Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in a
jake
2002-09-22
1
-0
/
+116
*
Insert a missing call to MAC protection check for delivering an
rwatson
2002-09-21
1
-1
/
+5
*
mistakenly set IFF_UP by SIOCSIFPHYADDR.
ume
2002-09-20
1
-4
/
+0
*
Optimize the way we call BPF a tiny bit: If we chop the ether-header off
phk
2002-09-18
1
-8
/
+7
*
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
[next]