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
*
Add an "ethernet" hook to the rfc1490 netgraph module. It will send
green
2004-01-14
2
-7
/
+35
*
Also, don't crash in the netgraph disconnect node if the interface is
green
2004-01-09
1
-1
/
+2
*
Don't try to ifpromisc() on an interface that's deleted already.
green
2004-01-09
1
-4
/
+4
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-8
/
+2
*
NULL -> 0 where appropriate.
alfred
2003-12-24
5
-23
/
+23
*
The default value of net.graph.nonstandard_pppoe is changed to -1,
yar
2003-12-19
1
-2
/
+2
*
Fixed panic on hook disconnection that previous revision has introduced.
ru
2003-12-19
1
-5
/
+8
*
Fixed compilation on 64-bit platforms.
ru
2003-12-19
1
-2
/
+2
*
There are two modes of ng_pppoe operation, standard and
yar
2003-12-18
1
-11
/
+38
*
Removed an outdated comment.
ru
2003-12-18
1
-2
/
+0
*
Use the (now standard) Ethernet address parse type.
ru
2003-12-17
2
-39
/
+5
*
Made the Ethernet address parse type standard.
ru
2003-12-17
5
-67
/
+69
*
Replaced two bzero() calls with the M_ZERO flag to malloc().
ru
2003-12-17
1
-3
/
+2
*
MFS: Make struct arpcom the first entry in softc. (There are at least
ru
2003-12-15
1
-1
/
+1
*
Pass MTX_DEF instead of 0 as the last argument to mtx_init().
truckman
2003-12-15
1
-1
/
+2
*
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
[next]