summaryrefslogtreecommitdiff
path: root/net/openvswitch/vport.c
AgeCommit message (Expand)Author
2021-08-18ovs: clear skb->tstamp in forwarding pathkaixi.fan
2021-03-16openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner
2020-10-30net: openvswitch: Fix kerneldoc warningsAndrew Lunn
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang
2020-07-13net: openvswitch: kerneldoc fixesAndrew Lunn
2020-02-18vport.c: Use built-in RCU list checkingMadhuparna Bhowmik
2019-11-06net: openvswitch: select vport upcall portid directlyTonghao Zhang
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-11net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-08openvswitch: fix vport packet length check.William Tu
2016-11-13openvswitch: add processing of L3 packetsJiri Benc
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc
2016-10-19openvswitch: remove unused functionsJiri Benc
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver
2016-06-10openvswitch: Add packet truncation support.William Tu
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni
2015-11-24net: openvswitch: Remove invalid commentAaron Conole
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar
2015-10-18openvswitch: Scrub skb between namespacesJoe Stringer
2015-10-05openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29openvswitch: Remove vport stats.Pravin B Shelar
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-27openvswitch: Add conntrack actionJoe Stringer
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf
2015-03-31openvswitch: Return vport module ref before destructionThomas Graf
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-02openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar
2014-12-09openvswitch: set correct protocol on route lookupJiri Benc
2014-11-09openvswitch: Constify various function argumentsThomas Graf
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang
2014-11-09openvswitch: Export symbols as GPL symbols.Pravin B Shelar
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf
2014-10-15openvswitch: use vport instead of pFabian Frederick
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross