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
*
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
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Stylistic changes around the previous commit:
yar
2004-05-20
1
-3
/
+5
*
Set the VLAN bits in if_capenable as well as in if_capabilities
yar
2004-05-20
1
-0
/
+1
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-5
/
+13
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-9
/
+9
*
Only reset the phy when it is absolutely required.
pdeuskar
2004-02-10
3
-59
/
+113
*
Don't call em_stop() from the watchdog since it requires the controller
deischen
2003-12-07
1
-1
/
+0
*
Use if_flags to check for IFF_POLLING instead of if_ipending.
pdeuskar
2003-12-02
1
-3
/
+3
*
- Code cleanup
pdeuskar
2003-11-14
4
-105
/
+48
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Add a wrapper for a function that takes and releases the adapter
deischen
2003-10-15
1
-3
/
+13
*
locking fixups:
sam
2003-10-10
2
-9
/
+14
*
add locking
sam
2003-09-23
2
-65
/
+104
*
Add support for new devices.
pdeuskar
2003-08-27
5
-957
/
+1871
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
2
-4
/
+4
*
Add facilities for tuning the "em" driver's interrupt delays without
jdp
2003-08-01
3
-44
/
+148
*
Correct comments to indicate that the EM_RADV and EM_TADV parameters
jdp
2003-07-17
1
-2
/
+2
*
The em(4) driver has been converted to busdma and doesn't use
mux
2003-07-04
1
-5
/
+0
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+6
*
Add support for Quad port adapter
pdeuskar
2003-06-05
5
-374
/
+488
*
Fix a printf() format error which broke the ia64 GENERIC build.
des
2003-05-06
1
-1
/
+2
*
- Fix breakage on PAE enabled kernel
pdeuskar
2003-05-03
2
-8
/
+10
*
- Bus DMA'fy the driver
pdeuskar
2003-05-02
2
-237
/
+459
*
Tell the upper layer(s) that we support long frames.
pdeuskar
2003-04-18
1
-0
/
+4
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Added support for 82541 and 82547 based adapters.
pdeuskar
2003-03-21
7
-623
/
+1974
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
[next]