summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* net: move the nat function to nf_nat_ovs for ovs and tcXin Long2022-12-122-127/+11
* openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long2022-12-121-1/+1
* openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long2022-12-121-2/+4
* openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long2022-12-121-11/+6
* net: openvswitch: Add support to count upcall packetswangchuanlei2022-12-093-0/+107
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-4/+4
|\
| * netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-4/+4
* | net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-39/+5
* | net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-60/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-0/+1
|\|
| * net: openvswitch: add missing .resv_start_opJakub Kicinski2022-10-281-0/+1
* | rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu2022-10-314-4/+4
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-282-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-1/+2
|\|
| * openvswitch: switch from WARN to pr_warnAaron Conole2022-10-271-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-201-1/+1
|\|
| * Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
| |\
| | * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* | | openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-10-191-1/+1
|/ /
* / openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long2022-10-121-1/+2
|/
* net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß2022-09-271-5/+8
* net: openvswitch: allow metering in non-initial user namespaceMichael Weiß2022-09-271-7/+7
* openvswitch: Change the return type for vport_ops.send function hook to intNathan Huckleberry2022-09-192-2/+2
* net: openvswitch: fix repeated words in commentsJilin Yuan2022-09-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+3
|\
| * openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko2022-08-261-1/+3
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-293-0/+5
* | openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko2022-08-261-1/+9
* | openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko2022-08-263-2/+12
* | openvswitch: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* | openvswitch: Fix overreporting of drops in dropwatchMike Pattrick2022-08-221-2/+3
* | openvswitch: Fix double reporting of drops in dropwatchMike Pattrick2022-08-221-3/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-1/+1
|\
| * net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-231-1/+1
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-3/+3
|/
* net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-082-1/+9
* openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio2022-04-151-1/+1
* net: openvswitch: fix leak of nested actionsIlya Maximets2022-04-061-5/+90
* net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2022-04-052-2/+4
* openvswitch: Add recirc_id to recirc warningStéphane Graber2022-03-311-2/+2
* openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese2022-03-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-59/+59
|\
| * openvswitch: always update flow key after natAaron Conole2022-03-211-59/+59
* | net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets2022-03-101-3/+10
* | net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-1/+1
* | net: openvswitch: remove unneeded semicolonYang Li2022-03-021-1/+1
* | net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka2022-02-253-2/+178
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-8/+38
|\|
| * openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-8/+38
* | net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-053-10/+13
|/