index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
vport-internal_dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-04
openvswitch: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-06-04
openvswitch: Move stats allocation to core
Breno Leitao
1
-8
/
+1
2022-09-20
openvswitch: Change the return type for vport_ops.send function hook to int
Nathan Huckleberry
1
-1
/
+1
2022-08-27
openvswitch: allow specifying ifindex of new interfaces
Andrey Zhadchenko
1
-0
/
+1
2022-08-23
openvswitch: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2020-11-15
net: openvswitch: use core API to update/provide stats
Lev Stipakov
1
-22
/
+7
2020-10-14
net: openvswitch: use new function dev_fetch_sw_netstats
Heiner Kallweit
1
-19
/
+1
2020-10-06
net: openvswitch: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-7
/
+1
2019-10-23
net: openvswitch: free vport unless register_netdevice() succeeds
Hillf Danton
1
-7
/
+4
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
1
-1
/
+1
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-6
/
+12
2019-06-11
net: openvswitch: do not free vport if register_netdevice() is failed.
Taehee Yoo
1
-6
/
+12
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269
Thomas Gleixner
1
-14
/
+1
2018-09-28
net: ovs: fix return type of ndo_start_xmit function
YueHaibing
1
-2
/
+3
2018-01-09
net: ovs: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2017-12-03
openvswitch: do not propagate headroom updates to internal port
Paolo Abeni
1
-8
/
+1
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-2
/
+2
2017-02-15
openvswitch: Set internal device max mtu to ETH_MAX_MTU.
Jarno Rajahalme
1
-0
/
+2
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-3
/
+1
2016-10-20
net: use core MTU range checking in core net infra
Jarod Wilson
1
-10
/
+0
2016-10-13
openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal dev
Jiri Benc
1
-1
/
+1
2016-08-06
OVS: Ignore negative headroom value
Ian Wienand
1
-1
/
+1
2016-06-03
ovs: set name assign type of internal port
Zhang Shengju
1
-1
/
+1
2016-04-17
openvswitch: Convert to using IFF_NO_QUEUE
Phil Sutter
1
-2
/
+1
2016-03-19
ovs: internal_set_rx_headroom() can be static
Wu Fengguang
1
-1
/
+1
2016-03-01
ovs: propagate per dp max headroom to all vports
Paolo Abeni
1
-1
/
+9
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+43
2015-10-22
openvswitch: Use dev_queue_xmit for vport send.
Pravin B Shelar
1
-4
/
+4
2015-10-22
openvswitch: Allocate memory for ovs internal device stats.
James Morse
1
-3
/
+43
2015-08-30
openvswitch: Remove vport stats.
Pravin B Shelar
1
-32
/
+25
2015-08-28
net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag
Jiri Pirko
1
-1
/
+1
2015-07-21
openvswitch: Abstract vport name through ovs_vport_name()
Thomas Graf
1
-1
/
+0
2015-07-21
openvswitch: Move dev pointer into vport itself
Thomas Graf
1
-22
/
+15
2014-11-06
openvswitch: Drop packets when interdev is not up
Chunhe Li
1
-0
/
+5
2014-10-28
ovs: Turn vports with dependencies into separate modules
Thomas Graf
1
-2
/
+15
2014-07-24
openvswitch: Enable tunnel GSO for OVS bridge.
Pravin B Shelar
1
-1
/
+4
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+2
2014-07-02
openvswitch: introduce rtnl ops stub
Jiri Pirko
1
-0
/
+16
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2013-11-02
openvswitch: Enable all GSO features on internal port.
Pravin B Shelar
1
-1
/
+1
2013-06-20
openvswitch: Add tunneling interface.
Pravin B Shelar
1
-1
/
+1
2013-06-15
openvswitch: make skb->csum consistent with rest of networking stack.
Pravin B Shelar
1
-0
/
+1
2013-04-30
openvswitch: Remove unneeded ovs_netdev_get_ifindex()
Thomas Graf
1
-1
/
+0
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-04-16
openvswitch: Simplify datapath locking.
Pravin B Shelar
1
-0
/
+6
2013-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
1
-11
/
+2
2013-01-07
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-1
/
+1
2013-01-04
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-1
/
+0
2012-12-04
openvswitch: Use eth_mac_addr() instead of duplicating it
Thomas Graf
1
-12
/
+2
2012-08-23
openvswitch: Add support for network namespaces.
Pravin B Shelar
1
-1
/
+6
[next]