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
*
Avoid casts as lvalues.
kan
2004-07-28
1
-2
/
+3
*
Slight cosmetic changes.
julian
2004-07-20
1
-2
/
+3
*
Having moved metadata usage to mbuf tags, remove code that supports
julian
2004-06-26
1
-14
/
+7
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+11
*
Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
archie
2004-05-16
1
-42
/
+20
*
+ rename and document an unused field in struct arpcom (field is still
luigi
2004-04-18
1
-1
/
+0
*
Backout previous change, it breaks build and it is not needed
pjd
2004-02-20
1
-1
/
+12
*
Export private structure owned by ng_ether(4) module outside.
pjd
2004-02-19
1
-12
/
+1
*
Also, don't crash in the netgraph disconnect node if the interface is
green
2004-01-09
1
-1
/
+2
*
Don't try to ifpromisc() on an interface that's deleted already.
green
2004-01-09
1
-4
/
+4
*
Made the Ethernet address parse type standard.
ru
2003-12-17
1
-57
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-8
/
+5
*
SMP locking for ifnet list.
hsu
2002-12-22
1
-0
/
+2
*
o track changes to ethernet input packet handling
sam
2002-11-14
1
-70
/
+16
*
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