summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai2018-03-291-2/+0
* net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert ovs_net_opsKirill Tkhai2018-03-171-0/+1
* net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2017-11-271-1/+1
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-241-0/+14
* openvswitch: Add meter infrastructureAndy Zhou2017-11-131-2/+12
* openvswitch: export get_dp() API.Andy Zhou2017-11-131-29/+0
* openvswitch: reliable interface indentification in port dumpsJiri Benc2017-11-051-13/+34
* openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET2017-09-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-3/+4
|\
| * openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-161-3/+4
* | net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-171-14/+0
|/
* datapath: Avoid using stack larger than 1024.Tonghao Zhang2017-07-011-23/+58
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-1/+1
* openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti2017-05-191-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-271-1/+0
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* openvswitch: add processing of L3 packetsJiri Benc2016-11-131-12/+1
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-5/+5
* genetlink: statically initialize familiesJohannes Berg2016-10-271-0/+4
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-4/+0
* openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc2016-10-191-2/+0
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-201-4/+4
* openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar2016-09-201-6/+9
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-101-0/+4
* openvswitch: Add packet len info to upcall.William Tu2016-06-221-1/+12
* openvswitch: Add packet truncation support.William Tu2016-06-101-12/+17
* ovs: align nlattr properly when neededNicolas Dichtel2016-04-261-12/+15
* ovs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-1/+2
* ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier2016-03-131-11/+17
* ovs: propagate per dp max headroom to all vportsPaolo Abeni2016-03-011-0/+40
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-5/+5
* openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal2016-02-181-7/+3
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-111-10/+10
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-151-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\
| * net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-3/+2
|\ \
| * | openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-2/+2
|\| |
| * | openvswitch: Zero flows on allocation.Jesse Gross2015-09-221-2/+2
* | | genetlink: simplify genl_notifyJiri Benc2015-09-241-2/+1
|/ /
* | ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-1/+2
* | openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-291-1/+0
* | openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-271-7/+11
* | openvswitch: Add conntrack actionJoe Stringer2015-08-271-16/+50
* | openvswitch: Serialize acts with original netlink lenJoe Stringer2015-08-271-1/+1
* | openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf2015-07-211-2/+2