1. b5ffe63 net: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  2. ccea744 openvswitch: include datapath actions with sampled-packet upcall to userspace by Neil McKee · 9 years ago
  3. 6713fc9 openvswitch: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  4. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  5. 7b4577a openvswitch: Fix net exit. by Pravin B Shelar · 10 years ago
  6. 74ed7ab openvswitch: Add support for unique flow IDs. by Joe Stringer · 10 years ago
  7. 5b4237b openvswitch: Refactor ovs_nla_fill_match(). by Joe Stringer · 10 years ago
  8. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  9. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  10. 1ba3980 openvswitch: packet messages need their own probe attribtue by Thomas Graf · 10 years ago
  11. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  12. f8403a2 genetlink: pass only network namespace to genl_has_listeners() by Johannes Berg · 10 years ago
  13. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  14. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  15. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  16. 8ec609d openvswitch: Convert dp rcu read operation to locked operations by Pravin B Shelar · 10 years ago
  17. 05da589 openvswitch: Add support for OVS_FLOW_ATTR_PROBE. by Jarno Rajahalme · 10 years ago
  18. 12eb18f openvswitch: Constify various function arguments by Thomas Graf · 10 years ago
  19. e8eedb8 openvswitch: Remove redundant key ref from upcall_info. by Pravin B Shelar · 10 years ago
  20. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  21. 9ba559d openvswitch: Export symbols as GPL symbols. by Pravin B Shelar · 10 years ago
  22. 2fdb957 openvswitch: Refactor action alloc and copy api. by Pravin B Shelar · 10 years ago
  23. 41af73e openvswitch: Move key_attr_size() to flow_netlink.h. by Joe Stringer · 10 years ago
  24. d98612b openvswitch: Remove flow member from struct ovs_skb_cb by Lorand Jakab · 10 years ago
  25. cc3a5ae openvswitch: Refactor get_dp() function into multiple access APIs. by Andy Zhou · 10 years ago
  26. ca7105f openvswitch: Refactor ovs_flow_cmd_fill_info(). by Joe Stringer · 10 years ago
  27. 426cda5 openvswitch: Additional logging for -EINVAL on flow setups. by Jesse Gross · 10 years ago
  28. 9b996e5 openvswitch: Move table destroy to dp-rcu callback. by Pravin B Shelar · 10 years ago
  29. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  30. 2c6c49d openvswitch: Export lockdep_ovsl_is_held to modules. by David S. Miller · 10 years ago
  31. 62b9c8d ovs: Turn vports with dependencies into separate modules by Thomas Graf · 10 years ago
  32. 330966e net: make skb_gso_segment error handling more robust by Florian Westphal · 10 years ago
  33. f579668 openvswitch: Add support for Geneve tunneling. by Jesse Gross · 10 years ago
  34. 6b205b2 openvswitch: Factor out allocation and verification of actions. by Jesse Gross · 10 years ago
  35. 67fa034 openvswitch: Add support for matching on OAM packets. by Jesse Gross · 10 years ago
  36. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  37. 9b67aa4 openvswitch: restore OVS_FLOW_CMD_NEW notifications by Samuel Gauthier · 10 years ago
  38. 971427f3 openvswitch: Add recirc and hash action. by Andy Zhou · 10 years ago
  39. 8c8b1b8 openvswitch: Use tun_key only for egress tunnel path. by Pravin B Shelar · 10 years ago
  40. 83c8df2 openvswitch: refactor ovs flow extract API. by Pravin B Shelar · 10 years ago
  41. 2ff3e4e openvswitch: Remove pkt_key from OVS_CB by Pravin B Shelar · 10 years ago
  42. c5eba0b openvswitch: distinguish between the dropped and consumed skb by Li RongQing · 10 years ago
  43. 4ee45ea openvswitch: fix a memory leak by Li RongQing · 10 years ago
  44. 2072ec8 openvswitch: fix duplicate #include headers by Jean Sacren · 10 years ago
  45. d0e992a openvswitch: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  46. f53e383 openvswitch: Avoid memory corruption in queue_userspace_packet() by Andy Zhou · 10 years ago
  47. 5cd667b openvswitch: Allow each vport to have an array of 'port_id's. by Alex Wang · 10 years ago
  48. 48e48a7 openvswitch: make generic netlink group const by stephen hemminger · 10 years ago
  49. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  50. 5b9e7e1 openvswitch: introduce rtnl ops stub by Jiri Pirko · 10 years ago
  51. 4a46b24 openvswitch: Use exact lookup for flow_get and flow_del. by Alex Wang · 10 years ago
  52. ad55200 openvswitch: Fix tracking of flags seen in TCP flows. by Ben Pfaff · 10 years ago
  53. 0c200ef openvswitch: Simplify genetlink code. by Pravin B Shelar · 10 years ago
  54. 893f139 openvswitch: Minimize ovs_flow_cmd_new|set critical sections. by Jarno Rajahalme · 10 years ago
  55. 37bdc87 openvswitch: Split ovs_flow_cmd_new_or_set(). by Jarno Rajahalme · 10 years ago
  56. aed0677 openvswitch: Minimize ovs_flow_cmd_del critical section. by Jarno Rajahalme · 10 years ago
  57. 0e9796b openvswitch: Reduce locking requirements. by Jarno Rajahalme · 10 years ago
  58. 6093ae9 openvswitch: Minimize dp and vport critical sections. by Jarno Rajahalme · 10 years ago
  59. fb5d1e9 openvswitch: Build flow cmd netlink reply only if needed. by Jarno Rajahalme · 10 years ago
  60. bb6f9a7 openvswitch: Clarify locking. by Jarno Rajahalme · 10 years ago
  61. be52c9e openvswitch: Avoid assigning a NULL pointer to flow actions. by Jarno Rajahalme · 10 years ago
  62. 23dabf8 openvswitch: Remove 5-tuple optimization. by Jarno Rajahalme · 11 years ago
  63. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  64. 36d5fe6 core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors by Zoltan Kiss · 11 years ago
  65. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  67. 42ee19e openvswitch: Fix race. by Jarno Rajahalme · 11 years ago
  68. 3c7eacf ovs: fix dp check in ovs_dp_reset_user_features by Jiri Pirko · 11 years ago
  69. df9d9fd openvswitch: rename ->sync to ->syncp by WANG Cong · 11 years ago
  70. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 11 years ago
  71. c14e095 openvswitch: Suppress error messages on megaflow updates by Andy Zhou · 11 years ago
  72. 45fb9c3 openvswitch: Fix ovs_dp_cmd_msg_size() by Daniele Di Proietto · 11 years ago
  73. e80857c openvswitch: Fix kernel panic on ovs_flow_free by Andy Zhou · 11 years ago
  74. aea0bb4 openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performed by Thomas Graf · 11 years ago
  75. 443cd88 ovs: make functions local by Stephen Hemminger · 11 years ago
  76. 09c5e60 openvswitch: Compute checksum in skb_gso_segment() if needed by Thomas Graf · 11 years ago
  77. bda56f1 openvswitch: Use skb_zerocopy() for upcall by Thomas Graf · 11 years ago
  78. 8055a89 openvswitch: Pass datapath into userspace queue functions by Thomas Graf · 11 years ago
  79. 44da5ae openvswitch: Drop user features if old user space attempted to create datapath by Thomas Graf · 11 years ago
  80. 43d4be9 openvswitch: Allow user space to announce ability to accept unaligned Netlink messages by Thomas Graf · 11 years ago
  81. e298e50 openvswitch: Per cpu flow stats. by Pravin B Shelar · 11 years ago
  82. 795449d openvswitch: Enable memory mapped Netlink i/o by Thomas Graf · 11 years ago
  83. 663efa3 openvswitch: Silence RCU lockdep checks from flow lookup. by Jesse Gross · 11 years ago
  84. 5bb5063 openvswitch: Change ovs_flow_tbl_lookup_xx() APIs by Andy Zhou · 11 years ago
  85. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  86. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  87. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  88. 62b68e9 genetlink: add and use genl_set_err() by Johannes Berg · 11 years ago
  89. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  90. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  91. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  93. df23e9f openvswitch: Widen TCP flags handling. by Jarno Rajahalme · 11 years ago
  94. 1bd7116 openvswitch: collect mega flow mask stats by Andy Zhou · 11 years ago
  95. 618ed0c openvswitch: Simplify mega-flow APIs. by Pravin B Shelar · 11 years ago
  96. b637e49 openvswitch: Move mega-flow list out of rehashing struct. by Pravin B Shelar · 11 years ago
  97. e644571 openvswitch: Restructure datapath.c and flow.c by Pravin B Shelar · 11 years ago
  98. e7f1332 openvswitch: Move flow table rehashing to flow install. by Pravin B Shelar · 11 years ago
  99. a175a72 openvswitch: Add SCTP support by Joe Stringer · 11 years ago
  100. 03f0d91 openvswitch: Mega flow implementation by Andy Zhou · 11 years ago