summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-14/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1Star
* | net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo2019-06-111-2/+0Star
|/
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* openvswitch: fix vport packet length check.William Tu2018-03-081-4/+4
* openvswitch: add processing of L3 packetsJiri Benc2016-11-131-0/+19
* openvswitch: pass mac_proto to ovs_vport_sendJiri Benc2016-11-131-1/+1
* openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc2016-11-131-4/+6
* openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc2016-10-191-1/+0Star
* openvswitch: remove unused functionsJiri Benc2016-10-191-16/+0Star
* openvswitch: fix vlan subtraction from packet lengthJiri Benc2016-10-131-1/+2
* openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-091-1/+6
* openvswitch: Add packet truncation support.William Tu2016-06-111-0/+1
* openvswitch: properly refcount vport-vxlan modulePaolo Abeni2015-12-021-2/+2
* net: openvswitch: Remove invalid commentAaron Conole2015-11-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-58/+0Star
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-58/+0Star
* | openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar2015-10-221-0/+30
|/
* openvswitch: Scrub skb between namespacesJoe Stringer2015-10-191-0/+9
* openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar2015-10-051-29/+13Star
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-13/+14
* openvswitch: Remove vport stats.Pravin B Shelar2015-08-301-97/+12Star
* openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-301-3/+3
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-0/+2
* openvswitch: Add conntrack actionJoe Stringer2015-08-271-0/+1
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-211-2/+2
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-211-1/+1
* openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf2015-07-211-2/+2
* ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-211-15/+15
* openvswitch: Return vport module ref before destructionThomas Graf2015-03-311-3/+1Star
* openvswitch: Introduce ovs_tunnel_route_lookupFan Du2015-01-141-8/+1Star
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+2
* openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff2015-01-021-1/+1
* openvswitch: Fix vport_send double freePravin B Shelar2014-12-241-3/+2Star
* openvswitch: set correct protocol on route lookupJiri Benc2014-12-091-1/+1
* openvswitch: Constify various function argumentsThomas Graf2014-11-101-4/+4
* openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-101-0/+61
* openvswitch: Export symbols as GPL symbols.Pravin B Shelar2014-11-101-6/+6
* ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-281-32/+70
* openvswitch: use vport instead of pFabian Frederick2014-10-161-2/+2
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-0/+3
* openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-10-061-3/+3
* openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-161-2/+10
* openvswitch: refactor ovs flow extract API.Pravin B Shelar2014-09-161-2/+3
* openvswitch: change the data type of error status to atomic_long_tLi RongQing2014-09-091-17/+8Star
* openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-141-1/+3
* openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang2014-07-241-1/+100
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-151-2/+2
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-9/+1Star