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
*
Fix locking issue in ng_btsocket_l2cap_ctloutput()
emax
2007-10-31
1
-2
/
+4
*
Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel
emax
2007-10-29
1
-31
/
+53
*
Minor debug message fix.
mav
2007-10-28
1
-1
/
+1
*
Fix build with NETGRAPH_DEBUG.
ru
2007-10-19
1
-1
/
+9
*
Implement new apply callback mechanism to handle item forwarding.
mav
2007-10-19
3
-82
/
+232
*
Split ng_pppoe_rcvdata() function into three hook-specific ones
mav
2007-10-14
1
-464
/
+465
*
Remove ng_pppoe_sendpacket() function to simplify code as it is called
mav
2007-10-14
1
-79
/
+39
*
Protect struct seq with mutex.
mav
2007-10-12
1
-17
/
+72
*
Remove one unneded assertion. It is also checked in
mav
2007-10-12
1
-5
/
+0
*
Replace single rcvdata with 3 distinct to simplify code and
mav
2007-10-12
1
-74
/
+77
*
Remove duplicate variables.
mav
2007-10-12
1
-11
/
+3
*
Dead code removal.
mav
2007-09-21
1
-11
/
+0
*
This is optimization of ether and debug hooks determination. It
mav
2007-09-21
1
-44
/
+27
*
This patch fixes thread unsafe usage of global pkt_hdr
mav
2007-09-21
1
-22
/
+20
*
Fix typo which brokes VJ decompression
mav
2007-09-15
1
-1
/
+1
*
Return EADDRNOTAVAIL instead of EDESTADDRREQ error when
emax
2007-08-23
2
-2
/
+2
*
Add ng_send_fn() error handeling inside ng_con_nodes().
mav
2007-08-18
1
-2
/
+5
*
Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.
emax
2007-08-13
4
-188
/
+174
*
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
rwatson
2007-08-06
1
-1
/
+0
*
Add 64bit statistic counters to the ng_ppp node.
mav
2007-08-01
2
-6
/
+85
*
This patch improves fine-grained locking for the ng_ppp node.
mav
2007-08-01
1
-68
/
+137
*
Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove
rwatson
2007-07-28
1
-1
/
+1
*
Reduce stack usage by 256 bytes per call. It helps to avoid kernel
mav
2007-07-26
1
-5
/
+11
*
Honor the IFF_MONITOR flag.
glebius
2007-07-26
1
-0
/
+6
*
Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.
emax
2007-07-10
1
-1
/
+1
*
These modules depend on usb, make that explicit
imp
2007-06-23
2
-0
/
+4
*
Fix various compilation warnings for gcc-4.2.
mjacob
2007-06-23
1
-3
/
+3
*
Replace sosend() with direct call to .pru_send method on the
emax
2007-06-21
1
-2
/
+2
*
Fix build problem caused by a set of typos.
delphij
2007-06-19
1
-6
/
+6
*
Finish removing usb_port.h compat macros.
imp
2007-06-18
2
-26
/
+71
*
Remove two more instances of the USBDEV() macro.
ru
2007-06-13
1
-2
/
+2
*
Add missing ng_uncallout() on node shutdown.
mav
2007-06-13
1
-0
/
+2
*
Catch up with USB cleanups and fix the world
emax
2007-06-13
1
-21
/
+15
*
Eliminate usb_thread_t.
imp
2007-06-12
1
-4
/
+5
*
Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from
imp
2007-06-12
2
-6
/
+4
*
Silence a gcc warning in a more canonical way (evl = NULL rather than &evl).
imp
2007-06-11
1
-2
/
+1
*
Expand USB_ATTACH_SETUP inline.
imp
2007-06-09
2
-8
/
+2
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
2
-5
/
+5
*
No need to update link queue stats when round-robin algorithm enabled.
mav
2007-06-04
1
-9
/
+10
*
Partially back out rev. 1.127, to restore broken functionality. This
glebius
2007-06-01
1
-5
/
+4
*
Universally adopt most conventional spelling of acquire.
rwatson
2007-05-27
2
-2
/
+3
*
Add support for setmode and settarget messages.
mav
2007-05-22
2
-0
/
+99
*
Allow node to bypass traffic while no alias address defined.
mav
2007-05-22
1
-9
/
+11
*
Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION.
mav
2007-05-18
1
-0
/
+4
*
Help ng_fec deal with multicast addresses.
dwmalone
2007-05-18
1
-2
/
+77
*
Fix small copy/paste mistake.
mav
2007-05-17
1
-1
/
+1
*
Style cleanup.
mav
2007-05-16
1
-101
/
+90
*
A node that implements various traffic shaping and rate limiting algorithms.
mav
2007-05-15
2
-0
/
+867
*
Performance optimization of the "encryption without compression" case by
mav
2007-05-11
1
-70
/
+103
*
Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr
rwatson
2007-05-11
1
-3
/
+3
[next]