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_xge.c
Age
Commit message (
Expand
)
Author
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-08-10
xge_shutdown is not needed now that interface is stopped, since
Theo de Raadt
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-10-21
Re-add support for RX VLAN tag stripping.
Brad Smith
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-24
remove dead stores and newly created unused variables.
Charles Longeau
2007-09-19
Use the proper baudrate for 10Gb hw now that it can fit into the buadrate
Brad Smith
2007-05-28
fix C++ style comment
Chris Kuethe
2007-05-26
wrap the debug macro in do { } while (0)
David Gwynne
2007-05-26
reformat the softc to make it look like everything else we have.
David Gwynne
2007-05-26
get rid of #define sc_if sc_arpcom.ac_if
David Gwynne
2007-05-26
this isnt netbsd
David Gwynne
2007-02-27
Enable HW Tx checksum offloading and VLAN tag insertion. From brad@.
Mark Kettenis
2007-02-27
Don't strip off VLAN tags. From brad@.
Mark Kettenis
2006-10-24
remove useless chunks of code that do nothing, since endian adjustments
Brad Smith
2006-10-23
- remove the TODO comments at the top.
Brad Smith
2006-10-11
call xge_stop() at the top of xge_init().
Brad Smith
2006-10-10
- Only use the MAC address workaround for the Xframe chipset.
Brad Smith
2006-08-25
only write to the RMAC_CFG_KEY register for the Xframe chipset.
Brad Smith
2006-08-10
- xge_mcast_filter() -> xge_setmulti().
Brad Smith
2006-08-10
- Use BUS_DMA_NOWAIT flag with bus_dmamap_create() in xge_attach() for the
Brad Smith
2006-08-02
disable Jumbos until reception of Jumbo frames can be fixed.
Brad Smith
2006-07-21
lower the number of TX descriptors from 8192 to 2048.
Brad Smith
2006-07-14
debug message macros.
Brad Smith
2006-06-21
use the 10Gb SR media type for now.
Brad Smith
2006-06-09
fix up the comment.
Brad Smith
2006-06-01
hide link up/down messages under XGE_DEBUG.
Brad Smith
2006-06-01
do not enable promiscous mode by default.
Brad Smith
2006-06-01
These magics -> This magic
Brad Smith
2006-06-01
The largest allowable frame size is 9622 bytes.
Brad Smith
2006-06-01
enable hardware RX checksum offload.
Brad Smith
2006-06-01
formatting
Brad Smith
2006-05-28
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-27
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
Brad Smith
2006-05-26
rename jumbo mtu to if_hardmtu; ok brad reyk
Theo de Raadt
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-05-15
add a shutdown hook.
Brad Smith
2006-05-14
only call init if not running.
Brad Smith
2006-05-14
set the multicast filter in xge_init().
Brad Smith
2006-05-14
set the maximum MRU by default.
Brad Smith
2006-05-14
account for interrupts in the interrupt handler.
Brad Smith
2006-05-14
re-enable link up/down messages because they spray a lot right now
Theo de Raadt
2006-05-14
comment out link up/down printf's.
Brad Smith
2006-05-13
use the PCI id from pcireg.h
Brad Smith
2006-05-13
add the PCI id and minimal changes necessary for the Xframe-II, according
Brad Smith
2006-05-01
always call xge_init() here, for the time being.
Brad Smith
2006-05-01
OpenBSD-ify the attach function printf's.
Brad Smith
[next]