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
/
arch
/
octeon
/
dev
/
if_cnmac.c
Age
Commit message (
Expand
)
Author
2024-05-20
remove prototypes with no matching function; ok visa@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-12-28
Fix the word in the copyright. IIJ is not a regent. ok from nakayama
YASUOKA Masahiko
2021-03-11
spelling
Jonathan Gray
2021-02-17
Do not reprogram address filter after MII status change
Visa Hankala
2021-02-13
Revise cnmac(4)'s address filter setup
Visa Hankala
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-09-04
Add kstat to cnmac(4)
Visa Hankala
2020-08-15
Inline handling of receive checksum offload
Visa Hankala
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-04
Remove no-op cn30xxgmx_reset_board().
Visa Hankala
2018-01-07
Assume that direct-mapped addresses come from the xkphys segment.
Visa Hankala
2018-01-07
Add references to errata.
Visa Hankala
2017-11-26
On wqe error, show also word2 and word3. Those might help in debugging.
Visa Hankala
2017-11-26
Initialize Rx subsystems before enabling the processing of incoming
Visa Hankala
2017-11-18
Submit incoming packets to the network stack in batches like is done
Visa Hankala
2017-11-18
Move the packet input work requesting inside if_cnmac.c. This removes
Visa Hankala
2017-11-18
Pass the software context as an argument to the interrupt handler.
Visa Hankala
2017-11-18
Rename octeon_eth_* to cnmac_* for consistency with the driver's name.
Visa Hankala
2017-11-04
Check buffer size parameters at compile time.
Visa Hankala
2017-11-04
One macro for cache line size is enough.
Visa Hankala
2017-11-02
Assign each cnmac(4) port its own input work group, and assign
Visa Hankala
2017-05-02
Revise MDIO driver code so that device instances can be attached
Visa Hankala
2017-04-02
Drop address conversion cruft.
Visa Hankala
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2016-11-05
Drop unnecessary #ifdef MBUF_TIMESTAMP.
Visa Hankala
2016-11-05
Do not show a device unit number in the cnmac interrupt name. The same
Visa Hankala
2016-11-02
Make possible to change the link layer address of a cnmac(4) interface.
Visa Hankala
2016-08-14
Remove some annoying debug printfs to get rid of u_quad_t in cnmac.
Visa Hankala
2016-08-06
Log RX errors only when the interface's debug flag is set.
Visa Hankala
2016-08-05
Drop a pointless link carrier check from the RX path.
Visa Hankala
2016-08-04
Add support for jumbo frames.
Visa Hankala
2016-07-30
Remove disabled jumbo frame checks. They will not be needed
Visa Hankala
2016-07-30
Drop a redundant parameter of octeon_eth_buf_free_work().
Visa Hankala
2016-06-22
Add support for the second GMX interface on Octeon II. This enables
Visa Hankala
2016-05-30
Fill the packet data pool with standard mbuf clusters instead of
Visa Hankala
2016-05-29
Map ASX registers only if link control needs them.
Visa Hankala
2016-05-24
Drop a redundant set of FPA pool definitions.
Visa Hankala
2016-05-24
Try to defragment overly long mbuf chains.
Visa Hankala
2016-05-24
Fix previous.
Visa Hankala
2016-05-23
remove the function pointer from mbufs. this memory is shared with data
Ted Unangst
2016-05-21
Make the TX path of cnmac(4) MP-safe and add some ifq oactive logic.
Visa Hankala
2016-05-21
panic() if an incoming packet does not consist of one buffer. This
Visa Hankala
2016-05-19
Fix the previous commit which made work queue entries get released too
Visa Hankala
2016-05-19
Disable dynamic short buffering to make all RX data land on buffers
Visa Hankala
2016-04-27
Expand and remove macro OCTEON_ETH_TAP.
Visa Hankala
2016-04-26
sc_resume_ch is used nowhere.
Visa Hankala
2016-04-26
Drop an unused workaround which does not even compile.
Visa Hankala
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-12-18
A store to FPA does not need splnet(). The operation is atomic.
Visa Hankala
[next]