summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorLines
2017-11-27net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva-1/+1
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn-0/+14
2017-11-13openvswitch: Add meter infrastructureAndy Zhou-2/+12
2017-11-13openvswitch: export get_dp() API.Andy Zhou-29/+0
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc-13/+34
2017-09-12openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET-1/+2
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang-3/+4
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller-14/+0
2017-07-01datapath: Avoid using stack larger than 1024.Tonghao Zhang-23/+58
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-1/+1
2017-05-19openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-1/+1
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar-1/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-1/+1
2016-11-13openvswitch: add processing of L3 packetsJiri Benc-12/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg-5/+5
2016-10-27genetlink: statically initialize familiesJohannes Berg-0/+4
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-4/+0
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc-2/+0
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar-4/+4
2016-09-20openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar-6/+9
2016-09-10openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo-0/+4
2016-06-22openvswitch: Add packet len info to upcall.William Tu-1/+12
2016-06-10openvswitch: Add packet truncation support.William Tu-12/+17
2016-04-26ovs: align nlattr properly when neededNicolas Dichtel-12/+15
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel-1/+2
2016-03-13ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier-11/+17
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni-0/+40
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal-5/+5
2016-02-18openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal-7/+3
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen-10/+10
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov-4/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+2
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar-3/+2
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2015-09-24genetlink: simplify genl_notifyJiri Benc-2/+1
2015-09-22openvswitch: Zero flows on allocation.Jesse Gross-2/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar-1/+2
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar-1/+0
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer-7/+11
2015-08-27openvswitch: Add conntrack actionJoe Stringer-16/+50
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer-1/+1
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf-2/+2
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf-5/+2
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf-4/+4
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee-2/+16
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck-1/+1