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
*
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
*
Fix bug where receive statistics for the bundle were not getting updated.
archie
2000-06-01
1
-0
/
+4
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
5
-12
/
+12
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
5
-12
/
+12
*
Add hook for IPv6.
archie
2000-05-10
2
-4
/
+9
*
Fix a couple of bugs:
archie
2000-05-05
2
-41
/
+253
*
Don't assume *lasthook is initialized in ng_path2node().
archie
2000-05-02
1
-2
/
+2
*
Fix broken multi-link fragment reassembly algorithm.
archie
2000-05-02
2
-260
/
+715
*
Macro call to ng_send_dataq() should have been to ng_send_data() instead.
archie
2000-05-01
1
-5
/
+5
*
Use 'type_name' structure field instead of 'typename', which is
archie
2000-05-01
3
-2
/
+23
*
A temporary band-aid for ng_base. It works for some people, a better
peter
2000-05-01
1
-6
/
+3
*
Minimal tweak to make the ng_XXX modules depend on netgraph so that they
peter
2000-04-29
2
-1
/
+4
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
23
-78
/
+161
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
2
-2
/
+0
*
Fix uninitialized variable.
archie
2000-04-12
1
-1
/
+1
*
A netgraph node that implements Microsoft Point-to-Point compression
archie
2000-04-09
2
-0
/
+880
*
Call bpfdetach() before going away.
archie
2000-03-21
1
-0
/
+1
*
Newer ciscos have become more picky, and will not accept the MULTICAST bit
phk
2000-03-17
1
-1
/
+1
*
Updates to the ng_iface(8) netgraph node type:
archie
2000-03-13
2
-178
/
+216
*
Some minor prototype tweaks.
archie
2000-03-13
2
-6
/
+5
*
Use snprintf() instead of sprintf().
archie
2000-03-13
1
-1
/
+1
*
Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"
archie
2000-03-13
2
-11
/
+11
*
Add control message ASCII conversion for this node type.
archie
2000-01-27
2
-4
/
+62
[next]