summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAge
* net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2017-11-27
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-24
* openvswitch: Add meter infrastructureAndy Zhou2017-11-13
* openvswitch: export get_dp() API.Andy Zhou2017-11-13
* openvswitch: reliable interface indentification in port dumpsJiri Benc2017-11-05
* openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET2017-09-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
|\
| * openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-16
* | net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-17
|/
* datapath: Avoid using stack larger than 1024.Tonghao Zhang2017-07-01
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-16
* openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti2017-05-19
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-27
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* openvswitch: add processing of L3 packetsJiri Benc2016-11-13
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-27
* genetlink: statically initialize familiesJohannes Berg2016-10-27
* genetlink: no longer support using static family IDsJohannes Berg2016-10-27
* openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc2016-10-19
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-20
* openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar2016-09-20
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-10
* openvswitch: Add packet len info to upcall.William Tu2016-06-22
* openvswitch: Add packet truncation support.William Tu2016-06-10
* ovs: align nlattr properly when neededNicolas Dichtel2016-04-26
* ovs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-25
* ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier2016-03-13
* ovs: propagate per dp max headroom to all vportsPaolo Abeni2016-03-01
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-18
* openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal2016-02-18
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-11
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-07
|\
| * net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\ \
| * | openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\ \ \ | |/ /
| * | openvswitch: Zero flows on allocation.Jesse Gross2015-09-22
* | | genetlink: simplify genl_notifyJiri Benc2015-09-24
|/ /
* | ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-31
* | openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-29
* | openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-27
* | openvswitch: Add conntrack actionJoe Stringer2015-08-27
* | openvswitch: Serialize acts with original netlink lenJoe Stringer2015-08-27
* | openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf2015-07-21
* | openvswitch: Move dev pointer into vport itselfThomas Graf2015-07-21
* | openvswitch: Make tunnel set action attach a metadata dstThomas Graf2015-07-21
|/
* openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee2015-06-01
* openvswitch: Use eth_proto_is_802_3Alexander Duyck2015-05-05