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
/
usb
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another axe(4), found in ASUS zenbook.
kevlo
2011-12-17
1
-0
/
+1
*
Use DEVMETHOD_END.
marius
2011-11-23
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
5
-20
/
+5
*
Style change.
hselasky
2011-11-12
2
-5
/
+6
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
12
-12
/
+13
*
Implement TX/RX checksum offloading support for ASIX AX88772B
yongari
2011-10-25
2
-73
/
+422
*
This change makes it possible to define driver specific attach
yongari
2011-10-24
2
-37
/
+82
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
5
-5
/
+5
*
- Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY
marius
2011-10-08
2
-0
/
+270
*
Add new USB ID.
hselasky
2011-08-20
1
-0
/
+2
*
Only the USB root HUB thread is allowed to attach and detach drivers
hselasky
2011-07-18
5
-5
/
+0
*
Add initial support for AX88772B USB Fast Ethernet. AX88772B
yongari
2011-07-14
2
-25
/
+124
*
Remove reviewed line from copyright header.
hselasky
2011-07-09
1
-1
/
+0
*
Add new USB 3G driver.
hselasky
2011-07-08
2
-0
/
+1843
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
1
-0
/
+1
*
- Move all USB device ID arrays into so-called sections,
hselasky
2011-06-24
10
-11
/
+17
*
Add new USB ID to UDAV driver.
hselasky
2011-06-19
1
-0
/
+1
*
Poke correct GPIO pins for newer axe(4) controllers with Marvell
yongari
2011-06-01
1
-3
/
+18
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
4
-24
/
+12
*
Trim some additional unnecessary <linker_set.h> includes.
jhb
2011-04-28
1
-1
/
+0
*
The maximum NCM frame size must be so that it
hselasky
2011-04-26
1
-1
/
+1
*
Add more udav device ID's.
hselasky
2011-02-19
1
-0
/
+4
*
- Fix build of manual page and inclusion of mos driver into kernel config file.
hselasky
2011-02-17
1
-3
/
+7
*
Fix build breakage in if_mos.c when USB_DEBUG option is set.
hselasky
2011-02-16
1
-1
/
+1
*
Add support for new USB to ethernet controller:
hselasky
2011-02-16
2
-0
/
+1199
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
1
-1
/
+1
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
9
-9
/
+0
*
r184610 changed the way how TX frames are handled on AX88178 and
yongari
2010-12-08
1
-42
/
+31
*
Add initial AX88772A support.
yongari
2010-11-28
2
-4
/
+75
*
Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Include
yongari
2010-11-28
2
-13
/
+26
*
Do full controller initialization in axe_reset() for controllers
yongari
2010-11-28
1
-0
/
+6
*
Make sure to change to currently selected media.
yongari
2010-11-28
1
-0
/
+2
*
Do not reinitialize controller if it's already running.
yongari
2010-11-28
1
-0
/
+3
*
Move axe_reset() to axe_init().
yongari
2010-11-28
1
-2
/
+2
*
Apply GPIO configuration for all CICADA PHYs.
yongari
2010-11-28
1
-2
/
+5
*
Remove unused struct rue_type
kevlo
2010-11-15
1
-5
/
+0
*
Implement ucom_set_pnpinfo_usb() providing ttyname and port number
n_hibma
2010-11-05
1
-0
/
+2
*
- Simplify the way unit/subunit allocation is done in ucom.
n_hibma
2010-11-03
1
-14
/
+13
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-3
/
+4
*
USB network (NCM driver):
hselasky
2010-10-13
2
-25
/
+125
*
USB Network:
hselasky
2010-10-13
2
-0
/
+612
*
USB network (UHSO):
hselasky
2010-10-13
1
-1
/
+1
*
Do not setup interrupt endpoint for axe(4).
yongari
2010-10-11
2
-34
/
+0
*
RX buffer allocation failure is not an input error. Controller
yongari
2010-10-04
1
-1
/
+1
*
Don't count input error twice. uether_rxbuf() already updated that
yongari
2010-10-04
1
-4
/
+3
*
Make upper stack know driver's output status. This change increased
yongari
2010-10-04
1
-3
/
+8
*
Move updating TX packet counter to the inside of send loop. axe(4)
yongari
2010-10-04
1
-1
/
+11
*
Add new device ids.
sanpei
2010-09-21
1
-0
/
+2
*
Reduce the need to accesss struct usb_device by providing functions to access
thompsa
2010-09-02
1
-7
/
+6
*
Fix setting of the rx_max and tx_max variables. If the expected buffer size is
thompsa
2010-09-02
1
-4
/
+4
[next]