aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-23tcp: cc improvements and fixesFlorin Coras5-26/+38
2018-05-22avf plugin: add support for loggingJakub Grajciar2-5/+14
2018-05-22acl-plugin: refactor to introduce multiarch dataplane functionsAndrew Yourtchenko6-1615/+2036
2018-05-22vppinfra: add clib_count_equal_uXX and clib_memset_uXX functionsDamjan Marion4-5/+339
2018-05-22CSIT-928 dpdk/ipsec: performance improvementRadu Nicolau4-119/+119
2018-05-21tcp: unlock link-local adjacencies on connection cleanupFlorin Coras2-24/+56
2018-05-21dpdk:enable flow director perfect modeEyal Bari3-4/+25
2018-05-20vector functions cleanup and improvementsDamjan Marion8-96/+99
2018-05-19MLX DPDK glue: exclude dependency on OFED librariesIgor Mikhailov (imichail)1-0/+1
2018-05-19log: Validate the size of vec in vlib_logMohsin Kazmi1-0/+1
2018-05-19Disable vector code in vlib_buffer_enqueue_to_next if no msb mask functionDamjan Marion2-1/+3
2018-05-19tcp_echo: support multiple connectionsFlorin Coras1-218/+250
2018-05-18IP unnumbered dumpNeale Ranns6-3/+173
2018-05-18Add vlib_buffer_enqueue_to_next inline functionDamjan Marion5-76/+140
2018-05-18IP table bind allowed only if table existsNeale Ranns3-31/+15
2018-05-18ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive.Jon Loeliger1-3/+9
2018-05-18IP address dump - don't send subnets for unnumbered interfacesNeale Ranns1-4/+6
2018-05-1818.01.2 Release NotesDave Wallace1-0/+10
2018-05-18session: add session process nodeFlorin Coras6-1/+88
2018-05-18tap: remove the local vlib_log_info definitionMohsin Kazmi1-9/+3
2018-05-18Rework kube-proxy into LB pluginHongjun Ni22-4267/+1842
2018-05-17Add buffer pointer-to-index and index-to-pointer array functionsDamjan Marion4-106/+172
2018-05-17vlib: Fix WARN-ING macro in functionMohsin Kazmi1-1/+1
2018-05-17Fix failure during enable/disable of featuresMatthew Smith2-5/+5
2018-05-17Allow openSUSE tumbleweedMarco Varlese1-1/+1
2018-05-17Fixes in IPv6 RD control planeJuraj Sloboda2-30/+59
2018-05-17flow:redirect to nodeEyal Bari2-2/+9
2018-05-17NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271)Matus Fabian9-123/+325
2018-05-17tcp: handle link-local addressesFlorin Coras6-8/+75
2018-05-17Packet generator: preserve pcap file timestampsDave Barach6-0/+23
2018-05-16dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu valueRui Cai1-1/+1
2018-05-16Drop IPsec packets when interface is downMatthew Smith1-10/+32
2018-05-16make test: unify packet checksum verificationsKlement Sekera3-256/+151
2018-05-16Fix broken compilation for non-numa aware platformsSachin Saxena4-1/+6
2018-05-16echo client: used fixed pool for preallocated sessionsFlorin Coras2-14/+9
2018-05-15Update ipfix documentationDave Barach1-195/+180
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns4-26/+91
2018-05-15VOM: nat-binding populate handle errorsNeale Ranns1-9/+25
2018-05-14proxy: fix active open connection cleanupFlorin Coras1-2/+2
2018-05-14vom: fix interface admin up/downMohsin Kazmi1-1/+1
2018-05-14Rework CP and DP communication in IPv6 RD (VPP-1256)Juraj Sloboda4-359/+163
2018-05-14NAT44: delete closed TCP session (VPP-1274)Matus Fabian4-25/+71
2018-05-13Improve ipfix template packet rewrite constructionDave Barach9-28/+180
2018-05-13session: improve app verbose format functionFlorin Coras1-5/+6
2018-05-13session: alloc one frame per output node dispatchFlorin Coras5-54/+94
2018-05-12dpdk: Add constants for failsafe PMDRui Cai2-2/+13
2018-05-12dpdk: Add build related keywords for failsafe PMDRui Cai4-1/+13
2018-05-11dpdk: fix Unknown interface with Mellanox NICSteve Shin1-1/+1
2018-05-11Periodic scan and probe of IP neighbors to maintain neighbor poolsJohn Lo14-14/+651
2018-05-11make test: reorganize ipsec_ah test codeKlement Sekera1-191/+124
by a comma bad-names=foo,bar,baz,toto,tutu,tata # Regular expression which should only match function or class names that do # not require a docstring. no-docstring-rgx=__.*__ # Minimum line length for functions/classes that require docstrings, shorter # ones are exempt. docstring-min-length=-1 [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. notes=FIXME [TYPECHECK] # Tells whether missing members accessed in mixin class should be ignored. A # mixin class is detected if its name ends with "mixin" (case insensitive). ignore-mixin-members=yes # List of classes names for which member attributes should not be checked # (useful for classes with attributes dynamically set). ignored-classes=SQLObject # When zope mode is activated, add a predefined set of Zope acquired attributes # to generated-members. zope=no # List of members which are set dynamically and missed by pylint inference # system, and so shouldn't trigger E0201 when accessed. Python regular # expressions are accepted. generated-members=REQUEST,acl_users,aq_parent [CLASSES] # List of interface methods to ignore, separated by a comma. This is used for # instance to not check methods defines in Zope's Interface base class. ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by # List of method names used to declare (i.e. assign) instance attributes. defining-attr-methods=__init__,__new__,setUp # List of valid names for the first argument in a class method. valid-classmethod-first-arg=cls # List of valid names for the first argument in a metaclass class method. valid-metaclass-classmethod-first-arg=mcs [IMPORTS] # Deprecated modules which should not be used, separated by a comma deprecated-modules=regsub,TERMIOS,Bastion,rexec # Create a graph of every (i.e. internal and external) dependencies in the # given file (report RP0402 must not be disabled) import-graph= # Create a graph of external dependencies in the given file (report RP0402 must # not be disabled) ext-import-graph= # Create a graph of internal dependencies in the given file (report RP0402 must # not be disabled) int-import-graph= [DESIGN] # Maximum number of arguments for function / method max-args=12 # Argument names that match this expression will be ignored. Default to name # with leading underscore ignored-argument-names=_.* # Maximum number of locals for function / method body max-locals=20 # Maximum number of return / yield for function / method body max-returns=6 # Maximum number of branch for function / method body max-branches=20 # Maximum number of statements in function / method body max-statements=60 # Maximum number of parents for a class (see R0901). max-parents=7 # Maximum number of attributes for a class (see R0902). max-attributes=10 # Minimum number of public methods for a class (see R0903). min-public-methods=0 # Maximum number of public methods for a class (see R0904). max-public-methods=60 [EXCEPTIONS] # Exceptions that will emit a warning when being caught. Defaults to # "Exception" overgeneral-exceptions=Exception