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
*
The last argument to mtx_init() should be MTX_DEF, not 0. This is not a
truckman
2003-12-08
2
-5
/
+10
*
Lower the maximum ACK timeout for GRE packets from 10 to 1 second.
archie
2003-11-18
1
-1
/
+1
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
2
-6
/
+12
*
Fixed two memory leaks.
ru
2003-11-17
1
-1
/
+3
*
Check the correct set of interface flags and fix a memory leak.
ru
2003-11-17
1
-1
/
+2
*
Change double include protection style in headers to match
emax
2003-11-14
17
-17
/
+17
*
Make the defines that prevent multiple includes look like the
harti
2003-11-13
3
-6
/
+6
*
Bump the netgraph header version to 6 for the change of the name
harti
2003-11-12
1
-1
/
+1
*
Double length of node names, hook names, command strings and types. Add
harti
2003-11-12
2
-6
/
+16
*
MFS: Change interface name from "nge" to "ngeth" to avoid conflict
ru
2003-11-11
1
-1
/
+1
*
Use a single style of multiple inclusion protection for Netgraph headers.
ru
2003-11-11
32
-88
/
+88
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-1
/
+2
*
The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node
harti
2003-11-07
3
-0
/
+1203
*
Replace the lock-less algorithm for the free item list with a more
harti
2003-11-05
1
-64
/
+36
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
7
-62
/
+43
*
Netgraph part of the NgATM signalling AA layer. These nodes can
harti
2003-10-24
8
-0
/
+2715
*
Remove a gcc-ism: declaring a variable array at the end of a structure
harti
2003-10-22
1
-4
/
+4
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-2
/
+2
*
Update Bluetooth code.
emax
2003-10-12
17
-357
/
+459
*
I don't know from where the notion that device driver should or
phk
2003-09-28
2
-29
/
+2
*
Add Protocol Independent Multicast protocol.
hsu
2003-08-20
1
-0
/
+1
*
Add ng_atmpif: a HARP physical interface emulation. This allows one
harti
2003-08-11
4
-0
/
+1963
*
Process events from the ATM drivers. Carrier change and PVC change
harti
2003-07-29
2
-49
/
+126
*
add missing machine/bus.h that is necessary to build now that usb is bus_dma
jmg
2003-07-16
1
-0
/
+1
*
Test the OPEN flag to see whether a VCI is already open on the hook instead
harti
2003-07-15
1
-2
/
+2
*
Remove three unneccessary comparisons that were always true.
harti
2003-07-15
1
-6
/
+0
*
Allow the caller to get an erro direclty if we sent the packet immediatly.
julian
2003-07-03
1
-1
/
+1
*
Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driver
harti
2003-07-02
1
-9
/
+22
*
Fix a comment
julian
2003-06-25
1
-1
/
+1
*
This is a netgraph node to access ATM interfaces. It works with the
harti
2003-06-25
2
-0
/
+1598
*
Use the <sys/bitstring.h> rather than <bitstring.h>
phk
2003-06-13
5
-5
/
+5
*
fix a cut-n-paste error.
julian
2003-05-15
1
-1
/
+1
*
Last commit of the bluetooth upgrade. (this patch was forgotten in the first
julian
2003-05-10
1
-2
/
+2
*
Part one of undating the bluetooth code to the newest version
julian
2003-05-10
53
-1472
/
+7187
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
2
-3
/
+2
*
Add missing braces.
archie
2003-04-28
1
-1
/
+2
*
Remove extraneous reference to intrq.h, which broke the kernel build.
rwatson
2003-04-21
1
-1
/
+0
*
KASSERT that NG_MKMESSAGE() is not called with mbuf flags.
phk
2003-04-18
1
-0
/
+4
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
3
-7
/
+4
*
Don't use ovbcopy().
des
2003-04-04
2
-2
/
+2
*
Include correct opt_* headers for supported address families. Dike out
jlemon
2003-03-08
1
-10
/
+5
*
Fix a use-after-free bug that could cause multi-link fragment reassembly to
archie
2003-03-05
1
-2
/
+4
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
4
-9
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
3
-6
/
+50
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
Add two loader tuneables that allow one to change the maximum number of
harti
2003-03-02
1
-1
/
+11
*
Some more updates for the new world order:
wpaul
2003-02-26
1
-24
/
+37
*
Attempt to make the ng_fec module play nice with BPF again. Things have
wpaul
2003-02-26
1
-16
/
+6
*
Introduce a new taskqueue that runs completely free of Giant, and in
scottl
2003-02-26
3
-7
/
+7
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
33
-91
/
+91
[next]