Age | Commit message (Expand) | Author | Files | Lines |
2022-12-22 | net: openvswitch: release vport resources on failure | Aaron Conole | 1 | -2/+6 |
2022-12-16 | openvswitch: Fix flow lookup to use unmasked key | Eelco Chaudron | 1 | -9/+16 |
2022-12-12 | net: move the nat function to nf_nat_ovs for ovs and tc | Xin Long | 2 | -127/+11 |
2022-12-12 | openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_nat | Xin Long | 1 | -1/+1 |
2022-12-12 | openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info nat | Xin Long | 1 | -2/+4 |
2022-12-12 | openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_execute | Xin Long | 1 | -11/+6 |
2022-12-09 | net: openvswitch: Add support to count upcall packets | wangchuanlei | 3 | -0/+107 |
2022-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+4 |
2022-11-18 | netfilter: conntrack: Fix data-races around ct mark | Daniel Xu | 1 | -4/+4 |
2022-11-08 | net: move add ct helper function to nf_conntrack_helper for ovs and tc | Xin Long | 1 | -39/+5 |
2022-11-08 | net: move the ct helper function to nf_conntrack_helper for ovs and tc | Xin Long | 1 | -60/+1 |
2022-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2022-11-01 | rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link | Hangbin Liu | 4 | -4/+4 |
2022-10-29 | net: openvswitch: add missing .resv_start_op | Jakub Kicinski | 1 | -0/+1 |
2022-10-29 | net: Remove the obsolte u64_stats_fetch_*_irq() users (net). | Thomas Gleixner | 2 | -7/+6 |
2022-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2022-10-27 | openvswitch: switch from WARN to pr_warn | Aaron Conole | 1 | -1/+2 |
2022-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-10-20 | openvswitch: Use kmalloc_size_roundup() to match ksize() usage | Kees Cook | 1 | -1/+1 |
2022-10-17 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2022-10-13 | openvswitch: add nf_ct_is_confirmed check before assigning the helper | Xin Long | 1 | -1/+2 |
2022-10-12 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
2022-09-27 | net: openvswitch: allow conntrack in non-initial user namespace | Michael Weiß | 1 | -5/+8 |
2022-09-27 | net: openvswitch: allow metering in non-initial user namespace | Michael Weiß | 1 | -7/+7 |
2022-09-20 | openvswitch: Change the return type for vport_ops.send function hook to int | Nathan Huckleberry | 2 | -2/+2 |
2022-09-09 | net: openvswitch: fix repeated words in comments | Jilin Yuan | 1 | -1/+1 |
2022-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 3 | -0/+5 |
2022-08-27 | openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requests | Andrey Zhadchenko | 1 | -1/+9 |
2022-08-27 | openvswitch: allow specifying ifindex of new interfaces | Andrey Zhadchenko | 3 | -2/+12 |
2022-08-27 | openvswitch: fix memory leak at failed datapath creation | Andrey Zhadchenko | 1 | -1/+3 |
2022-08-23 | openvswitch: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-08-22 | openvswitch: Fix overreporting of drops in dropwatch | Mike Pattrick | 1 | -2/+3 |
2022-08-22 | openvswitch: Fix double reporting of drops in dropwatch | Mike Pattrick | 1 | -3/+10 |
2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-06-23 | net: openvswitch: fix parsing of nw_proto for IPv6 fragments | Rosemarie O'Riorden | 1 | -1/+1 |
2022-06-10 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -3/+3 |
2022-06-09 | net: openvswitch: fix misuse of the cached connection on tuple changes | Ilya Maximets | 2 | -1/+9 |
2022-04-15 | openvswitch: fix OOB access in reserve_sfa_size() | Paolo Valerio | 1 | -1/+1 |
2022-04-06 | net: openvswitch: fix leak of nested actions | Ilya Maximets | 1 | -5/+90 |
2022-04-06 | net: openvswitch: don't send internal clone attribute to the userspace. | Ilya Maximets | 2 | -2/+4 |
2022-03-31 | openvswitch: Add recirc_id to recirc warning | Stéphane Graber | 1 | -2/+2 |
2022-03-29 | openvswitch: Fixed nd target mask field in the flow dump. | Martin Varghese | 1 | -2/+2 |
2022-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -59/+59 |
2022-03-22 | openvswitch: always update flow key after nat | Aaron Conole | 1 | -59/+59 |
2022-03-11 | net: openvswitch: fix uAPI incompatibility with existing user space | Ilya Maximets | 1 | -3/+10 |
2022-03-03 | net: Add skb_clear_tstamp() to keep the mono delivery_time | Martin KaFai Lau | 1 | -1/+1 |
2022-03-03 | net: openvswitch: remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2022-02-25 | net: openvswitch: IPv6: Add IPv6 extension header support | Toms Atteka | 3 | -2/+178 |
2022-02-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+38 |