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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve raw xmit failure handling
sam
2009-06-02
1
-17
/
+21
*
count frag tx failures as an ifnet error
sam
2009-06-02
1
-0
/
+1
*
fix comment
sam
2009-06-02
1
-1
/
+1
*
restart tdma beacons after vap destroy
sam
2009-06-02
1
-4
/
+10
*
fix setting of ni_txrate
sam
2009-06-02
1
-25
/
+1
*
Place the fifo and ref counting variables on the stack to prevent races.
thompsa
2009-06-02
2
-101
/
+98
*
Reorgansise the logic for tranversing the pipe list.
thompsa
2009-06-02
1
-9
/
+9
*
Fix compile after the removal of bsd_udev.
thompsa
2009-06-02
1
-1
/
+1
*
Fix multithread issue where the is_uref variable was not set and cleared
thompsa
2009-06-02
1
-8
/
+23
*
Staticize ukbd_detach and fix indentation.
thompsa
2009-06-02
1
-2
/
+2
*
Re-enable WARNS=6 after my universe test.
delphij
2009-06-02
1
-0
/
+1
*
Buf-ring fixes for mxge
gallatin
2009-06-02
2
-27
/
+8
*
In bwi_newstate, only zero the bssid when we stop a STA. And only
imp
2009-06-02
1
-6
/
+20
*
Include <machine/stdarg.h> for va_*(). I'm not sure how this compiled
jhb
2009-06-02
1
-0
/
+1
*
Add support for the four PUC serial interfaces found on IBM SurePOS 300
rwatson
2009-06-02
1
-0
/
+11
*
Add Yukon Extreme device ids, 88E8071 and 88E8072.
yongari
2009-06-02
2
-3
/
+9
*
Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.
yongari
2009-06-02
2
-8
/
+67
*
Add frame parser capability of Yukon FE+ and Yukon Extreme. With
yongari
2009-06-02
2
-13
/
+47
*
Add preliminary Yukon Extreme support and register definitions.
yongari
2009-06-02
2
-34
/
+198
*
Program LED registers for 88E1116/88E1149 PHYs. These PHYs are
yongari
2009-06-02
2
-3
/
+47
*
Don't assume page register value is 0 and restore previous page
yongari
2009-06-02
1
-1
/
+3
*
Remove another d_thread_t use that crept in.
jhb
2009-06-01
1
-1
/
+1
*
MFp4.
mav
2009-06-01
2
-14
/
+58
*
Rework socket upcalls to close some races with setup/teardown of upcalls.
jhb
2009-06-01
1
-13
/
+10
*
Update VNET base pointer setting macro to use a correct source of
zec
2009-06-01
1
-1
/
+1
*
Initialize the match structure. This is unnecessary but gcc insists to
delphij
2009-06-01
1
-2
/
+1
*
Add an internal pci_printf() routine similar to device_printf() except
jhb
2009-06-01
1
-7
/
+18
*
Adjust some comments.
jhb
2009-06-01
1
-4
/
+4
*
Set an rx jumbo cluster to the correct size before
gallatin
2009-06-01
2
-1
/
+4
*
Revert the WARNS change for now, need some time to fix the real problem.
delphij
2009-06-01
1
-1
/
+0
*
Mark as WARNS=6.
delphij
2009-06-01
1
-0
/
+1
*
Code cleanups to make this WARNS=6 clean.
delphij
2009-06-01
7
-45
/
+56
*
driver for Marvell 88W8363 Wireless LAN controller
sam
2009-06-01
8
-0
/
+10625
*
Move the unlock to after the ifdef (maybe the right fix is to remove
imp
2009-06-01
1
-1
/
+1
*
Make sure that we drain the LED blinking callout on detach.
imp
2009-06-01
1
-0
/
+1
*
Add a comment about what may be happening when we get certain
imp
2009-06-01
1
-0
/
+17
*
Comment out old Realtek ALC883 quirk, that was disabling phantop power on
mav
2009-06-01
1
-1
/
+3
*
According to Intel documentation (307013), 3Gbps mode is supported on
delphij
2009-06-01
1
-3
/
+3
*
ZyXEL G-202 has zd1211b chipset, not zd1211.
weongyo
2009-06-01
1
-1
/
+1
*
Restore support for bell pitch/duration.
ed
2009-05-31
5
-3
/
+20
*
Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2
deischen
2009-05-31
2
-0
/
+5
*
Unbreak build.
attilio
2009-05-30
3
-9
/
+15
*
Fix return values appropriately.
attilio
2009-05-30
1
-2
/
+2
*
s/rk_npkts/rx_npkts
attilio
2009-05-30
1
-1
/
+1
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
20
-136
/
+246
*
fix typo
sam
2009-05-30
1
-2
/
+2
*
Revert the size_t part of the last commit for the moment, this blows up the
thompsa
2009-05-30
24
-94
/
+98
*
validate tx rate(s) in the raw xmit path
sam
2009-05-29
5
-11
/
+30
*
Fix function arguments were previously they matched the typedef by accident.
thompsa
2009-05-29
1
-3
/
+3
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
2
-6
/
+9
[next]