net: add rte prefix to ether structures
[dpdk.git] / drivers / net / null / rte_eth_null.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2018-10-26 Thomas Monjalonethdev: remove release function for secondary process
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-17 Qi Zhangdrivers/net: enable hotplug on secondary process
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-26 Ferruh Yigitdrivers/net: fix crash in secondary process
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-04-27 Stephen Hemmingernet/null: convert to dynamic logging
2018-04-27 Ferruh Yigitdrivers/net: fix link autoneg value for virtual PMDs
2018-04-24 Jianfeng Tandrivers/net: share vdev data to secondary process
2018-04-24 Jianfeng Tandrivers/net: do not use private ethdev data
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-03-30 Mallesh Koujalaginet/null: support bulk allocation
2018-03-30 Mallesh Koujalaginet/null: set different MAC address for each device
2018-02-05 Radu Nicolaunet/null: add MAC address setting fake operation
2018-01-31 Mallesh Koujalaginet/null: support MTU update
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Thomas Monjalonethdev: fix link autonegotiation value
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-09 Ferruh Yigitbus/vdev: remove probe with driver name option
2017-06-12 Ferruh Yigitnet/null: do not touch mbuf next or nb segs on Rx
2017-04-18 Jan Blunckdrivers/net: use ethdev allocation helper for vdev
2017-04-18 Jan Bluncknet/null: internalize create function
2017-04-18 Jan Bluncktest: do not short-circuit null device creation
2017-04-14 Jan Blunckvdev: use generic vdev struct for probe and remove
2017-04-05 Olivier Matzdrivers/net: do not touch mbuf next or nb segs on Rx
2017-01-17 David Marchandnet: align ethdev and eal driver names
2017-01-17 David Marchandnet: remove dead driver names
2016-12-24 Stephen Hemmingerdrivers: remove useless reset of PCI device pointer
2016-12-21 Jan Blunckethdev: initialize more fields on allocation
2016-10-25 Jan Bluncknet: register aliases for renamed vdev drivers
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-06 Shreyansh Jainvdev: rename init/uninit ops to probe/remove
2016-10-03 Jan Viktorineal: remove unused PMD types
2016-10-03 Jan Viktorindrivers: use vdev registration
2016-10-03 David Marchandethdev: get rid of device type
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-10 Pablo de Laradrivers: split parameters infos in multiple lines
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-20 Sean Hartenet/null: set port id in received mbufs
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-16 Ferruh Yigitnull: remove duplicate fields in internal struct
2015-11-03 Bernard Iremongernull: remove fake pci interface
2015-11-03 Bernard Iremongerdrivers: copy fake PCI device info to ethdev data
2015-11-01 Tomasz Kulaseknull: add virtual RSS configuration
2015-11-01 Tomasz Kulaseknull: export creation function
2015-11-01 Tomasz Kulaseknull: extend number of virtual queues
2015-11-01 Tomasz Kulaseknull: fix crash when added to bonding
2015-06-04 Stephen Hemmingernull: remove useless memset
2015-06-02 Bruce Richardsonnull: fix build with gcc 5.1
2015-05-22 Bruce Richardsonnull: move to drivers/net/