aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2022-08-26openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko1-1/+3
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-3/+3
2022-06-08net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2-1/+9
2022-04-15openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio1-1/+1
2022-04-06net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-05net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-03-31openvswitch: Add recirc_id to recirc warningStéphane Graber1-2/+2
2022-03-29openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-59/+59
2022-03-21openvswitch: always update flow key after natAaron Conole1-59/+59
2022-03-10net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets1-3/+10
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau1-1/+1
2022-03-02net: openvswitch: remove unneeded semicolonYang Li1-1/+1
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka3-2/+178
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+38
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey3-10/+13
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+13
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-3/+13
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-5/+10
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal1-4/+10
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0
2022-01-04net: openvswitch: Fill act ct extensionPaul Blakey1-0/+6
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-1/+7
2021-12-07openvswitch: add net device refcount tracker to struct vportEric Dumazet2-4/+6
2021-12-02net: openvswitch: Remove redundant if statementsXu Wang1-2/+1
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-18ovs: clear skb->tstamp in forwarding pathkaixi.fan1-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2021-08-09net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap1-6/+7
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray1-1/+1
2021-07-27openvswitch: fix alignment issuesMark Gray2-8/+14
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray3-3/+95
2021-07-01openvswitch: Optimize operation for key comparisonBaowen Zheng1-3/+3
2021-06-22openvswitch: add trace pointsAaron Conole5-0/+179
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-05-13openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng1-7/+4
2021-04-29openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-04-23openvswitch: meter: remove rate from the bucket size calculationIlya Maximets1-2/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets1-4/+4
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET2-8/+5
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-6/+12
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-16openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner1-3/+5
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu3-6/+12
2021-01-14net: openvswitch: add log message for error caseEelco Chaudron2-9/+17
2020-12-14net: openvswitch: fix TTL decrement exception action executionEelco Chaudron1-9/+6
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun1-5/+1
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai1-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-23/+58
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2-23/+58
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique1-0/+8
2020-11-14net: openvswitch: use core API to update/provide statsLev Stipakov1-22/+7
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+8
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2-8/+8
2020-11-02openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing1-1/+1
2020-10-30net: openvswitch: Fix kerneldoc warningsAndrew Lunn2-1/+7
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2-25/+41
2020-10-13net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit1-19/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+12
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara1-8/+12
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2-2/+2
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-18/+10
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski3-18/+18
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao1-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron1-1/+7
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang2-7/+0
2020-09-01net: openvswitch: refactor flow free functionTonghao Zhang1-11/+11
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang4-41/+55
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu1-6/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang3-21/+27
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang1-3/+3
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron3-14/+114
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron4-7/+23
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-0/+1
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2-14/+13
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron4-7/+207
2020-07-13net: openvswitch: kerneldoc fixesAndrew Lunn2-4/+5
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-04-25net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang1-1/+1
2020-04-25net: openvswitch: suitable access to the dp_metersTonghao Zhang1-3/+3
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+5
2020-04-23net: openvswitch: use u64 for meter bucketTonghao Zhang2-2/+2
2020-04-23net: openvswitch: make EINVAL return value more obviousTonghao Zhang1-3/+2
2020-04-23net: openvswitch: remove the unnecessary checkTonghao Zhang1-5/+4
2020-04-23net: openvswitch: set max limitation to metersTonghao Zhang2-10/+49
2020-04-23net: openvswitch: expand the meters supported numberTonghao Zhang3-63/+195
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2-2/+5
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang1-4/+6
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-03openvswitch: add missing attribute validation for hashJakub Kicinski1-0/+1
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-15/+24
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook1-8/+10
2020-02-18flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik1-2/+4
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik1-3/+6
2020-02-18vport.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-18meter.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-16openvswitch: add TTL decrement actionMatteo Croce2-0/+137
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+4
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese2-6/+58
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-3/+3
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-04openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-11-26openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang1-14/+8
2019-11-14net: openvswitch: add hash info to upcallTonghao Zhang2-1/+37
2019-11-06net: openvswitch: select vport upcall portid directlyTonghao Zhang1-2/+3
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese4-33/+85
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang1-22/+38
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang1-1/+1
2019-11-03net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang1-88/+98
2019-11-03net: openvswitch: add likely in flow_lookupTonghao Zhang1-2/+2
2019-11-03net: openvswitch: simplify the flow_hashTonghao Zhang1-5/+2
2019-11-03net: openvswitch: optimize flow-mask looking upTonghao Zhang1-51/+53
2019-11-03net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang1-41/+52
2019-11-03net: openvswitch: shrink the mask array if necessaryTonghao Zhang1-10/+23
2019-11-03net: openvswitch: convert mask list in mask arrayTonghao Zhang3-50/+166
2019-11-03net: openvswitch: add flow-mask cache for performanceTonghao Zhang3-16/+107
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-16/+15
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-9/+11
2019-10-22net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton1-7/+4
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-2/+3
2019-10-06openvswitch: Allow attaching helper in later commitYi-Hung Wei1-8/+13
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey3-5/+48
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-67/+99
2019-08-28openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit1-1/+4
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose3-66/+95
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+14
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei1-0/+13
2019-08-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+8
2019-08-06openvswitch: Print error when ovs_execute_actions() failsYifeng Sun1-2/+5
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann1-7/+8
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso3-10/+10
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo1-11/+28
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley1-10/+3
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley1-35/+2
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley1-27/+4
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2019-07-08net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo2-4/+4
2019-06-30net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-276/+32
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+12
2019-06-11net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo1-2/+0
2019-06-11net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo1-6/+12
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+3
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner18-252/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven1-2/+2
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+20
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King1-0/+4
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron1-2/+5
2019-04-30openvswitch: load and reference the NAT helper.Flavio Leitner1-6/+20
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg3-0/+20
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg4-11/+12
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek6-28/+30
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal1-9/+9
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter1-1/+1
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu1-10/+36
2019-03-28openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei1-1/+29
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique2-0/+219
2019-03-26openvswitch: add seqadj extension when NAT is used.Flavio Leitner1-0/+6
2019-03-22genetlink: make policy common to familyJohannes Berg3-20/+6
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu1-0/+8
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu1-0/+4
2019-03-12openvswitch: convert to kvmallocKent Overstreet4-43/+13
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal1-3/+1
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2-6/+4
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal1-1/+1
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1