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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase a maximum segment size of DMA to 4096. Previously it used
yongari
2007-06-12
2
-2
/
+4
*
Add nfe(4) to the list of drivers supported by GENERIC kernel.
yongari
2007-06-12
2
-2
/
+4
*
Allow nfe(4) override nve(4).
yongari
2007-06-12
1
-1
/
+1
*
Xref altq(4).
yongari
2007-06-12
1
-1
/
+2
*
nfe(4) supports altq(4).
yongari
2007-06-12
1
-1
/
+2
*
Add nfe(4) to the list of device drivers use the miibus interface.
yongari
2007-06-12
1
-1
/
+4
*
Bring overhauled nfe(4) into tree.
yongari
2007-06-12
3
-909
/
+2103
*
Reset the pointer to the ioctl buffer after it gets changed.
thompsa
2007-06-12
1
-0
/
+2
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
44
-258
/
+144
*
- Add a missing PROC_SUNLOCK() in tdsignal()
jeff
2007-06-11
1
-1
/
+3
*
Clean up, and sometimes remove, a number of audit-related implementation
rwatson
2007-06-11
3
-32
/
+3
*
- Move p_ru to the zero'd section of the proc to keep stats accurate.
jeff
2007-06-11
1
-1
/
+1
*
Add CPU_XSCALE_81342 before I forget again.
cognet
2007-06-11
1
-1
/
+2
*
Introduce pmap_kenter_supersection(), which maps 16MB super-sections into
cognet
2007-06-11
3
-2
/
+97
*
Re-acquire the PROC_SLOCK before calling calcru(), and release it after,
cognet
2007-06-11
1
-0
/
+2
*
- Validate incoming addresses and sizes for connectx and bindx.
rrs
2007-06-11
1
-5
/
+16
*
Bump __FreeBSD_version for TCP LRO support.
andre
2007-06-11
1
-1
/
+1
*
Add reporting and toggling of TCP LRO (large receive offload) support to
andre
2007-06-11
2
-1
/
+11
*
Correct corrupt read when the read starts at a non-aligned offset.
remko
2007-06-11
1
-4
/
+6
*
Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offload
andre
2007-06-11
1
-0
/
+1
*
Exclude inet_addr.c from the build.
cognet
2007-06-11
1
-1
/
+1
*
Fix a spacing nit.
imp
2007-06-11
1
-1
/
+0
*
Prefer __packed to __attribute__((__packed__)).
imp
2007-06-11
1
-1
/
+1
*
Exclude wlan_scan_* from PAE like the rest of wlan.
thompsa
2007-06-11
1
-0
/
+2
*
Remove some ioctls that were ill-thought out. There is no user
mjacob
2007-06-11
2
-128
/
+14
*
Move the oversize ethernet frame size check into DIAGNOSTIC,
gallatin
2007-06-11
1
-0
/
+2
*
Create group ftp by default. This is gid 14 as this is the historical
ceri
2007-06-11
2
-3
/
+4
*
Back out the previous commit which added an M_LRO mbuf flag
gallatin
2007-06-11
3
-5
/
+2
*
Check against maxsegsz being zero in bus_dma_tag_create and return EINVAL
mjacob
2007-06-11
2
-0
/
+8
*
Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.
mjacob
2007-06-11
1
-2
/
+6
*
Silence a gcc warning in a more canonical way (evl = NULL rather than &evl).
imp
2007-06-11
1
-2
/
+1
*
Allow drivers, such as cxgb and mxge, which support LRO to bypass
gallatin
2007-06-11
3
-2
/
+5
*
Small LRO related fixes for mxge:
gallatin
2007-06-11
2
-5
/
+39
*
When we return from a "show" function without printing anything except
bde
2007-06-11
1
-6
/
+6
*
Add missing \n to printf
phk
2007-06-11
1
-1
/
+1
*
MFp4 (missed in net80211 megaupdate)
thompsa
2007-06-11
2
-7
/
+25
*
Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.
thompsa
2007-06-11
4
-0
/
+8
*
Fix what seems to be a copy-paste buglet (`moused_type' is used
keramida
2007-06-11
1
-3
/
+30
*
Fix an aliasing bug which was finally detected by gcc-4.2. fdlibm has
bde
2007-06-11
1
-1
/
+1
*
Add new files in the net80211 changes.
thompsa
2007-06-11
1
-1
/
+3
*
Add inet_ntoa_r, a reentrant version of inet_ntoa. This is
delphij
2007-06-11
5
-2
/
+25
*
Use tabs after #define.
stefanf
2007-06-11
1
-5
/
+5
*
Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminate
imp
2007-06-11
2
-9
/
+6
*
Eliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They are no longer in
imp
2007-06-11
1
-9
/
+0
*
Prefer device_printf over printf.
imp
2007-06-11
2
-45
/
+34
*
Minor tweak.
imp
2007-06-11
1
-4
/
+2
*
Prefer device_printf to printf
imp
2007-06-11
1
-44
/
+41
*
Prefer device_printf to printf
imp
2007-06-11
2
-40
/
+36
*
Get rid of useless devinfo stuff
imp
2007-06-11
1
-40
/
+28
*
Prefer device_printf to printf where sane.
imp
2007-06-11
2
-33
/
+29
[next]