| Commit message (Expand) | Author | Age | Files | Lines |
* | net: openvswitch: use new function dev_fetch_sw_netstats | Heiner Kallweit | 2020-10-14 | 1 | -19/+1 |
* | net: openvswitch: use dev_sw_netstats_rx_add() | Fabian Frederick | 2020-10-06 | 1 | -7/+1 |
* | net: openvswitch: free vport unless register_netdevice() succeeds | Hillf Danton | 2019-10-22 | 1 | -7/+4 |
* | netfilter: drop bridge nf reset from nf_reset | Florian Westphal | 2019-10-01 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-06-18 | 1 | -6/+12 |
|\ |
|
| * | net: openvswitch: do not free vport if register_netdevice() is failed. | Taehee Yoo | 2019-06-11 | 1 | -6/+12 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 | Thomas Gleixner | 2019-06-05 | 1 | -14/+1 |
|/ |
|
* | net: ovs: fix return type of ndo_start_xmit function | YueHaibing | 2018-09-28 | 1 | -2/+3 |
* | net: ovs: remove unused hardirq.h | Yang Shi | 2018-01-09 | 1 | -1/+0 |
* | openvswitch: do not propagate headroom updates to internal port | Paolo Abeni | 2017-12-03 | 1 | -8/+1 |
* | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 2017-06-07 | 1 | -2/+2 |
* | openvswitch: Set internal device max mtu to ETH_MAX_MTU. | Jarno Rajahalme | 2017-02-15 | 1 | -0/+2 |
* | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -3/+1 |
* | net: use core MTU range checking in core net infra | Jarod Wilson | 2016-10-20 | 1 | -10/+0 |
* | openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal dev | Jiri Benc | 2016-10-13 | 1 | -1/+1 |
* | OVS: Ignore negative headroom value | Ian Wienand | 2016-08-06 | 1 | -1/+1 |
* | ovs: set name assign type of internal port | Zhang Shengju | 2016-06-03 | 1 | -1/+1 |
* | openvswitch: Convert to using IFF_NO_QUEUE | Phil Sutter | 2016-04-17 | 1 | -2/+1 |
* | ovs: internal_set_rx_headroom() can be static | Wu Fengguang | 2016-03-18 | 1 | -1/+1 |
* | ovs: propagate per dp max headroom to all vports | Paolo Abeni | 2016-03-01 | 1 | -1/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-24 | 1 | -3/+43 |
|\ |
|
| * | openvswitch: Allocate memory for ovs internal device stats. | James Morse | 2015-10-22 | 1 | -3/+43 |
* | | openvswitch: Use dev_queue_xmit for vport send. | Pravin B Shelar | 2015-10-22 | 1 | -4/+4 |
|/ |
|
* | openvswitch: Remove vport stats. | Pravin B Shelar | 2015-08-30 | 1 | -32/+25 |
* | net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag | Jiri Pirko | 2015-08-28 | 1 | -1/+1 |
* | openvswitch: Abstract vport name through ovs_vport_name() | Thomas Graf | 2015-07-21 | 1 | -1/+0 |
* | openvswitch: Move dev pointer into vport itself | Thomas Graf | 2015-07-21 | 1 | -22/+15 |
* | openvswitch: Drop packets when interdev is not up | Chunhe Li | 2014-11-06 | 1 | -0/+5 |
* | ovs: Turn vports with dependencies into separate modules | Thomas Graf | 2014-10-28 | 1 | -2/+15 |
* | openvswitch: Enable tunnel GSO for OVS bridge. | Pravin B Shelar | 2014-07-24 | 1 | -1/+4 |
* | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-16 | 1 | -1/+2 |
* | openvswitch: introduce rtnl ops stub | Jiri Pirko | 2014-07-01 | 1 | -0/+16 |
* | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 1 | -1/+1 |
* | openvswitch: Enable all GSO features on internal port. | Pravin B Shelar | 2013-11-02 | 1 | -1/+1 |
* | openvswitch: Add tunneling interface. | Pravin B Shelar | 2013-06-20 | 1 | -1/+1 |
* | openvswitch: make skb->csum consistent with rest of networking stack. | Pravin B Shelar | 2013-06-15 | 1 | -0/+1 |
* | openvswitch: Remove unneeded ovs_netdev_get_ifindex() | Thomas Graf | 2013-04-30 | 1 | -1/+0 |
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
* | openvswitch: Simplify datapath locking. | Pravin B Shelar | 2013-04-15 | 1 | -0/+6 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/... | David S. Miller | 2013-03-17 | 1 | -11/+2 |
|\ |
|
| * | openvswitch: Use eth_mac_addr() instead of duplicating it | Thomas Graf | 2012-12-04 | 1 | -12/+2 |
* | | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-07 | 1 | -1/+1 |
* | | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 2013-01-04 | 1 | -1/+0 |
|/ |
|
* | openvswitch: Add support for network namespaces. | Pravin B Shelar | 2012-08-22 | 1 | -1/+6 |
* | openvswitch: Reset upper layer protocol info on internal devices. | Jesse Gross | 2012-05-25 | 1 | -0/+8 |
* | openvswitch: Replace Nicira Networks. | Raju Subramanian | 2012-05-04 | 1 | -1/+1 |
* | net: use eth_hw_addr_random() and reset addr_assign_type | Danny Kukawka | 2012-02-15 | 1 | -1/+2 |
* | net: remove version.h includes in net/openvswitch/ | Devendra Naga | 2012-01-17 | 1 | -1/+0 |
* | net: Add Open vSwitch kernel components. | Jesse Gross | 2011-12-03 | 1 | -0/+241 |