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
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Give a try to autoconfiguring the number of transmit and receive
glebius
2005-11-10
2
-7
/
+14
*
- Introduce two more stat counters, counting number of RX
glebius
2005-11-09
2
-4
/
+9
*
Make em(4) work on big-endian architectures.
yongari
2005-11-09
4
-66
/
+75
*
Put probe-time printf of adapter speed and duplex behind bootverbose:
rwatson
2005-10-31
1
-10
/
+14
*
Some more minor cleanups of em(4) driver:
glebius
2005-10-20
2
-36
/
+10
*
Revamp interrupt handling in em(4) driver:
glebius
2005-10-20
3
-39
/
+39
*
In the em_process_receive_interrupts() cycle check the IFF_DRV_RUNNING
glebius
2005-10-19
1
-1
/
+3
*
- Use BUS_DMASYNC_PREWRITE in em_get_buf(), as the adapter is about to read
cognet
2005-10-18
1
-3
/
+4
*
From the PR:
glebius
2005-10-14
1
-14
/
+14
*
Cleanup from __FreeBSD_version.
glebius
2005-10-14
1
-73
/
+2
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+4
*
Big polling(4) cleanup.
glebius
2005-10-01
1
-34
/
+37
*
In em_process_receive_interrupts() store and clear adapter->fmt. This
glebius
2005-09-29
1
-2
/
+4
*
Remove bridge(4) from the tree. if_bridge(4) is a full functional
mlaier
2005-09-27
1
-1
/
+0
*
Remove queue check from last commit. In most cases there is smth in queue,
glebius
2005-09-20
1
-2
/
+1
*
Check IFF_DRV_RUNNING and presense of packets in queue before calling
glebius
2005-09-20
1
-1
/
+3
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+3
*
Fix "Memory modified after free" panic on detach, caused by accessing
ru
2005-09-14
1
-3
/
+0
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-17
/
+19
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-1
/
+3
*
Add missing ether_poll_deregister(). This is still not enough to
ru
2005-08-02
1
-0
/
+3
*
Correct a minor typo.
delphij
2005-07-11
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-24
/
+24
*
Latest README to correspond to latest Intel version 2.1.7
tackerman
2005-05-26
1
-143
/
+124
*
Changes to update driver with latest Intel driver version 2.1.7
tackerman
2005-05-26
5
-529
/
+2504
*
Run em_local_timer() once per second instead of running it once per 2 seconds.
glebius
2005-04-05
1
-4
/
+4
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-2
/
+2
*
Call if_link_state_change() when link status changes.
glebius
2005-02-04
1
-0
/
+4
*
Respect the current setting of IFCAP_VLAN_HWTAGGING on
yar
2005-01-26
1
-5
/
+18
*
Disable use of hardware VLAN tagging and stripping in if_em in the default
rwatson
2005-01-26
1
-1
/
+1
*
Convert if_em to the new bus_dmamap_load_sg() interface. The old callback
scottl
2005-01-15
2
-39
/
+22
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-0
/
+2
*
Corrected a workaround that should only be applied to one adapter. Workaround
tackerman
2005-01-01
1
-2
/
+14
*
Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter.
tackerman
2005-01-01
1
-0
/
+2
*
Further refine the if_em vlan fix in if_em.c:1.53:
rwatson
2004-11-14
1
-4
/
+19
*
Correct a bug in the if_em driver relating to the use of vlans with
rwatson
2004-11-12
2
-6
/
+44
*
Unbreak the build.
des
2004-11-11
1
-0
/
+1
*
Remove now-unused sysctl members.
bms
2004-11-11
1
-4
/
+0
*
Move per-instance sysctls under the per-device-instance tree.
bms
2004-11-11
1
-23
/
+6
*
Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommon
phk
2004-11-03
1
-6
/
+8
*
Add missing bus_dmamap_sync() calls. If you are using an architecture
mux
2004-10-19
1
-2
/
+12
*
Use an alignment of 1 instead of PAGE_SIZE for the rx and tx buffer tags.
scottl
2004-10-19
1
-12
/
+2
*
Don't count RNBC (internal buffer full) towards the RX error count since it's
scottl
2004-10-09
1
-1
/
+1
*
Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.
mlaier
2004-09-29
1
-1
/
+1
*
Do not use the IO-mapping to issue the reset on the 82546 on arm. For some
cognet
2004-09-23
1
-0
/
+2
*
Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)
pdeuskar
2004-09-01
4
-242
/
+448
*
Bring in the first chunk of altq driver modifications. This covers the
mlaier
2004-07-02
1
-6
/
+8
*
Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP).
yar
2004-06-04
1
-5
/
+13
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
[next]