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_ixgb.c
Age
Commit message (
Expand
)
Author
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-02-21
dmammem -> dmamem
Jonathan Gray
2022-01-09
spelling
Jonathan Gray
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-30
Convert moar drivers to if_input().
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-20
Fix a variety of structure packing and byte order bugs to try to get
Theo de Raadt
2010-08-27
These do not need powerhook functions.
Theo de Raadt
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-08-10
A few more simple cases of shutdown hooks which only call xxstop, when
Theo de Raadt
2009-06-24
like I did for em(4) before, doubled error messages are silly
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-28
Some tweaks for the usage of NVLAN > 0 checks in the code.
Brad Smith
2008-10-21
Re-add support TX VLAN tag insertion and RX VLAN tag stripping.
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-30
style nits.
Brad Smith
2008-09-24
remove dead stores and newly created unused variables.
Charles Longeau
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-06-08
Correct the watchdog timer by moving it out from under the condition check
Brad Smith
2008-06-08
dma sync the tx ring and post new packets to the chip once per call to
Brad Smith
2008-06-08
don't declare foo_driver_version[] strings and turn them into defines,
Reyk Floeter
2008-06-03
put code to print periodic debug statistics in #ifdef IXGB_DEBUG, shrinks
Reyk Floeter
2008-03-02
If bus_dmamap_load_mbuf() fails in ixgb_get_buf() use m_freem() intead of
Brad Smith
2008-02-19
Add support for the optics on the Sun variant of ixgb(4) boards.
Brad Smith
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
Kenneth R Westerback
2007-09-19
Use the proper baudrate for 10Gb hw now that it can fit into the buadrate
Brad Smith
2006-12-04
report full/half duplex state for non-MII interfaces
Reyk Floeter
2006-11-28
Pre-allocate the TX DMA maps intead of creating and destroying a DMA map
Brad Smith
2006-11-28
- ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure.
Brad Smith
2006-11-28
style changes and cleaning. no op.
Brad Smith
2006-11-18
ixgb_get_buf():
Brad Smith
2006-11-18
add a few comments
Brad Smith
2006-10-02
move the checksum stuff under IXGB_CSUM_OFFLOAD.
Brad Smith
2006-08-18
check hw.max_frame_size when deciding when to use m_adj().
Brad Smith
2006-08-14
Use if_hardmtu and simplify the MTU ioctl handler. no-op change.
Brad Smith
2006-08-09
update the version I am tracking.
Brad Smith
[next]