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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Swap the order of two tags in the pppoe PADI and PADS packets
julian
2000-10-31
1
-3
/
+3
*
Change the format of ngpppoe_init_data so that the provider is NUL
brian
2000-10-31
2
-30
/
+148
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
45
-46
/
+46
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Calling untimeout(9) leads to a race window where memory could be leaked.
archie
2000-10-11
1
-21
/
+5
*
Fix memory leak.
archie
2000-10-11
1
-2
/
+2
*
Fix typo in NETGRAPH_INIT() macro.
archie
2000-10-09
1
-1
/
+1
*
More complete fix for multi-link sequence number handling bugs.
archie
2000-10-06
2
-41
/
+101
*
Fix bug in handling of multi-link sequence numbers.
archie
2000-10-06
1
-2
/
+4
*
Use m_dup() instead of m_copypacket() for the time being. Not all
archie
2000-09-23
1
-1
/
+1
*
Remove unnecessary #include's as reported by phk's script.
archie
2000-09-22
5
-8
/
+0
*
Allocate all memory (including within node constructors) with M_NOWAIT
archie
2000-09-21
15
-22
/
+22
*
Allocate memory with M_NOWAIT instead of M_WAITOK because we could
archie
2000-09-21
1
-1
/
+1
*
When sending a packet back to a network interface to simulate an arrived
julian
2000-09-19
1
-0
/
+1
*
Rename "struct session" to "struct sess_con" to avoid conflict with
archie
2000-09-19
1
-4
/
+4
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-13
/
+1
*
New netgraph node type for Ethernet bridging.
archie
2000-09-01
2
-0
/
+1176
*
Fix wrong offset bug in ng_enaddr_unparse().
archie
2000-09-01
1
-1
/
+2
*
Avoid free'ing a NULL pointer.
archie
2000-08-31
1
-1
/
+2
*
Export ng_ether_enaddr_type for other nodes that want to use it.
archie
2000-08-30
1
-0
/
+5
*
Add three more control messages to complement their opposites:
archie
2000-08-15
2
-10
/
+103
*
Oops, previous commit fixed a bug that was already fixed before.
archie
2000-08-10
1
-2
/
+0
*
Add new control message to atomically get and clear statistics.
archie
2000-08-10
1
-24
/
+37
*
Increase the maximum allowable datagram length.
archie
2000-08-10
1
-1
/
+1
*
"u_int32_t" should have been "int32_t".
archie
2000-08-10
1
-2
/
+2
*
Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle really
archie
2000-08-10
1
-1
/
+1
*
- Add new control message NGM_VJC_GET_CONFIG
archie
2000-08-10
2
-7
/
+177
*
Take advantage of the new unsigned and hex integer types.
archie
2000-08-10
10
-95
/
+95
*
- Make statistics unsigned.
archie
2000-08-10
1
-4
/
+5
*
- Add new unsigned and hex integer parse types
archie
2000-08-10
1
-2
/
+16
*
- Add new unsigned and hex integer parse types; this allows simplifying
archie
2000-08-10
1
-41
/
+146
*
RFC 1661 requires that all LCP packets are sent with no address and
archie
2000-08-10
1
-0
/
+14
*
In a struct sockaddr, sa->sa_len can be zero if uninitialized.
archie
2000-08-09
1
-1
/
+1
*
Fix bug where bundle-level receive statistics were not getting updated.
archie
2000-08-09
1
-0
/
+2
*
Fix a bug where we were accessing already free'd memory during node shutdown.
archie
2000-08-07
1
-1
/
+1
*
Add three new control messages to the ng_ether(4) netgraph node type:
archie
2000-08-07
2
-4
/
+83
*
Fix misspelling.
archie
2000-08-05
1
-1
/
+1
*
Followup to previous commit..
archie
2000-07-25
1
-20
/
+40
*
Several fixes:
archie
2000-07-25
2
-26
/
+59
*
Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible
archie
2000-07-20
1
-5
/
+5
*
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 typo, teh -> the.
asmodai
2000-07-14
1
-1
/
+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
*
Experiemntal ascii based device configuration mechanism.
phk
2000-07-03
2
-0
/
+9
*
Fix incorrectly implemented receive ACK timeout algorithm:
archie
2000-06-28
1
-14
/
+20
*
Make the ng_ether(4) node type dynamically loadable like the rest.
archie
2000-06-26
2
-8
/
+641
*
- Start sequence numbers at zero instead of one; the rest of the
archie
2000-06-26
1
-84
/
+57
[next]