aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2020-12-14net: openvswitch: fix TTL decrement exception action executionGravatar Eelco Chaudron 1-9/+6
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Gravatar Zheng Yongjun 1-5/+1
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Gravatar Wang Hai 1-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itGravatar Davide Caratti 1-0/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-23/+58
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatGravatar Eelco Chaudron 2-23/+58
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Gravatar Numan Siddique 1-0/+8
2020-11-14net: openvswitch: use core API to update/provide statsGravatar Lev Stipakov 1-22/+7
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-8/+8
2020-11-03net: openvswitch: silence suspicious RCU usage warningGravatar Eelco Chaudron 2-8/+8
2020-11-02openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLGravatar YueHaibing 1-1/+1
2020-10-30net: openvswitch: Fix kerneldoc warningsGravatar Andrew Lunn 2-1/+7
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedGravatar Eelco Chaudron 2-25/+41
2020-10-13net: openvswitch: use new function dev_fetch_sw_netstatsGravatar Heiner Kallweit 1-19/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-9/+13
2020-10-08openvswitch: handle DNAT tuple collisionGravatar Dumitru Ceara 1-9/+13
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Gravatar Fabian Frederick 1-7/+1
2020-10-04net: openvswitch: Constify static struct genl_small_opsGravatar Rikard Falkeborn 2-2/+2
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGravatar Guillaume Nault 1-18/+10
2020-10-02genetlink: move to smaller ops wherever possibleGravatar Jakub Kicinski 3-18/+18
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityGravatar Zeng Tao 1-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-3/+3
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsGravatar Eelco Chaudron 1-1/+7
2020-09-01net: openvswitch: remove unused keep_flowsGravatar Tonghao Zhang 2-7/+0
2020-09-01net: openvswitch: refactor flow free functionGravatar Tonghao Zhang 1-11/+11
2020-09-01net: openvswitch: improve the coding styleGravatar Tonghao Zhang 4-41/+55
2020-08-31openvswitch: using ip6_fragment in ipv6_stubGravatar wenxu 1-6/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-3/+3
2020-08-13net: openvswitch: introduce common code for flushing flowsGravatar Tonghao Zhang 3-21/+27
2020-08-05net: openvswitch: silence suspicious RCU usage warningGravatar Tonghao Zhang 1-3/+3
2020-08-03net: openvswitch: make masks cache size configurableGravatar Eelco Chaudron 3-14/+114
2020-08-03net: openvswitch: add masks cache hit counterGravatar Eelco Chaudron 4-7/+23
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Gravatar Peilin Ye 1-18/+20
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctGravatar wenxu 1-0/+1
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeGravatar Eelco Chaudron 2-14/+13
2020-07-17net: openvswitch: reorder masks array based on usageGravatar Eelco Chaudron 4-7/+207
2020-07-13net: openvswitch: kerneldoc fixesGravatar Andrew Lunn 2-4/+5
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Gravatar Lorenzo Bianconi 1-2/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-4/+4
2020-04-25net: openvswitch: use div_u64() for 64-by-32 divisionsGravatar Tonghao Zhang 1-1/+1
2020-04-25net: openvswitch: suitable access to the dp_metersGravatar Tonghao Zhang 1-3/+3
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-2/+5
2020-04-23net: openvswitch: use u64 for meter bucketGravatar Tonghao Zhang 2-2/+2
2020-04-23net: openvswitch: make EINVAL return value more obviousGravatar Tonghao Zhang 1-3/+2
2020-04-23net: openvswitch: remove the unnecessary checkGravatar Tonghao Zhang 1-5/+4
2020-04-23net: openvswitch: set max limitation to metersGravatar Tonghao Zhang 2-10/+49
2020-04-23net: openvswitch: expand the meters supported numberGravatar Tonghao Zhang 3-63/+195
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockGravatar Tonghao Zhang 2-2/+5