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 MAC framework bits to the output path.
dfr
2004-06-13
1
-0
/
+6
*
Remove advertising clause.
dfr
2004-06-13
1
-4
/
+0
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
5
-12
/
+228
*
Add a new driver to support IP over firewire. This driver is intended to
dfr
2004-06-13
3
-0
/
+941
*
Extend coverage of SOCK_LOCK(so) to include so_count, the socket
rwatson
2004-06-12
2
-1
/
+6
*
Constify raw_sendspace and raw_recvspace, as they're not mutable.
rwatson
2004-06-11
1
-2
/
+2
*
Switch to conditionally acquiring and dropping Giant around calls into
rwatson
2004-06-11
1
-2
/
+2
*
Un-staticize 'dst' sockaddr in the stack of bpfwrite() to prevent
rwatson
2004-06-11
1
-1
/
+2
*
Introduce a netisr to deliver kernel-generated routing, avoiding
rwatson
2004-06-09
2
-4
/
+53
*
Use ldisc_[de]register() instead of frobbing linesw[] directly.
phk
2004-06-07
1
-1
/
+2
*
Add helper functions to calculate the standard ethernet CRC in
naddy
2004-06-02
2
-0
/
+75
*
add missing #include <sys/module.h>
phk
2004-05-30
7
-0
/
+7
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
Make the comment for DLT_NULL slightly more accurate.
dwmalone
2004-05-30
1
-1
/
+1
*
if_printf() won't emit a newline unless told to.
yar
2004-05-26
1
-2
/
+3
*
Keepalive timer should be added if we does not have any sppp consumers before
rik
2004-05-25
1
-2
/
+2
*
After all the relevant drivers have been fixed, fix vlan(4) itself
yar
2004-05-25
1
-27
/
+27
*
Remove another redundant if_output initialization.
mux
2004-05-24
1
-1
/
+0
*
Consult parent's if_capenable for active VLAN-related capabilities.
yar
2004-05-23
1
-1
/
+8
*
Added dependency on the miibus module.
ru
2004-05-21
1
-0
/
+1
*
Zero the un-used portions of the struct sockaddr data before sending
csjp
2004-05-10
1
-0
/
+1
*
Add route.h to pick up the rt_ifmsg() declaration.
scottl
2004-05-04
1
-0
/
+1
*
o Fix misindentation in the previous commit.
maxim
2004-05-03
1
-4
/
+4
*
Link state change notification of ethernet media to the routing socket.
andre
2004-05-03
3
-0
/
+34
*
Give jail(8) the feature to allow raw sockets from within a
bmilekic
2004-04-26
1
-2
/
+13
*
This commit does two things:
luigi
2004-04-25
5
-61
/
+43
*
fix one typo and remove one wrong line
luigi
2004-04-25
1
-2
/
+1
*
Correct and extend the description of the behaviour of rt_check().
luigi
2004-04-24
1
-7
/
+27
*
document the locking behaviour of the functions that access
luigi
2004-04-24
1
-3
/
+15
*
arpcom untangling:
luigi
2004-04-24
2
-3
/
+3
*
arpcom untangling:
luigi
2004-04-24
1
-5
/
+6
*
arpcom untangling:
luigi
2004-04-24
3
-10
/
+7
*
Add the comment of the previous commit to the source file directly.
andre
2004-04-23
1
-1
/
+5
*
Call ip_output() with IP_FORWARD flag to prevent it from overwriting the
andre
2004-04-23
1
-2
/
+2
*
Readability fixes:
luigi
2004-04-21
1
-12
/
+76
*
Clearly comment the assumptions that allow us to cast a
luigi
2004-04-21
1
-17
/
+27
*
Fix the initial check for NULL arguments in rtfree (previously
luigi
2004-04-20
1
-126
/
+82
*
Document an assumption on the structure of 'struct rtentry'
luigi
2004-04-20
1
-0
/
+5
*
Add some comments, move a static array of constants in the only place
luigi
2004-04-19
1
-8
/
+16
*
Fix a recently introduced panic in if_detach() by delaying
luigi
2004-04-19
1
-11
/
+11
*
More style and deobfuscation fixes.
ru
2004-04-19
1
-4
/
+4
*
Use an tempory struct ifnet *ifp instead of sc->sc_if to access the
brooks
2004-04-19
1
-9
/
+11
*
First pass at softc list locking for if_ppp.c. Many parts of
rwatson
2004-04-19
1
-10
/
+43
*
Style and code unobfuscation.
ru
2004-04-18
1
-4
/
+4
*
Fixed a bug from rev. 1.42: cast to a correct type.
ru
2004-04-18
1
-2
/
+2
*
Make if_(un)route static in if.c as they are called from if_up/if_down only.
mlaier
2004-04-18
2
-4
/
+4
*
+ move MKGet()/MKFree() into the only file that can use them.
luigi
2004-04-18
2
-28
/
+19
*
+ replace Bcmp/Bzero with 'the real thing' as in the rest of the file.
luigi
2004-04-18
1
-3
/
+4
*
replace Bcopy with bcopy as in the rest of the file.
luigi
2004-04-18
1
-3
/
+3
*
replace Bcmp() with the same bcmp() used in the rest of the file.
luigi
2004-04-18
2
-4
/
+4
[next]