2017-07-06 | Pascal Mazon | net/tap: support flow API isolated mode Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-06-12 | Pascal Mazon | net/tap: add Rx/Tx checksum offload support Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-06-12 | Pascal Mazon | net/tap: fix some flow collision Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-06-12 | Pascal Mazon | net/tap: do not set remote MAC if not necessary Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-06-12 | Pascal Mazon | net/tap: create netdevice during probing Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-06-12 | Pascal Mazon | net/tap: drop unnecessary nested block Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-06-12 | Pascal Mazon | net/tap: remove unnecessary functions Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-06-12 | Pascal Mazon | net/tap: add debug messages Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-06-12 | Pascal Mazon | net/tap: add support for fixed MAC addresses Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-05-01 | Pascal Mazon | net/tap: fix support for large Rx queues Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-20 | Pascal Mazon | app/testpmd: fix duplicated metrics header include Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-19 | Pascal Mazon | net/tap: update driver param string Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-10 | Pascal Mazon | mk: fix quoting for ARM mtune argument Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-06 | Pascal Mazon | net/tap: fix max queues redefinition Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: fix redirection rule after MAC change Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: fix null MAC address at init Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: update netlink error code management Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: remove minimum packet size in Rx Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: remove unsupported UDP/TCP port mask in flow Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | doc: detail new tap features in release note Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add link status notification Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: improve link update Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add remote netdevice traffic capture Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: support segmented mbufs Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: do not send packets larger than MTU Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add basic flow API patterns and actions Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add netlink back-end for flow API Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add preliminary support for flow API Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: move private elements to external header Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add flow control management Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add packet type management Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add multicast addresses management Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add speed capabilities Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add MTU management Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: add MAC address management Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: refactor ioctl calls Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: remove NO-ARP setting Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | net/tap: fix dev name look-up Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-04-04 | Pascal Mazon | doc: add tap features Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-03-15 | Pascal Mazon | app/testpmd: add default MAC set command Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-02-10 | Pascal Mazon | net/tap: support promiscuous and allmulticast Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-02-10 | Pascal Mazon | net/tap: add link up and down operations Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-02-10 | Pascal Mazon | net/tap: display name after parsing Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-02-10 | Pascal Mazon | net/tap: keep kernel-assigned MAC address Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-02-10 | Pascal Mazon | net/tap: skip overwritten file descriptor assignment Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-02-10 | Pascal Mazon | net/tap: fix log level of errors Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2017-02-10 | Pascal Mazon | net/tap: fix name Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |
2014-04-17 | Pascal Mazon | eal: do not try to load library from current directory Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com> |
commit | commitdiff | tree |