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
/
sge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-5
/
+3
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-4
/
+4
*
Make sure to not use stale ip/tcp header pointers. The ip/tcp
yongari
2010-10-14
1
-0
/
+2
*
Remove enabling RX checksum offloading in RX filter setup. RX
yongari
2010-07-08
2
-6
/
+5
*
Don't blindly set IFF_DRV_OACTIVE when sge_encap() fails. If there
yongari
2010-06-04
1
-2
/
+3
*
sge_encap() can sometimes return an error with m_head set to NULL.
yongari
2010-05-24
1
-1
/
+2
*
SiS190 supports RX 10 bytes padding, CRC stripping as well as VLAN
yongari
2010-05-10
1
-50
/
+14
*
Implement TSO and TSO over VLAN. Increase number of allowed
yongari
2010-05-10
2
-15
/
+103
*
Free entire mbuf chain instead of the first mbuf.
yongari
2010-05-04
1
-2
/
+2
*
Enable multi-descriptor transmisstion for fragmented mbufs. There
yongari
2010-05-04
2
-103
/
+148
*
Remove clearing RxHashTable2 register. The register is reprogrammed
yongari
2010-05-04
1
-1
/
+0
*
Fix wrong dma tag usage. Previously it used TX descriptor ring dma
yongari
2010-05-03
1
-3
/
+4
*
Enable VLAN hardware tag insertion/stripping. Due to lack of SiS190
yongari
2010-04-29
2
-6
/
+60
*
Enable FCS stripping and padding 10 bytes bit of RX MAC control
yongari
2010-04-29
2
-5
/
+32
*
Explicitly marks SiS190 to differentiate it from SiS191.
yongari
2010-04-29
2
-1
/
+2
*
Remove wrong link state chage.
yongari
2010-04-29
1
-1
/
+0
*
Preserve unknown bits of RX MAC control register when driver
yongari
2010-04-29
1
-15
/
+16
*
Intialize interrupt moderation control register. The magic value
yongari
2010-04-22
1
-0
/
+3
*
Fix include path.
yongari
2010-04-15
1
-1
/
+1
*
Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.
yongari
2010-04-14
2
-0
/
+2095