index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
octeon
/
dev
/
if_cnmac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spelling
jsg
2021-03-11
1
-2
/
+2
*
Do not reprogram address filter after MII status change
visa
2021-02-17
1
-5
/
+1
*
Revise cnmac(4)'s address filter setup
visa
2021-02-13
1
-8
/
+3
*
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
1
-2
/
+2
*
Add kstat to cnmac(4)
visa
2020-09-04
1
-11
/
+119
*
Inline handling of receive checksum offload
visa
2020-08-15
1
-2
/
+15
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-2
/
+2
*
Remove no-op cn30xxgmx_reset_board().
visa
2020-07-04
1
-2
/
+1
*
Assume that direct-mapped addresses come from the xkphys segment.
visa
2018-01-07
1
-11
/
+4
*
Add references to errata.
visa
2018-01-07
1
-5
/
+6
*
On wqe error, show also word2 and word3. Those might help in debugging.
visa
2017-11-26
1
-1
/
+3
*
Initialize Rx subsystems before enabling the processing of incoming
visa
2017-11-26
1
-4
/
+4
*
Submit incoming packets to the network stack in batches like is done
visa
2017-11-18
1
-25
/
+19
*
Move the packet input work requesting inside if_cnmac.c. This removes
visa
2017-11-18
1
-15
/
+36
*
Pass the software context as an argument to the interrupt handler.
visa
2017-11-18
1
-19
/
+15
*
Rename octeon_eth_* to cnmac_* for consistency with the driver's name.
visa
2017-11-18
1
-225
/
+216
*
Check buffer size parameters at compile time.
visa
2017-11-04
1
-3
/
+3
*
One macro for cache line size is enough.
visa
2017-11-04
1
-11
/
+9
*
Assign each cnmac(4) port its own input work group, and assign
visa
2017-11-02
1
-10
/
+16
*
Revise MDIO driver code so that device instances can be attached
visa
2017-05-02
1
-13
/
+2
*
Drop address conversion cruft.
visa
2017-04-02
1
-2
/
+2
*
add support for multiple transmit ifqueues per network interface.
dlg
2017-01-24
1
-13
/
+14
*
Drop unnecessary #ifdef MBUF_TIMESTAMP.
visa
2016-11-05
1
-4
/
+1
*
Do not show a device unit number in the cnmac interrupt name. The same
visa
2016-11-05
1
-2
/
+2
*
Make possible to change the link layer address of a cnmac(4) interface.
visa
2016-11-02
1
-1
/
+2
*
Remove some annoying debug printfs to get rid of u_quad_t in cnmac.
visa
2016-08-14
1
-17
/
+2
*
Log RX errors only when the interface's debug flag is set.
visa
2016-08-06
1
-34
/
+12
*
Drop a pointless link carrier check from the RX path.
visa
2016-08-05
1
-20
/
+1
*
Add support for jumbo frames.
visa
2016-08-04
1
-28
/
+68
*
Remove disabled jumbo frame checks. They will not be needed
visa
2016-07-30
1
-26
/
+1
*
Drop a redundant parameter of octeon_eth_buf_free_work().
visa
2016-07-30
1
-7
/
+5
*
Add support for the second GMX interface on Octeon II. This enables
visa
2016-06-22
1
-3
/
+3
*
Fill the packet data pool with standard mbuf clusters instead of
visa
2016-05-30
1
-41
/
+83
*
Map ASX registers only if link control needs them.
visa
2016-05-29
1
-17
/
+1
*
Drop a redundant set of FPA pool definitions.
visa
2016-05-24
1
-2
/
+2
*
Try to defragment overly long mbuf chains.
visa
2016-05-24
1
-2
/
+9
*
Fix previous.
visa
2016-05-24
1
-1
/
+2
*
remove the function pointer from mbufs. this memory is shared with data
tedu
2016-05-23
1
-6
/
+10
*
Make the TX path of cnmac(4) MP-safe and add some ifq oactive logic.
visa
2016-05-21
1
-35
/
+52
*
panic() if an incoming packet does not consist of one buffer. This
visa
2016-05-21
1
-2
/
+4
*
Fix the previous commit which made work queue entries get released too
visa
2016-05-19
1
-3
/
+3
*
Disable dynamic short buffering to make all RX data land on buffers
visa
2016-05-19
1
-55
/
+12
*
Expand and remove macro OCTEON_ETH_TAP.
visa
2016-04-27
1
-13
/
+5
*
sc_resume_ch is used nowhere.
visa
2016-04-26
1
-2
/
+1
*
Drop an unused workaround which does not even compile.
visa
2016-04-26
1
-19
/
+1
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
A store to FPA does not need splnet(). The operation is atomic.
visa
2015-12-18
1
-7
/
+1
*
Simplify the setup of gather segments.
visa
2015-11-25
1
-40
/
+6
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-5
/
+6
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
[next]