1. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  2. ece37c8 openvswitch: Use kmem_cache_free() instead of kfree() by Wei Yongjun · 11 years ago
  3. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  4. 443cd88 ovs: make functions local by Stephen Hemminger · 11 years ago
  5. 09c5e60 openvswitch: Compute checksum in skb_gso_segment() if needed by Thomas Graf · 11 years ago
  6. bda56f1 openvswitch: Use skb_zerocopy() for upcall by Thomas Graf · 11 years ago
  7. 8055a89 openvswitch: Pass datapath into userspace queue functions by Thomas Graf · 11 years ago
  8. 44da5ae openvswitch: Drop user features if old user space attempted to create datapath by Thomas Graf · 11 years ago
  9. 43d4be9 openvswitch: Allow user space to announce ability to accept unaligned Netlink messages by Thomas Graf · 11 years ago
  10. 5f03f47 openvswitch: remove duplicated include from flow_table.c by Wei Yongjun · 11 years ago
  11. 11d6c461 net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback} by Daniel Borkmann · 11 years ago
  12. e298e50 openvswitch: Per cpu flow stats. by Pravin B Shelar · 11 years ago
  13. 795449d openvswitch: Enable memory mapped Netlink i/o by Thomas Graf · 11 years ago
  14. 663efa3 openvswitch: Silence RCU lockdep checks from flow lookup. by Jesse Gross · 11 years ago
  15. 5bb5063 openvswitch: Change ovs_flow_tbl_lookup_xx() APIs by Andy Zhou · 11 years ago
  16. 8f49ce1 openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit). by Ben Pfaff · 11 years ago
  17. d121190 openvswitch: Correct comment. by Ben Pfaff · 11 years ago
  18. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  19. 7539fad net: Add utility functions to clear rxhash by Tom Herbert · 11 years ago
  20. 500f808 net: ovs: use CRC32 accelerated flow hash if available by Francesco Fusco · 11 years ago
  21. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  22. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  23. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  24. 62b68e9 genetlink: add and use genl_set_err() by Johannes Berg · 11 years ago
  25. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  26. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  27. 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
  28. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  29. 6fcf018 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  30. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  31. 8ddd094 openvswitch: Use flow hash during flow lookup operation. by Pravin B Shelar · 11 years ago
  32. 5eb26b1 openvswitch: TCP flags matching support. by Jarno Rajahalme · 11 years ago
  33. df23e9f openvswitch: Widen TCP flags handling. by Jarno Rajahalme · 11 years ago
  34. 3cdb35b openvswitch: Enable all GSO features on internal port. by Pravin B Shelar · 11 years ago
  35. 1bd7116 openvswitch: collect mega flow mask stats by Andy Zhou · 11 years ago
  36. b07c265 openvswitch: fix vport-netdev unregister by Alexei Starovoitov · 11 years ago
  37. 618ed0c openvswitch: Simplify mega-flow APIs. by Pravin B Shelar · 11 years ago
  38. b637e49 openvswitch: Move mega-flow list out of rehashing struct. by Pravin B Shelar · 11 years ago
  39. e644571 openvswitch: Restructure datapath.c and flow.c by Pravin B Shelar · 11 years ago
  40. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  41. f0627cf openvswitch: remove duplicated include from vport-gre.c by Wei Yongjun · 11 years ago
  42. 9db5507 openvswitch: remove duplicated include from vport-vxlan.c by Wei Yongjun · 11 years ago
  43. e7f1332 openvswitch: Move flow table rehashing to flow install. by Pravin B Shelar · 11 years ago
  44. 3bf4b5b net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrs by Daniel Borkmann · 11 years ago
  45. 0d40f75 openvswitch: Fix alignment of struct sw_flow_key. by Jesse Gross · 11 years ago
  46. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  47. 1179618 vxlan: remove net arg from vxlan[6]_xmit_skb() by Nicolas Dichtel · 11 years ago
  48. 8b7ed2d iptunnels: remove net arg from iptunnel_xmit() by Nicolas Dichtel · 11 years ago
  49. e4c7ed4 vxlan: add ipv6 support by Cong Wang · 11 years ago
  50. 5828cd9 openvswitch: optimize flow compare and mask functions by Andy Zhou · 11 years ago
  51. 0223737 openvswitch: Rename key_len to key_end by Andy Zhou · 11 years ago
  52. a175a72 openvswitch: Add SCTP support by Joe Stringer · 11 years ago
  53. 03f0d91 openvswitch: Mega flow implementation by Andy Zhou · 11 years ago
  54. 3fa34de openvswitch: check CONFIG_OPENVSWITCH_GRE in makefile by Cong Wang · 11 years ago
  55. 2694838 openvswitch: Fix argument descriptions in vport.c. by Justin Pettit · 11 years ago
  56. 2537b4d openvswitch:: link upper device for port devices by Jiri Pirko · 11 years ago
  57. 76a66c7 openvswitch: Use non rcu hlist_del() flow table entry. by Pravin B Shelar · 11 years ago
  58. 59a35d6 openvswitch: Use RCU lock for dp dump operation. by Pravin B Shelar · 11 years ago
  59. d57170b openvswitch: Use RCU lock for flow dump operation. by Pravin B Shelar · 11 years ago
  60. 5826484 openvswitch: Add vxlan tunneling support. by Pravin B Shelar · 11 years ago
  61. 36bf5cc openvswitch: Reset tunnel key between input and output. by Jesse Gross · 11 years ago
  62. 42415c9 openvswitch: Use correct type while allocating flex array. by Pravin B Shelar · 11 years ago
  63. 30444e9 openvswitch: Fix bad merge resolution. by Jesse Gross · 11 years ago
  64. fb825a5 openvswitch: Add Kconfig dependency on GRE-DEMUX. by Pravin B Shelar · 11 years ago
  65. 479b1a5 openvswitch: Use correct config guard. by Pravin B Shelar · 11 years ago
  66. aa31070 openvswitch: Add gre tunnel support. by Pravin B Shelar · 11 years ago
  67. a3e8299 openvswitch: Optimize flow key match for non tunnel flows. by Pravin B Shelar · 11 years ago
  68. ffe3f43 openvswitch: Expand action buffer size. by Pravin B Shelar · 11 years ago
  69. 7d5437c openvswitch: Add tunneling interface. by Pravin B Shelar · 11 years ago
  70. 74f84a5 openvswitch: Copy individual actions. by Pravin B Shelar · 11 years ago
  71. 09ce069 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  72. 93d8fd1 openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() by Pravin B Shelar · 11 years ago
  73. b34df5e openvswitch: make skb->csum consistent with rest of networking stack. by Pravin B Shelar · 11 years ago
  74. af78416 openvswitch: Fix misspellings in comments and docs. by Andy Hill · 11 years ago
  75. 34d94f2 openvswitch: fix variable names in comment by Lorand Jakab · 11 years ago
  76. 91b7514 openvswitch: Unify vport error stats handling. by Pravin B Shelar · 11 years ago
  77. cbd531b openvswitch: Remove unused get_config vport op. by Jesse Gross · 11 years ago
  78. f44f340 openvswitch: Immediately exit on error in ovs_vport_cmd_set(). by Jesse Gross · 11 years ago
  79. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  80. cff63a5 openvswitch: Remove unneeded ovs_netdev_get_ifindex() by Thomas Graf · 11 years ago
  81. 3a4e0d6 openvswitch: Use parallel_ops genl. by Pravin B Shelar · 11 years ago
  82. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  83. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  84. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  85. e0f0ecf openvswitch: Use generic struct pcpu_tstats. by Pravin B Shelar · 11 years ago
  86. 8e4e171 openvswitch: Simplify datapath locking. by Pravin B Shelar · 11 years ago
  87. b4f9e8c openvswitch: datapath.h: Fix a stale comment. by Andy Zhou · 11 years ago
  88. 5d96335 openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attribute by Thomas Graf · 11 years ago
  89. ed66118 openvswitch: Move common genl notify code into ovs_notify() by Thomas Graf · 11 years ago
  90. c3ff8cf openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZE by Thomas Graf · 11 years ago
  91. 32686a9 openvswitch: Use nla_memcpy() to memcpy() data from attributes by Thomas Graf · 11 years ago
  92. dded45fc openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policy by Thomas Graf · 11 years ago
  93. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 11 years ago
  94. d3e1101 openvswitch: correct an invalid BUG_ON by Hong Zhiguo · 11 years ago
  95. a934151 openvswitch: Preallocate reply skb in ovs_vport_cmd_set(). by Jesse Gross · 11 years ago
  96. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  97. 86feff3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  98. 296b601 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  99. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  100. d176ca2 openvswitch: remove some useless comments by Cong Wang · 11 years ago