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
*
Update for the KDB framework:
marcel
2004-07-10
2
-5
/
+6
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
6
-17
/
+17
*
Remove the home-grown metadata facility in favour of the now generic
julian
2004-06-30
2
-120
/
+31
*
Remove 3rd clause from the licence.
marks
2004-06-29
2
-4
/
+0
*
MFp4: Last references to dev/usb/usbdevs.h converted.
imp
2004-06-27
2
-2
/
+4
*
Having moved metadata usage to mbuf tags, remove code that supports
julian
2004-06-26
12
-142
/
+55
*
Catch up with usbd_get_string_desc() change.
le
2004-06-26
1
-1
/
+1
*
Fix line discipline switching issues: If opening a new ldisc fails,
phk
2004-06-26
2
-19
/
+3
*
Not quite sure how that one got past me..
julian
2004-06-26
1
-1
/
+1
*
Add '#include <sys/mbuf.h>' to fix the kernel build.
emax
2004-06-25
1
-0
/
+1
*
oops from Gleb..
julian
2004-06-25
1
-0
/
+3
*
Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.
julian
2004-06-25
6
-13
/
+11
*
Convert Netgraph to use mbuf tags to pass its meta information around.
julian
2004-06-25
6
-55
/
+54
*
Clean up use of ng_hdhasb_mtx a little:
rwatson
2004-06-24
1
-0
/
+5
*
Avoid calling bpf_filter() with len == 0, which causes a change in semantics
archie
2004-06-23
1
-1
/
+4
*
Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.
green
2004-06-22
1
-3
/
+5
*
Remove one more unneeded reference to arpcom.ac_netgraph.
wpaul
2004-06-20
1
-10
/
+34
*
Stash our node context pointer somewhere else within struct ifnet of
wpaul
2004-06-20
1
-2
/
+18
*
Correct merge-o: make sure to unlock symmetrically socket buffer
rwatson
2004-06-18
1
-2
/
+2
*
Merge additional socket buffer locking from rwatson_netperf:
rwatson
2004-06-17
2
-0
/
+26
*
Second half of the dev_t cleanup.
phk
2004-06-17
2
-21
/
+21
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
6
-29
/
+29
*
The socket field so_state is used to hold a variety of socket related
rwatson
2004-06-14
2
-4
/
+4
*
Add the capacity for the rfc1490 node to handle cisco style encasulation
julian
2004-06-13
2
-23
/
+154
*
Extend coverage of SOCK_LOCK(so) to include so_count, the socket
rwatson
2004-06-12
5
-0
/
+9
*
Now that mbufs are allocated using uma,
julian
2004-06-07
1
-4
/
+0
*
Integrate accept locking from rwatson_netperf, introducing a new
rwatson
2004-06-02
2
-11
/
+15
*
Removed a leftover from the previous change.
ru
2004-06-01
1
-4
/
+0
*
The SS_COMP and SS_INCOMP flags in the so_state field indicate whether
rwatson
2004-06-01
2
-2
/
+2
*
add missing #include <sys/module.h>
phk
2004-05-30
3
-0
/
+3
*
Add a new netgraph method to allow restoration of some
julian
2004-05-29
3
-10
/
+28
*
Missed these in the last commit.
julian
2004-05-29
3
-36
/
+31
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
46
-554
/
+416
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)
julian
2004-05-24
1
-1
/
+1
*
Whitespace nit.
ru
2004-05-19
1
-1
/
+1
*
Maintain statistics about the received frames.
ru
2004-05-19
2
-3
/
+147
*
Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
archie
2004-05-16
1
-42
/
+20
*
Mode few Bluetooth defines into system include files
emax
2004-05-10
3
-21
/
+1
*
Fix a memory leak in ng_get_string_token. A dynamically-allocated
jdp
2004-04-29
1
-0
/
+1
*
Address few style issues pointed out by bde
emax
2004-04-27
20
-132
/
+132
*
Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.
archie
2004-04-26
2
-36
/
+52
*
Make sure RFCOMM multiplexor channel does not hang in DISCONNECTING
emax
2004-04-23
1
-3
/
+6
*
+ rename and document an unused field in struct arpcom (field is still
luigi
2004-04-18
2
-2
/
+0
*
Don't give up if sending to one link fails, continue.
ru
2004-04-17
1
-1
/
+1
*
A simple packet distribution node type that acts like an Ethernet hub.
ru
2004-04-17
2
-0
/
+146
*
Consistently use ifaddr_byindex() to access the link-level address
luigi
2004-04-16
1
-4
/
+4
*
Make sure Bluetooth stuff can be compiled on amd64
emax
2004-04-09
10
-36
/
+36
*
Rename internal structure to fix cut & paste error.
archie
2004-04-04
1
-3
/
+3
*
sppp (4) to netgraph (4) node. As always: I'l connect it to the
rik
2004-03-24
2
-0
/
+484
[next]