aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: add and use genl_set_err()Johannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-01openvswitch: Use flow hash during flow lookup operation.Pravin B Shelar
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme
2013-11-01openvswitch: Widen TCP flags handling.Jarno Rajahalme
2013-11-01openvswitch: Enable all GSO features on internal port.Pravin B Shelar
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou
2013-10-16openvswitch: fix vport-netdev unregisterAlexei Starovoitov
2013-10-04openvswitch: Simplify mega-flow APIs.Pravin B Shelar
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman
2013-09-23openvswitch: remove duplicated include from vport-gre.cWei Yongjun
2013-09-23openvswitch: remove duplicated include from vport-vxlan.cWei Yongjun
2013-09-17openvswitch: Move flow table rehashing to flow install.Pravin B Shelar
2013-09-11net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrsDaniel Borkmann
2013-09-05openvswitch: Fix alignment of struct sw_flow_key.Jesse Gross
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-08-31vxlan: add ipv6 supportCong Wang
2013-08-27openvswitch: optimize flow compare and mask functionsAndy Zhou
2013-08-26openvswitch: Rename key_len to key_endAndy Zhou
2013-08-26openvswitch: Add SCTP supportJoe Stringer
2013-08-23openvswitch: Mega flow implementationAndy Zhou
2013-08-23openvswitch: check CONFIG_OPENVSWITCH_GRE in makefileCong Wang
2013-08-23openvswitch: Fix argument descriptions in vport.c.Justin Pettit
2013-08-23openvswitch:: link upper device for port devicesJiri Pirko
2013-08-23openvswitch: Use non rcu hlist_del() flow table entry.Pravin B Shelar
2013-08-23openvswitch: Use RCU lock for dp dump operation.Pravin B Shelar
2013-08-23openvswitch: Use RCU lock for flow dump operation.Pravin B Shelar
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar
2013-08-14openvswitch: Reset tunnel key between input and output.Jesse Gross
2013-08-14openvswitch: Use correct type while allocating flex array.Pravin B Shelar
2013-08-14openvswitch: Fix bad merge resolution.Jesse Gross
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar
2013-06-19openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar
2013-06-19openvswitch: Expand action buffer size.Pravin B Shelar
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar
2013-06-19openvswitch: Copy individual actions.Pravin B Shelar