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
*
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
*
Take the rc4 code out of ng_mppc module so we don't fail to load when
ambrisko
2003-02-05
1
-0
/
+5
*
Catch more uses of MIN().
alfred
2003-02-02
1
-3
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
33
-91
/
+91
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-1
/
+1
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-1
/
+1
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
3
-5
/
+5
*
Make ng_fec.c compile again since Sam's changes.
julian
2002-12-23
1
-5
/
+8
*
SMP locking for ifnet list.
hsu
2002-12-22
3
-0
/
+6
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
9
-15
/
+15
*
Fix two bugs:
archie
2002-12-14
1
-12
/
+27
*
fixes for this driver:
julian
2002-11-26
1
-2
/
+38
*
The second try a committing the bluetooth code
julian
2002-11-20
50
-0
/
+26141
*
o track changes to ethernet input packet handling
sam
2002-11-14
3
-96
/
+22
*
Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.
jhb
2002-11-08
4
-12
/
+12
*
Use %z to print a size_t value.
jhb
2002-11-08
1
-1
/
+1
[next]