summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-internal_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-181-6/+12
|\
| * net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo2019-06-111-6/+12
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1Star
|/
* net: ovs: fix return type of ndo_start_xmit functionYueHaibing2018-09-281-2/+3
* net: ovs: remove unused hardirq.hYang Shi2018-01-091-1/+0Star
* openvswitch: do not propagate headroom updates to internal portPaolo Abeni2017-12-031-8/+1Star
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* openvswitch: Set internal device max mtu to ETH_MAX_MTU.Jarno Rajahalme2017-02-151-0/+2
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1Star
* net: use core MTU range checking in core net infraJarod Wilson2016-10-201-10/+0Star
* openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc2016-10-131-1/+1
* OVS: Ignore negative headroom valueIan Wienand2016-08-061-1/+1
* ovs: set name assign type of internal portZhang Shengju2016-06-031-1/+1
* openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-171-2/+1Star
* ovs: internal_set_rx_headroom() can be staticWu Fengguang2016-03-181-1/+1
* ovs: propagate per dp max headroom to all vportsPaolo Abeni2016-03-011-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-3/+43
|\
| * openvswitch: Allocate memory for ovs internal device stats.James Morse2015-10-221-3/+43
* | openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar2015-10-221-4/+4
|/
* openvswitch: Remove vport stats.Pravin B Shelar2015-08-301-32/+25Star
* net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko2015-08-281-1/+1
* openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf2015-07-211-1/+0Star
* openvswitch: Move dev pointer into vport itselfThomas Graf2015-07-211-22/+15Star
* openvswitch: Drop packets when interdev is not upChunhe Li2014-11-061-0/+5
* ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-281-2/+15
* openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar2014-07-241-1/+4
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* openvswitch: introduce rtnl ops stubJiri Pirko2014-07-011-0/+16
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* openvswitch: Enable all GSO features on internal port.Pravin B Shelar2013-11-021-1/+1
* openvswitch: Add tunneling interface.Pravin B Shelar2013-06-201-1/+1
* openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar2013-06-151-0/+1
* openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf2013-04-301-1/+0Star
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* openvswitch: Simplify datapath locking.Pravin B Shelar2013-04-151-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-03-171-11/+2Star
|\
| * openvswitch: Use eth_mac_addr() instead of duplicating itThomas Graf2012-12-041-12/+2Star
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-1/+1
* | net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-041-1/+0Star
|/
* openvswitch: Add support for network namespaces.Pravin B Shelar2012-08-221-1/+6
* openvswitch: Reset upper layer protocol info on internal devices.Jesse Gross2012-05-251-0/+8
* openvswitch: Replace Nicira Networks.Raju Subramanian2012-05-041-1/+1
* net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-151-1/+2
* net: remove version.h includes in net/openvswitch/Devendra Naga2012-01-171-1/+0Star
* net: Add Open vSwitch kernel components.Jesse Gross2011-12-031-0/+241