summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vmx.c
AgeCommit message (Expand)Author
2020-06-17if the chip did rss, use the hash from the chip as an mbuf flowid.David Gwynne
2020-06-17enable multiple queues (and interrupts on multiple cpus) on vmx(4).David Gwynne
2020-06-16configure toeplitz using the kernel stoeplitz key if needed.David Gwynne
2020-05-28Use MSI-X interrupts where available, and rearrange structures to allowJonathan Matthew
2019-10-27tweak the rx path to look more like the tx path.David Gwynne
2019-10-27fix the last commit.David Gwynne
2019-10-26put vlan tag offload back inDavid Gwynne
2019-10-26make vmx transmit (vmxnet3_start) mpsafe.David Gwynne
2019-10-26avoid rxr races between rxfill from the interrupt and timeout pathsDavid Gwynne
2019-08-06remove some debug cruft i should have removed before the last commit.David Gwynne
2019-08-06have a go at using msi interrupts.David Gwynne
2019-08-06i replaced a misplaced tab with g, not a space. make this work again.David Gwynne
2019-08-06if the rx ring gets empty and can't be filled, retry in the futureDavid Gwynne
2019-08-06use ifiq_input so we can call if_rxr_livelocked to apply backpressureDavid Gwynne
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-01-26Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flipReyk Floeter
2016-01-25In vmxnet3_start(), do not send the mbuf to bpf after passing it toReyk Floeter
2016-01-04Record the modified mbuf chain after transmit checksum setup codeMike Belopuhov
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need for "vlan.h" if you don't check for "#if NVLAN > 0".Martin Pieuchot
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-23Include <sys/atomic.h> when atomic operations are used.Martin Pieuchot
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-20brad points out i need bpf_mtap_ether to reconstruct vlan headersDavid Gwynne
2015-09-20need to keep bpf in the tx path. got a bit ahead of myself there...David Gwynne
2015-09-18make vmx(4) interrupts mpsafe.David Gwynne
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-04Check if interface was stopped before calling rx/tx interrupt routines.Mike Belopuhov
2015-05-29Revert unrelated changes in previous.Masao Uebayashi
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-26bump the number of tx and rx descriptors from 128 up to 512.David Gwynne
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10convert VMXNET drivers to ml_enqueue + if_inputMartin Pelikan
2015-02-09fix print/panic messages + remove superfluous if_ibytes additionMartin Pelikan
2014-12-22unifdef INETTed Unangst
2014-12-19Rearrange mostly vmxnet3_init() to look like other Ethernet drivers.Brad Smith
2014-08-26dont base the mru on the mtu. unconditionally make it what theDavid Gwynne
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-08Remove left-over call to removed function m_clsetwms().Stefan Sperling
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-01-22- Unconditionally set IFCAP_VLAN_MTUBrad Smith
2013-11-11bump the ring sizes up.David Gwynne
2013-11-08advertise the ring sizes through the stack. specifically:David Gwynne
2013-09-08Unbreak vmx(4) on i386. The right shift of 32 bits for the DSHReyk Floeter
2013-08-28vmx(4) uses 4 different types of 128bit descriptors in little-endianReyk Floeter
2013-06-22Prefix all functions. Pointed out by brad@.Masao Uebayashi
2013-06-21De-static.Masao Uebayashi