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
/
netgraph
/
ng_ether.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug where an mbuf was being written to without checking M_WRITABLE().
archie
2002-06-05
1
-57
/
+24
*
Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.
archie
2002-05-09
1
-2
/
+10
*
The hardware checksum code makes the assumption that a packet routed out
archie
2002-02-05
1
-2
/
+9
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-6
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-0
/
+3
*
Fix kernel crash when VLANs are combined with ng_ether(4), by attaching
archie
2001-08-30
1
-1
/
+2
*
Implement direct support for semipersistant nodes.
julian
2001-01-30
1
-30
/
+26
*
Add a generic "queued function callin" mechanism
julian
2001-01-14
1
-0
/
+1
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-24
/
+23
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-29
/
+45
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-7
/
+18
*
Fix a bug where if the interface was in promiscuous mode when the
archie
2000-12-11
1
-0
/
+2
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
1
-2
/
+1
*
When sending a packet back to a network interface to simulate an arrived
julian
2000-09-19
1
-0
/
+1
*
Fix wrong offset bug in ng_enaddr_unparse().
archie
2000-09-01
1
-1
/
+2
*
Add three more control messages to complement their opposites:
archie
2000-08-15
1
-9
/
+99
*
Take advantage of the new unsigned and hex integer types.
archie
2000-08-10
1
-2
/
+2
*
Add three new control messages to the ng_ether(4) netgraph node type:
archie
2000-08-07
1
-4
/
+80
*
Remove node's name reference when the interface is detached;
archie
2000-07-19
1
-0
/
+1
*
Set NG_INVALID flag when destroying node.
archie
2000-07-14
1
-0
/
+1
*
Fix race condition caused by using NG_SEND_DATAQ() where we meant
archie
2000-07-12
1
-3
/
+1
*
Don't forget to set our MAC address into packets we wre sending out via
julian
2000-07-06
1
-0
/
+6
*
Make the ng_ether(4) node type dynamically loadable like the rest.
archie
2000-06-26
1
-0
/
+633