aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar1-1/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-13openvswitch: add processing of L3 packetsJiri Benc1-12/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-5/+5
2016-10-27genetlink: statically initialize familiesJohannes Berg1-0/+4
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-4/+0
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc1-2/+0
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar1-4/+4
2016-09-20openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar1-6/+9
2016-09-10openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo1-0/+4
2016-06-22openvswitch: Add packet len info to upcall.William Tu1-1/+12
2016-06-10openvswitch: Add packet truncation support.William Tu1-12/+17
2016-04-26ovs: align nlattr properly when neededNicolas Dichtel1-12/+15
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel1-1/+2
2016-03-13ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier1-11/+17
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni1-0/+40
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal1-5/+5
2016-02-18openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal1-7/+3
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen1-10/+10
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-4/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-3/+2
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-09-24genetlink: simplify genl_notifyJiri Benc1-2/+1
2015-09-22openvswitch: Zero flows on allocation.Jesse Gross1-2/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-1/+2
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar1-1/+0
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-7/+11
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-16/+50
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer1-1/+1
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf1-2/+2
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf1-5/+2
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf1-4/+4
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee1-2/+16
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-03-12net: Kill hold_net release_netEric W. Biederman1-3/+1
2015-02-20openvswitch: Fix net exit.Pravin B Shelar1-2/+43
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer1-50/+157
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer1-35/+6
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+6
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf1-1/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg1-2/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-3/+1
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-1/+2
2014-11-14openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar1-7/+7