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
/
em
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove no longer correct comment above em_read_pcie_cap_reg
kmacy
2006-11-23
1
-4
/
+0
*
Move magic PCIe workaround constant to header - add appropriate comment
kmacy
2006-11-23
2
-1
/
+7
*
Fix TSO support on sun4v
kmacy
2006-11-23
1
-8
/
+25
*
Implement new ETHER_BPF_MTAP macro. Roll back the various changes
csjp
2006-11-18
1
-70
/
+3
*
Add MSI support to em(4), bce(4), and mpt(4). For now, we only support
jhb
2006-11-15
2
-2
/
+12
*
Instead of using the legacy if_timer/if_watchdog interface create
glebius
2006-11-09
2
-26
/
+30
*
Fix compile botch in the last panic botch fix. :(
jhb
2006-11-01
1
-1
/
+0
*
Fix botch in last commit (I tested on 6.x which doesn't have TSO):
jhb
2006-11-01
1
-5
/
+2
*
Allocate receive and transmit data structures during attach() and free them
jhb
2006-10-31
1
-47
/
+82
*
- Use callout_init_mtx() to close various callout-related races.
jhb
2006-10-31
1
-18
/
+13
*
Rework the transmit register handling. In em_encap() store index of
glebius
2006-10-31
2
-33
/
+79
*
Merge new vendor release - 6.2.9.
glebius
2006-10-31
5
-736
/
+755
*
Backout bogus checkin to HEAD
jfv
2006-10-28
5
-1504
/
+1708
*
This is the merge of the Intel 6.2.9 driver. It provides all new shared code,
jfv
2006-10-28
5
-1708
/
+1504
*
Back out rev. 1.152 as it was breaking vlan tag insertion when vlan tag
andre
2006-09-29
1
-0
/
+39
*
Small style and comment adjustments.
andre
2006-09-29
1
-4
/
+6
*
Remove manual vlan header insertion in em_encap(). It is unnecessary as the
andre
2006-09-29
1
-36
/
+5
*
Change em_transmit_checksum_setup() to deal with already inserted vlan headers,
andre
2006-09-29
1
-47
/
+107
*
Change em_tso_setup() to deal with already inserted vlan headers, IP options
andre
2006-09-29
1
-36
/
+120
*
Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported.
andre
2006-09-29
1
-4
/
+4
*
Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are:
andre
2006-09-29
1
-5
/
+21
*
Move the initialization of the hardware capabilities in em_init_locked()
andre
2006-09-21
1
-8
/
+12
*
Don't forget to add curly braces when doing more than one line of actions
andre
2006-09-18
1
-1
/
+2
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-12
/
+7
*
Fix issues found by Coverity (223392, 223393) due to TSO additions
pdeuskar
2006-09-11
1
-2
/
+4
*
Fix style(9) issues in the TSO specific changes.
pdeuskar
2006-09-10
1
-154
/
+152
*
Second attempt at fixing module build
pdeuskar
2006-09-09
1
-1
/
+1
*
Fix build breakage while compiling em as a module.
pdeuskar
2006-09-09
1
-0
/
+1
*
Add support for TSO. Thanks to Andre for adding support in the stack
pdeuskar
2006-09-09
2
-29
/
+203
*
add a newbus method for obtaining the bus's bus_dma_tag_t... This is
jmg
2006-09-03
1
-3
/
+3
*
Comment tweaks.
jhb
2006-09-01
1
-2
/
+2
*
- Use pci_enable_busmaster() and pci_enable_io() to update the command
jhb
2006-09-01
1
-11
/
+5
*
Add locking to the ifmedia callouts.
jhb
2006-09-01
1
-2
/
+8
*
Fix my error in rev. 1.109.
glebius
2006-09-01
1
-2
/
+2
*
Just foward declare 'struct adapter' instead of declaring an actual
jhb
2006-08-31
1
-2
/
+3
*
Compare the correct field against NULL when determining whether or not to
jhb
2006-08-31
1
-1
/
+1
*
It seems that em(4) misses Tx completion interrupts under certain
yongari
2006-08-22
1
-0
/
+12
*
Don't update Rx descriptor status in two different functions.
yongari
2006-08-16
1
-9
/
+8
*
Change hardcoded and incorrect number with correct define. This change is a
glebius
2006-08-14
1
-1
/
+1
*
Make em(4) handle too many fragmented frame with m_defrag(9).
yongari
2006-08-14
1
-12
/
+33
*
Overhaul Rx path to recover from mbuf cluster allocation failure.
yongari
2006-08-14
2
-48
/
+69
*
Apply alignment fixup only when programmed frame size is greater than
yongari
2006-08-14
1
-3
/
+3
*
Merge in new driver from Intel, version 6.1.4. It adds support for
glebius
2006-08-11
3
-49
/
+64
*
10/100 PHY shouldn't support gigabit media types.
pdeuskar
2006-08-09
1
-3
/
+6
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Revert back changes to made in rev 1.109 of if_em.c which were unnecessary.
pdeuskar
2006-08-03
2
-978
/
+978
*
Merge in new driver from Intel, version 6.0.5. It adds support for
glebius
2006-08-03
6
-803
/
+2792
*
Prepending an mbuf after loading a DMA map results in unexpected
yongari
2006-07-27
1
-31
/
+28
*
Nuke invalid use of BUS_DMA_ALLOCNOW.
yongari
2006-07-27
1
-1
/
+1
*
Make sure to use the same DMA map in DMA map load/unload operations
yongari
2006-07-27
1
-5
/
+8
[next]