1. 076999e openvswitch: fix sparse warning incorrect type by Mark Gray · 3 years, 5 months ago
  2. 784dcfa openvswitch: fix alignment issues by Mark Gray · 3 years, 5 months ago
  3. b83d23a openvswitch: Introduce per-cpu upcall dispatch by Mark Gray · 3 years, 6 months ago
  4. c4ab7b5 openvswitch: add trace points by Aaron Conole · 3 years, 6 months ago
  5. fea07a4 net: openvswitch: silence suspicious RCU usage warning by Eelco Chaudron · 4 years, 2 months ago
  6. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  7. e0afe91 net: openvswitch: fixes crash if nf_conncount_init() fails by Eelco Chaudron · 4 years, 4 months ago
  8. cf3266a net: openvswitch: improve the coding style by Tonghao Zhang · 4 years, 4 months ago
  9. 1f3a090 net: openvswitch: introduce common code for flushing flows by Tonghao Zhang · 4 years, 5 months ago
  10. 9bf24f5 net: openvswitch: make masks cache size configurable by Eelco Chaudron · 4 years, 5 months ago
  11. 9d2f627 net: openvswitch: add masks cache hit counter by Eelco Chaudron · 4 years, 5 months ago
  12. a65878d net: openvswitch: fixes potential deadlock in dp cleanup code by Eelco Chaudron · 4 years, 5 months ago
  13. eac87c4 net: openvswitch: reorder masks array based on usage by Eelco Chaudron · 4 years, 6 months ago
  14. 27de77c net: openvswitch: ovs_ct_exit to be done under ovs_lock by Tonghao Zhang · 4 years, 9 months ago
  15. a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 4 years, 9 months ago
  16. b5ab1f1 openvswitch: add missing attribute validation for hash by Jakub Kicinski · 4 years, 10 months ago
  17. 53742e6 datapath.c: Use built-in RCU list checking by Madhuparna Bhowmik · 4 years, 10 months ago
  18. 2cec444 net: openvswitch: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  19. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  20. 8a574f8 openvswitch: remove another BUG_ON() by Paolo Abeni · 5 years ago
  21. 8ffeb03f openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() by Paolo Abeni · 5 years ago
  22. 4e81c0b openvswitch: fix flow command message size by Paolo Abeni · 5 years ago
  23. 61ca533 net: openvswitch: don't call pad_packet if not necessary by Tonghao Zhang · 5 years ago
  24. bd1903b net: openvswitch: add hash info to upcall by Tonghao Zhang · 5 years ago
  25. eec62ea net: openvswitch: simplify the ovs_dp_cmd_new by Tonghao Zhang · 5 years ago
  26. 4c76bf6 net: openvswitch: don't unlock mutex when changing the user_features fails by Tonghao Zhang · 5 years ago
  27. 04b7d13 net: openvswitch: add flow-mask cache for performance by Tonghao Zhang · 5 years ago
  28. d4e4fdf netns: fix GFP flags in rtnl_net_notifyid() by Guillaume Nault · 5 years ago
  29. ea8564c openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC by Li RongQing · 5 years ago
  30. 95a7233 net: openvswitch: Set OvS recirc_id from tc chain index by Paul Blakey · 5 years ago
  31. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  32. aa73366 openvswitch: Print error when ovs_execute_actions() fails by Yifeng Sun · 5 years ago
  33. 2606379 ovs: datapath: hide clang frame-overflow warnings by Arnd Bergmann · 5 years ago
  34. 6b660c4 net: openvswitch: do not update max_headroom if new headroom is equal to old headroom by Taehee Yoo · 5 years ago
  35. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. b90f5aa net: openvswitch: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  37. c942299 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 by Thomas Gleixner · 6 years ago
  38. a734d1f net: openvswitch: return an error instead of doing BUG_ON() by Eelco Chaudron · 6 years ago
  39. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  40. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  41. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  42. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  43. 0fff9bd net: openvswitch: fix missing checks for nla_nest_start by Kangjie Lu · 6 years ago
  44. 6f19893 net: openvswitch: fix a NULL pointer dereference by Kangjie Lu · 6 years ago
  45. 804fe10 openvswitch: Use correct reply values in datapath and vport ops by Yifeng Sun · 6 years ago
  46. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  47. 11efd5c openvswitch: Support conntrack zone limit by Yi-Hung Wei · 7 years ago
  48. ec9c780 ovs: Remove rtnl_lock() from ovs_exit_net() by Kirill Tkhai · 7 years ago
  49. f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
  50. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  51. ec71665 net: Convert ovs_net_ops by Kirill Tkhai · 7 years ago
  52. 2734166 net: openvswitch: datapath: fix data type in queue_gso_packets by Gustavo A. R. Silva · 7 years ago
  53. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  54. 96fbc13 openvswitch: Add meter infrastructure by Andy Zhou · 7 years ago
  55. 9602c01 openvswitch: export get_dp() API. by Andy Zhou · 7 years ago
  56. 9354d45 openvswitch: reliable interface indentification in port dumps by Jiri Benc · 7 years ago
  57. 5829e62 openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()' by Christophe JAILLET · 7 years ago
  58. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. 494bea3 openvswitch: fix skb_panic due to the incorrect actions attrlen by Liping Zhang · 7 years ago
  60. 880388a net: Remove all references to SKB_GSO_UDP. by David S. Miller · 7 years ago
  61. 9cc9a5c datapath: Avoid using stack larger than 1024. by Tonghao Zhang · 7 years ago
  62. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  63. 7529390 openvswitch: more accurate checksumming in queue_userspace_packet() by Davide Caratti · 8 years ago
  64. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  65. df30f74 openvswitch: upcall: Fix vlan handling. by pravin shelar · 8 years ago
  66. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  67. 5108bba openvswitch: add processing of L3 packets by Jiri Benc · 8 years ago
  68. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  69. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  70. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  71. 76e4cc7 openvswitch: remove unnecessary EXPORT_SYMBOLs by Jiri Benc · 8 years ago
  72. 2279994 openvswitch: avoid resetting flow key while installing new flow. by pravin shelar · 8 years ago
  73. 190aa3e7 openvswitch: Fix Frame-size larger than 1024 bytes warning. by pravin shelar · 8 years ago
  74. ed22709 openvswitch: use alias for genetlink family names by Thadeu Lima de Souza Cascardo · 8 years ago
  75. b95e592 openvswitch: Add packet len info to upcall. by William Tu · 9 years ago
  76. f2a4d08 openvswitch: Add packet truncation support. by William Tu · 9 years ago
  77. 66c7a5e ovs: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  78. 0238b72 ovs: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  79. 6f15cdb ovs: allow nl 'flow set' to use ufid without flow key by Samuel Gauthier · 9 years ago
  80. 3a927bc ovs: propagate per dp max headroom to all vports by Paolo Abeni · 9 years ago
  81. 263ea09 Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" by Florian Westphal · 9 years ago
  82. 551ddc0 openvswitch: Revert: "Enable memory mapped Netlink i/o" by Florian Westphal · 9 years ago
  83. 4a92602 openvswitch: allow management from inside user namespaces by Tycho Andersen · 9 years ago
  84. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 9 years ago
  85. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  86. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  87. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  88. b5ffe63 net: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  89. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  90. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  91. ae5f2fb openvswitch: Zero flows on allocation. by Jesse Gross · 9 years ago
  92. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  93. 3eedb41 openvswitch: Remove egress_tun_info. by Pravin B Shelar · 9 years ago
  94. c2ac667 openvswitch: Allow matching on conntrack label by Joe Stringer · 9 years ago
  95. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 9 years ago
  96. 8e2fed1 openvswitch: Serialize acts with original netlink len by Joe Stringer · 9 years ago
  97. c9db965 openvswitch: Abstract vport name through ovs_vport_name() by Thomas Graf · 9 years ago
  98. be4ace6 openvswitch: Move dev pointer into vport itself by Thomas Graf · 9 years ago
  99. 34ae932 openvswitch: Make tunnel set action attach a metadata dst by Thomas Graf · 9 years ago
  100. ccea744 openvswitch: include datapath actions with sampled-packet upcall to userspace by Neil McKee · 10 years ago