- 6e2f90d net: openvswitch: limit the number of recursions from action sets by Aaron Conole · 1 year, 1 month ago
- 9bc64bd net/sched: act_ct: Always fill offloading tuple iifidx by Vlad Buslov · 1 year, 4 months ago
- 7713ec8 net: openvswitch: Annotate struct mask_array with __counted_by by Christophe JAILLET · 1 year, 5 months ago
- df3bf90 net: openvswitch: Use struct_size() by Christophe JAILLET · 1 year, 5 months ago
- 16ae53d net: openvswitch: Annotate struct dp_meter with __counted_by by Kees Cook · 1 year, 6 months ago
- e7b3482 net: openvswitch: Annotate struct dp_meter_instance with __counted_by by Kees Cook · 1 year, 6 months ago
- 06bc366 openvswitch: reduce stack usage in do_execute_actions by Ilya Maximets · 1 year, 6 months ago
- 762c8dc net: dst: remove unnecessary input parameter in dst_alloc and dst_init by Zhengchao Shao · 1 year, 6 months ago
- 7ff57803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
- a552bfa net: openvswitch: reject negative ifindex by Jakub Kicinski · 1 year, 7 months ago
- bffcc68 genetlink: remove userhdr from struct genl_info by Jakub Kicinski · 1 year, 7 months ago
- 43d95b3 net: openvswitch: add misc error drop reasons by Adrian Moreno · 1 year, 7 months ago
- f329d1b net: openvswitch: add meter drop reason by Adrian Moreno · 1 year, 7 months ago
- e7bc7db net: openvswitch: add explicit drop action by Eric Garver · 1 year, 7 months ago
- ec7bfb5 net: openvswitch: add action error drop reason by Adrian Moreno · 1 year, 7 months ago
- 9d802da net: openvswitch: add last-action drop reason by Adrian Moreno · 1 year, 7 months ago
- 8c8b733 openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conntrack by Xin Long · 1 year, 8 months ago
- e069ba0 net: openvswitch: add support for l4 symmetric hashing by Aaron Conole · 1 year, 9 months ago
- d457a0e net: move gso declarations and functions to their own files by Eric Dumazet · 1 year, 9 months ago
- 449f6bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
- de9df6c net: openvswitch: fix upcall counter access before allocation by Eelco Chaudron · 1 year, 9 months ago
- b50a8b0 net: openvswitch: Use struct_size() by Christophe JAILLET · 1 year, 10 months ago
- 066b867 net: openvswitch: fix race on port output by Felix Huettner · 1 year, 11 months ago
- d2980d8 Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years ago
- 80cd22c net/sched: cls_api: Support hardware miss to tc action by Paul Blakey · 2 years, 1 month ago
- 675f176 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 2 years, 1 month ago
- 2fa28f5 net: openvswitch: fix possible memory leak in ovs_meter_cmd_set() by Hangyu Hua · 2 years, 1 month ago
- 0785407 net: extract nf_ct_handle_fragments to nf_conntrack_ovs by Xin Long · 2 years, 1 month ago
- 1b83bf4 openvswitch: move key and ovs_cb update out of handle_fragments by Xin Long · 2 years, 1 month ago
- 67fc5d7 net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs by Xin Long · 2 years, 1 month ago
- c0c3ab6 net: create nf_conntrack_ovs for ovs and tc use by Xin Long · 2 years, 1 month ago
- 5c72b4c openvswitch: Use string_is_terminated() helper by Andy Shevchenko · 2 years, 1 month ago
- 15ea59a net: openvswitch: reduce cpu_used_mask memory by Eddy Tao · 2 years, 1 month ago
- 1b381f6 scripts/spelling.txt: add "exsits" pattern and fix typo instances by Luca Ceresoli · 2 years, 1 month ago
- 82b4a94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 1 month ago
- 0c598ae net: openvswitch: fix flow memory leak in ovs_flow_cmd_new by Fedor Pchelkin · 2 years, 1 month ago
- ec84c95 openvswitch: use skb_ip_totlen in conntrack by Xin Long · 2 years, 1 month ago
- 95637d9 net: openvswitch: release vport resources on failure by Aaron Conole · 2 years, 3 months ago
- 68bb101 openvswitch: Fix flow lookup to use unmasked key by Eelco Chaudron · 2 years, 3 months ago
- ebddb14 net: move the nat function to nf_nat_ovs for ovs and tc by Xin Long · 2 years, 3 months ago
- 2b85144 openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_nat by Xin Long · 2 years, 3 months ago
- 7795928 openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info nat by Xin Long · 2 years, 3 months ago
- bf14f49 openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_execute by Xin Long · 2 years, 3 months ago
- 1933ea3 net: openvswitch: Add support to count upcall packets by wangchuanlei · 2 years, 3 months ago
- f2bb566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
- 52d1aa8 netfilter: conntrack: Fix data-races around ct mark by Daniel Xu · 2 years, 4 months ago
- f96cba2 net: move add ct helper function to nf_conntrack_helper for ovs and tc by Xin Long · 2 years, 4 months ago
- ca71277 net: move the ct helper function to nf_conntrack_helper for ovs and tc by Xin Long · 2 years, 4 months ago
- fbeb229 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
- f3a63cc rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link by Hangbin Liu · 2 years, 4 months ago
- e4ba455 net: openvswitch: add missing .resv_start_op by Jakub Kicinski · 2 years, 4 months ago
- d120d1a net: Remove the obsolte u64_stats_fetch_*_irq() users (net). by Thomas Gleixner · 2 years, 4 months ago
- 31f1aa4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
- fd954cc openvswitch: switch from WARN to pr_warn by Aaron Conole · 2 years, 4 months ago
- 94adb5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
- ab3f782 openvswitch: Use kmalloc_size_roundup() to match ksize() usage by Kees Cook · 2 years, 5 months ago
- f1947d7 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 5 months ago
- 3c18605 openvswitch: add nf_ct_is_confirmed check before assigning the helper by Xin Long · 2 years, 5 months ago
- a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 5 months ago
- 59cd737 net: openvswitch: allow conntrack in non-initial user namespace by Michael Weiß · 2 years, 5 months ago
- 8039371 net: openvswitch: allow metering in non-initial user namespace by Michael Weiß · 2 years, 5 months ago
- 8bb7c4f openvswitch: Change the return type for vport_ops.send function hook to int by Nathan Huckleberry · 2 years, 6 months ago
- 169ccf0 net: openvswitch: fix repeated words in comments by Jilin Yuan · 2 years, 6 months ago
- 60ad110 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 6 months ago
- 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 6 months ago
- 347541e openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requests by Andrey Zhadchenko · 2 years, 6 months ago
- 54c4ef3 openvswitch: allow specifying ifindex of new interfaces by Andrey Zhadchenko · 2 years, 6 months ago
- a87406f openvswitch: fix memory leak at failed datapath creation by Andrey Zhadchenko · 2 years, 6 months ago
- 19d1c04 openvswitch: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
- c21ab2a openvswitch: Fix overreporting of drops in dropwatch by Mike Pattrick · 2 years, 7 months ago
- 1100248 openvswitch: Fix double reporting of drops in dropwatch by Mike Pattrick · 2 years, 7 months ago
- 93817be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 9 months ago
- 12378a5 net: openvswitch: fix parsing of nw_proto for IPv6 fragments by Rosemarie O'Riorden · 2 years, 9 months ago
- d62607c net: rename reference+tracking helpers by Jakub Kicinski · 2 years, 9 months ago
- 2061ecfdf net: openvswitch: fix misuse of the cached connection on tuple changes by Ilya Maximets · 2 years, 9 months ago
- cefa91b openvswitch: fix OOB access in reserve_sfa_size() by Paolo Valerio · 2 years, 11 months ago
- 1f30fb9 net: openvswitch: fix leak of nested actions by Ilya Maximets · 3 years ago
- 3f2a305 net: openvswitch: don't send internal clone attribute to the userspace. by Ilya Maximets · 3 years ago
- ea07af2 openvswitch: Add recirc_id to recirc warning by Stéphane Graber · 3 years ago
- f19c444 openvswitch: Fixed nd target mask field in the flow dump. by Martin Varghese · 3 years ago
- 8969519 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 60b44ca openvswitch: always update flow key after nat by Aaron Conole · 3 years ago
- 1926407a net: openvswitch: fix uAPI incompatibility with existing user space by Ilya Maximets · 3 years ago
- de79910 net: Add skb_clear_tstamp() to keep the mono delivery_time by Martin KaFai Lau · 3 years ago
- cb1d8fb net: openvswitch: remove unneeded semicolon by Yang Li · 3 years ago
- 28a3f06 net: openvswitch: IPv6: Add IPv6 extension header support by Toms Atteka · 3 years ago
- aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- d9b5ae5 openvswitch: Fix setting ipv6 fields causing hw csum failure by Paul Blakey · 3 years ago
- 35d39fe net/sched: Enable tc skb ext allocation on chain miss only when needed by Paul Blakey · 3 years, 1 month ago
- 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
- 6f022c2 net: openvswitch: Fix ct_state nat flags for conns arriving from tc by Paul Blakey · 3 years, 2 months ago
- 77bbcb6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 3 years, 2 months ago
- 408bdcf net: prefer nf_ct_put instead of nf_conntrack_put by Florian Westphal · 3 years, 2 months ago
- 7197743 netfilter: conntrack: convert to refcount_t api by Florian Westphal · 3 years, 2 months ago
- b702436 net: openvswitch: Fill act ct extension by Paul Blakey · 3 years, 2 months ago
- 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
- 635d448 net: openvswitch: Fix matching zone id for invalid conns arriving from tc by Paul Blakey · 3 years, 3 months ago
- e7c8ab8 openvswitch: add net device refcount tracker to struct vport by Eric Dumazet · 3 years, 3 months ago
- 98fa41d net: openvswitch: Remove redundant if statements by Xu Wang · 3 years, 3 months ago
- a1554c0 include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h by Mianhan Liu · 3 years, 4 months ago