index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_em.c
Age
Commit message (
Expand
)
Author
2005-10-24
Revamp interrupt handling in em(4) driver:
Brad Smith
2005-10-21
Remove unused global adapter linked list.
Brad Smith
2005-10-21
In em_process_receive_interrupts() cycle check IFF_RUNNING flag.
Brad Smith
2005-10-16
While in em_process_receive_interrupts() processing the packet em_init()
Brad Smith
2005-10-15
- put spl's right in the code and remove the macros
Brad Smith
2005-10-15
sort PCI ids
Brad Smith
2005-10-10
- use correct size when setting hw.max_frame_size for non PCI-E cards
Brad Smith
2005-10-09
remove colon after "address" when printing the MAC address.
Brad Smith
2005-10-08
fix spl usage in em_init().
Brad Smith
2005-10-08
- return from em_start() if not IFF_RUNNING.
Brad Smith
2005-10-07
Sync up to Intel's latest FreeBSD em driver which adds
Brad Smith
2005-10-02
spaces vs tab
Brad Smith
2005-10-01
remove return at the end of void function.
Brad Smith
2005-09-10
whitespace removal and KNF
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-16
move headers and remove some FreeBSD specific stuff.
Brad Smith
2005-07-16
fix support for interrupt mitigation.
Brad Smith
2005-07-13
remove white space and fix formatting for readability.
Brad Smith
2005-07-07
check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl.
Brad Smith
2005-07-03
include CRC
Brad Smith
2005-07-03
no need for HW VLAN tag removal so clean up some code.
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-07-02
sync
Theo de Raadt
2005-06-14
at least allow the transmit checksum code to compile
Brad Smith
2005-06-14
fix prototype
Brad Smith
2005-06-14
re-add part of rev 1.49...
Brad Smith
2005-06-12
Back out revs 1.48 and 1.49. Checksum offloading caused problems on
Todd C. Miller
2005-06-01
fix ordering of PCI devs
Brad Smith
2005-05-29
- better pcidevs entries for Intel Gig and add 82573 ids
Brad Smith
2005-05-27
allow reception of Jumbo frames by default without having to bump
Brad Smith
2005-05-23
loose is not lose. ok deraadt tdeval and a few more typos from jfb
Ted Unangst
2005-05-07
enable transmit checksum offload on all chips except 82542.
Brad Smith
2005-05-07
- enable transmit checksum offload
Brad Smith
2005-05-01
update the maxium sendqueue size on ifconfig up; this should fix problems
Markus Friedl
2005-04-25
csum -> csum_flags
Brad Smith
2005-04-25
Use ETHERTYPE_VLAN.
Brad Smith
2005-04-10
- Run em_local_timer() once per second instead of running it once per 2 seconds.
Brad Smith
2005-04-01
- remove unused function em_print_link_status() used by FreeBSD
Brad Smith
2005-03-31
enable receive checksum offload
Brad Smith
2005-03-27
EB -> GB
Brad Smith
2005-03-27
remove FreeBSD ifdef bloat.
Brad Smith
2005-03-26
Use "struct em_softc *sc" consistently all over and uncover the
Brad Smith
2005-03-16
don't account packet's twice; from joel@; ok deraadt@, henning@
Markus Friedl
2005-02-07
em(4) doesn't use the mii layer, call if_link_state_change() directly.
Ryan Thomas McBride
2005-01-17
add id for Intel 82546GB dual port PCI-E adapter.
Brad Smith
2005-01-15
rev 1.56
Brad Smith
2005-01-01
my -> may
Brad Smith
2004-12-08
powerhook: em_init on resume
Markus Friedl
2004-12-08
use ETHER_MAX_LEN
Brad Smith
2004-11-16
- Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.
Brad Smith
[next]