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
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
2
-2
/
+2
*
Fix bugs where the ng_ppp node could transmit PPP frames whose length
archie
2002-03-15
1
-4
/
+18
*
Official timeout routines for netgraph nodes that know how to
julian
2002-03-05
2
-0
/
+66
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Send a NGM_PPPOE_ACNAME message to userland when a node is connected.
brian
2002-02-20
2
-2
/
+25
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-1
/
+1
*
Fix another bug in handling of multi-link sequence numbers.
archie
2002-02-13
1
-3
/
+4
*
Fix bug in previous commit.
archie
2002-02-12
1
-2
/
+1
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-3
/
+3
*
The hardware checksum code makes the assumption that a packet routed out
archie
2002-02-05
1
-2
/
+9
*
Get rid of the twisted MFREE() macro entirely.
dillon
2002-02-05
2
-9
/
+3
*
Some netgraph parse types (such as for the 'value' field in ng_ksocket's
archie
2002-02-01
1
-8
/
+15
*
Replace ffind_* with fget calls.
alfred
2002-01-14
1
-3
/
+2
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-4
/
+5
*
Staticise the socket list.
msmith
2002-01-08
1
-1
/
+1
*
Avoid reentrantly sending on the same socket, which causes a kernel panic.
archie
2002-01-06
1
-0
/
+9
*
o Make the credential used by socreate() an explicit argument to
rwatson
2001-12-31
1
-1
/
+2
*
Typo.
archie
2001-12-15
1
-1
/
+1
*
Don't free a structure containing a 'struct callout' structure while that
archie
2001-12-15
1
-8
/
+17
*
Add support for 56 bit MPPE encryption.
archie
2001-12-15
2
-9
/
+12
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
24
-101
/
+101
*
When a socket is not connected, allow the peer "struct sockaddr"
archie
2001-11-28
2
-13
/
+77
*
A node that allows ethernet type packets to be filtered to different
julian
2001-10-30
2
-0
/
+588
*
log routine called w/ %ld and int argument, cast argument to long
dillon
2001-10-29
1
-1
/
+1
*
Fix bug that cheated hook names out of the last 2 bytes.
archie
2001-10-10
1
-2
/
+2
*
Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.
archie
2001-10-10
1
-1
/
+1
*
Hopefully improve control message passing over Unix domain sockets.
dwmalone
2001-10-04
1
-2
/
+2
*
Fixed pedantic syntax error (trailing semicolon in enum).
bde
2001-10-04
1
-1
/
+1
*
Remove a couple unintentional mentions of Ethernet that crept in from
brooks
2001-09-28
1
-2
/
+2
*
Add ng_ip_input. A new netgraph node for queuing IP packets into the
brooks
2001-09-27
2
-0
/
+217
*
The initial commit contained an error in the license, this is the
brooks
2001-09-27
4
-9
/
+21
*
/home/brooks/ng_gif.message
brooks
2001-09-26
4
-0
/
+1122
*
KSE Milestone 2
julian
2001-09-12
7
-28
/
+50
*
First pass at porting John's "accept" changes to
julian
2001-09-07
2
-49
/
+383
*
MFS: change name of sysctl to something more diplomatic.
julian
2001-09-04
1
-9
/
+9
*
Fix kernel crash when VLANs are combined with ng_ether(4), by attaching
archie
2001-08-30
1
-1
/
+2
*
Fix two typos
brian
2001-08-21
1
-2
/
+2
*
Pack struct uniqtag declarations to stop our data field from being pushed
brian
2001-08-02
1
-2
/
+2
*
If an attempt is made to LISTEN for a service tag that's already being
brian
2001-07-25
1
-14
/
+28
*
General cleanup providing better style(9) conformance and generally
brooks
2001-07-24
2
-91
/
+47
*
Add an external function to unlink a netgraph type from the types list.
julian
2001-07-23
2
-0
/
+21
*
remember to set the return address in a message when
julian
2001-07-14
1
-0
/
+1
*
Fix warning: (int/long mixup in printf)
peter
2001-06-15
1
-1
/
+1
*
Fix a range checking bug in ng_int32_parse which affected 64-bit
jdp
2001-05-19
1
-4
/
+5
*
Remove unneeded includes in the i386 case.
jhb
2001-05-15
1
-5
/
+0
*
Don't reference a node after we dropped a reference to it
archie
2001-04-11
1
-1
/
+2
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
netgraph.h:
julian
2001-03-10
3
-24
/
+65
*
Fix potential crash caused by packets with bogus ACK's.
archie
2001-03-08
1
-1
/
+2
*
Cleanups to Macros for sending data between netgraph nodes.
julian
2001-03-03
2
-63
/
+32
[next]