2017-01-04 | Ferruh Yigit | mk: disable icc warning 188 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-12-22 | Ferruh Yigit | ethdev: cleanup device ops struct whitespace Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-12-22 | Ferruh Yigit | ethdev: remove invalid function from version map Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-12-06 | Ferruh Yigit | app/testpmd: unify help strings Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-11-14 | Ferruh Yigit | doc: add sub-repositories information Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-11-14 | Ferruh Yigit | maintainers: add staging tree for network drivers Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-11-06 | Ferruh Yigit | net: remove mempool dependency Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-11-06 | Ferruh Yigit | doc: add net library in release notes Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-26 | Ferruh Yigit | scripts: add more git log checks Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-26 | Ferruh Yigit | net/bnx2x: fix build with icc Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-25 | Ferruh Yigit | kni: fix build with kernel 4.9 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-14 | Ferruh Yigit | kni: fix build with kernel < 3.1 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | net/ring: fix parameter string info Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | net/ring: fix ring device creation via devargs Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: move kernel version ifdefs to compat header Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: prefer uint32_t to unsigned int Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: update log messages Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: remove compile time debug configuration Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: move functions to eliminate declarations Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: remove unnecessary messages for out of memory Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: update kernel logging Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: prefer ether_addr_copy to memcpy Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: prefer min_t to min Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: enclose macros with complex values in parens Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: do not use assignment in if condition Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: move trailing statement on next line Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: move comparison constants on the right Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: remove useless return Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: prefer unsigned int to unsigned Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: fix spacing and line lenghts Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: make static struct const Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: uninitialize global variables Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-13 | Ferruh Yigit | kni: move externs to the header file Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: fix checkpatch warnings Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: remove rte prefix from static functions Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: coding convention updates Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: fix missing Tx interface assignment Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: simplify function Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: remove redundant assignment Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: remove unnecessary check Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: update single interface handling Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: reorder functions Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: reorder includes Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: make const array static Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: group stats related fields into a struct Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: use single interface flag instead of hardcoding Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: remove duplicated max queue number check Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: move comment Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: do not carry kvlist argument Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: do not carry numa node argument Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: update function to allow reuse Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: check max queue number Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: reorganize private structs Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: use macros for parameter string Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-30 | Ferruh Yigit | net/pcap: convert config option to a macro Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-05 | Ferruh Yigit | kni: remove unnecessary ethtool files Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-05 | Ferruh Yigit | kni: remove unused ethtool files Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-04 | Ferruh Yigit | pmdinfogen: fix clang build Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-04 | Ferruh Yigit | mempool: fix comments for no contiguous flag Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-10-04 | Ferruh Yigit | mempool: fix comments of create functions Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-23 | Ferruh Yigit | app/testpmd: fix help of MTU set commmand Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-22 | Ferruh Yigit | mk: fix install on FreeBSD Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-22 | Ferruh Yigit | kni: fix large stack frame size Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-21 | Ferruh Yigit | kni: remove continuous memory restriction Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-21 | Ferruh Yigit | kni: remove panic exits from library Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-21 | Ferruh Yigit | kni: fix build with kernel 4.8 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-21 | Ferruh Yigit | kni: fix build with kernel < 3.0 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-21 | Ferruh Yigit | kni: fix debug build Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-15 | Ferruh Yigit | scripts: disable optimization for ABI validation Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-09 | Ferruh Yigit | kni: support RHEL 6.8 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-09-09 | Ferruh Yigit | kni: fix crash when removing interface Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-08-24 | Ferruh Yigit | kni: remove memzone lookup to get mbuf address Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-08-23 | Ferruh Yigit | eal: remove empty file for device IDs Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-08-23 | Ferruh Yigit | net/igb: move PCI device IDs from EAL Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-08-23 | Ferruh Yigit | net/ixgbe: move PCI device IDs from EAL Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-07-25 | Ferruh Yigit | mk: fix build with clang < 3.5 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-07-25 | Ferruh Yigit | mk: fix clang version query Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-07-22 | Ferruh Yigit | examples/l2fwd-ivshmem: fix build with icc Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-07-21 | Ferruh Yigit | net/ena: fix icc build Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-07-16 | Ferruh Yigit | maintainers: claim responsibility for KNI Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-07-11 | Ferruh Yigit | net/virtio: fix 32-bit build with gcc 6 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-07-10 | Ferruh Yigit | igb_uio: fix possible mmap failure with Linux 4.5 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-07-01 | Ferruh Yigit | ivshmem: fix for modified mempool struct Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-30 | Ferruh Yigit | port: remove duplicated symbols from .map Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-30 | Ferruh Yigit | cmdline: remove duplicated symbol from .map Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-30 | Ferruh Yigit | ethdev: remove duplicated symbol from .map Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-30 | Ferruh Yigit | net/thunderx: add missing external dependency Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-29 | Ferruh Yigit | net/bnx2x: fix build with icc Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-28 | Ferruh Yigit | net/mlx: fix build with icc Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-27 | Ferruh Yigit | net/vmxnet3: fix dump format Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-21 | Ferruh Yigit | igb_uio: fix build on CentOS 6.8 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-13 | Ferruh Yigit | mk: reduce scope of whole-archive static linking Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-13 | Ferruh Yigit | mk: prevent overlinking in applications Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-07 | Ferruh Yigit | ivshmem: add all memzones of mempool to metadata Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-07 | Ferruh Yigit | kni: move more kernel version check to compat header Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-07 | Ferruh Yigit | kni: fix spacing in compat header Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-06-07 | Ferruh Yigit | kni: fix build with kernel 4.7 Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-05-18 | Ferruh Yigit | mk: add build directory to library search path Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-05-13 | Ferruh Yigit | qede: fix build with icc Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
2016-05-02 | Ferruh Yigit | kni: support chained mbufs Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> |
commit | commitdiff | tree |
next |