aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-internal_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08net: ovs: remove unused hardirq.hYang Shi1-1/+0
2017-12-02openvswitch: do not propagate headroom updates to internal portPaolo Abeni1-8/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-02-15openvswitch: Set internal device max mtu to ETH_MAX_MTU.Jarno Rajahalme1-0/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-10/+0
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc1-1/+1
2016-08-06OVS: Ignore negative headroom valueIan Wienand1-1/+1
2016-06-02ovs: set name assign type of internal portZhang Shengju1-1/+1
2016-04-16openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2016-03-18ovs: internal_set_rx_headroom() can be staticWu Fengguang1-1/+1
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni1-1/+9
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+43
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar1-4/+4
2015-10-21openvswitch: Allocate memory for ovs internal device stats.James Morse1-3/+43
2015-08-29openvswitch: Remove vport stats.Pravin B Shelar1-32/+25
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko1-1/+1
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf1-1/+0
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf1-22/+15
2014-11-05openvswitch: Drop packets when interdev is not upChunhe Li1-0/+5
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf1-2/+15
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar1-1/+4
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko1-0/+16
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-11-01openvswitch: Enable all GSO features on internal port.Pravin B Shelar1-1/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-1/+1
2013-06-14openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar1-0/+1
2013-04-30openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf1-1/+0
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-15openvswitch: Simplify datapath locking.Pravin B Shelar1-0/+6
2013-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-11/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-1/+1
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-04openvswitch: Use eth_mac_addr() instead of duplicating itThomas Graf1-12/+2
2012-08-22openvswitch: Add support for network namespaces.Pravin B Shelar1-1/+6
2012-05-25openvswitch: Reset upper layer protocol info on internal devices.Jesse Gross1-0/+8
2012-05-03openvswitch: Replace Nicira Networks.Raju Subramanian1-1/+1
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2012-01-17net: remove version.h includes in net/openvswitch/Devendra Naga1-1/+0
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross1-0/+241