aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryGravatar Tonghao Zhang 1-4/+6
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETGravatar Cambda Zhu 1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2020-03-03openvswitch: add missing attribute validation for hashGravatar Jakub Kicinski 1-0/+1
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 5-15/+24
2020-02-20openvswitch: Distribute switch variables for initializationGravatar Kees Cook 1-8/+10
2020-02-18flow_table.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-2/+4
2020-02-18datapath.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-3/+6
2020-02-18vport.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-1/+2
2020-02-18meter.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-1/+2
2020-02-16openvswitch: add TTL decrement actionGravatar Matteo Croce 2-0/+137
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsGravatar Jason A. Donenfeld 1-7/+4
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingGravatar Martin Varghese 2-6/+58
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 2-3/+3
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Gravatar Martin Varghese 1-1/+2
2019-12-04openvswitch: support asymmetric conntrackGravatar Aaron Conole 1-0/+11
2019-12-02Fixed updating of ethertype in function skb_mpls_popGravatar Martin Varghese 1-1/+2
2019-12-01openvswitch: remove another BUG_ON()Gravatar Paolo Abeni 1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Gravatar Paolo Abeni 1-1/+4
2019-11-26openvswitch: fix flow command message sizeGravatar Paolo Abeni 1-1/+5
2019-11-15net: openvswitch: don't call pad_packet if not necessaryGravatar Tonghao Zhang 1-14/+8
2019-11-14net: openvswitch: add hash info to upcallGravatar Tonghao Zhang 2-1/+37
2019-11-06net: openvswitch: select vport upcall portid directlyGravatar Tonghao Zhang 1-2/+3
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionGravatar Martin Varghese 4-33/+85
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newGravatar Tonghao Zhang 1-22/+38
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsGravatar Tonghao Zhang 1-1/+1
2019-11-03net: openvswitch: fix possible memleak on destroy flow-tableGravatar Tonghao Zhang 1-88/+98
2019-11-03net: openvswitch: add likely in flow_lookupGravatar Tonghao Zhang 1-2/+2
2019-11-03net: openvswitch: simplify the flow_hashGravatar Tonghao Zhang 1-5/+2
2019-11-03net: openvswitch: optimize flow-mask looking upGravatar Tonghao Zhang 1-51/+53
2019-11-03net: openvswitch: optimize flow mask cache hash collisionGravatar Tonghao Zhang 1-42/+53
2019-11-03net: openvswitch: shrink the mask array if necessaryGravatar Tonghao Zhang 1-10/+23
2019-11-03net: openvswitch: convert mask list in mask arrayGravatar Tonghao Zhang 3-51/+167
2019-11-03net: openvswitch: add flow-mask cache for performanceGravatar Tonghao Zhang 3-16/+107
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-16/+15
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Gravatar Guillaume Nault 1-9/+11