index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
datapath
/
vport-internal_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
datapath: compat: drop bridge nf reset from nf_reset
Greg Rose
2019-10-18
1
-1
/
+1
*
datapath: fix return type of ndo_start_xmit function
YueHaibing
2018-12-15
1
-2
/
+3
*
datapath: Fix compiler warning for HAVE_RHEL7_MAX_MTU.
Justin Pettit
2018-06-20
1
-1
/
+1
*
datapath: Fix max MTU size on RHEL 7.5 kernel
Yi-Hung Wei
2018-06-14
1
-0
/
+2
*
datapath: compat: Fix build on RHEL 7.5
Yi-Hung Wei
2018-05-14
1
-2
/
+2
*
datapath: remove unused hardirq.h
Yang Shi
2018-02-16
1
-1
/
+0
*
datapath: do not propagate headroom updates to internal port
paolo abeni
2018-02-16
1
-18
/
+1
*
datapath: Fix inconsistent teardown and release of private netdev state.
Greg Rose
2017-07-24
1
-0
/
+7
*
datapath: make ndo_get_stats64 a void function
stephen hemminger
2017-03-03
1
-4
/
+2
*
datapath: use core MTU range checking in core net infra
Jarod Wilson
2017-03-02
1
-3
/
+19
*
datapath: add NETIF_F_HW_VLAN_STAG_TX to internal dev.
Jiri Benc
2017-03-02
1
-1
/
+1
*
datapath: compat: Fix build on RHEL 7.3
Yi-Hung Wei
2016-12-14
1
-0
/
+4
*
datapath: backport: OVS: Ignore negative headroom value
Pravin B Shelar
2016-08-15
1
-1
/
+1
*
datapath: internal-dev: set IFF_NO_QUEUE
Pravin B Shelar
2016-07-17
1
-1
/
+4
*
datapath: backport: ovs: set name assign type of internal port
Pravin B Shelar
2016-07-17
1
-1
/
+1
*
datapath: backport: ovs: propagate per dp max headroom to all vports
Pravin B Shelar
2016-07-17
1
-1
/
+15
*
datapath: Drop support for kernel older than 3.10
Pravin B Shelar
2016-03-14
1
-63
/
+44
*
datapath: Add support for lwtunnel
Pravin B Shelar
2015-12-03
1
-77
/
+79
*
datapath: Turn vports with dependencies into separate modules
Thomas Graf
2015-04-04
1
-2
/
+15
*
datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"
Thomas Graf
2015-02-03
1
-2
/
+2
*
datapath: introduce rtnl ops stub
Thomas Graf
2015-01-07
1
-0
/
+15
*
datapath: Account for rename to vlan_insert_tag_set_proto()
Thomas Graf
2015-01-07
1
-3
/
+3
*
datapath: Fix comment style.
Pravin B Shelar
2014-10-23
1
-1
/
+2
*
datapath: Provide compatibility for kernels up to 3.17
Thomas Graf
2014-09-20
1
-2
/
+2
*
datapath: Drop packets when interdev is not up
Chunhe Li
2014-07-30
1
-0
/
+5
*
datapath: Enable tunnel GSO features.
Pravin B Shelar
2014-07-11
1
-1
/
+7
*
datapath: Enable all GSO features on internal port.
Pravin B Shelar
2013-10-23
1
-1
/
+1
*
datapath: Remove net_device_ops compatibility code.
Jesse Gross
2013-09-17
1
-19
/
+0
*
datapath: Remove vlan compat support
Pravin B Shelar
2013-09-06
1
-4
/
+13
*
datapath: Remove checksum compat support
Pravin B Shelar
2013-09-06
1
-7
/
+0
*
datapath: vport: Remove compat support
Pravin B Shelar
2013-09-06
1
-13
/
+0
*
datapath: Support for Linux kernel 3.10
Pravin B Shelar
2013-08-10
1
-1
/
+2
*
datapath: Use kernel eth_mac_addr() on old kernels.
Jesse Gross
2013-07-12
1
-1
/
+1
*
datapath: make skb->csum consistent with rest of networking stack.
Pravin B Shelar
2013-06-12
1
-0
/
+1
*
datapath: Kill VPORT_F_TUN_ID vport flag.
Pravin B Shelar
2013-05-06
1
-1
/
+1
*
datapath: Move vport init to first port create.
Pravin B Shelar
2013-05-06
1
-1
/
+0
*
datapath: Remove unneeded ovs_netdev_get_ifindex()
Thomas Graf
2013-04-30
1
-1
/
+0
*
datapath: Simplify datapath locking.
Pravin B Shelar
2013-04-12
1
-0
/
+6
*
datapath: Remove checks for preinitialized flow.
Jesse Gross
2013-03-18
1
-2
/
+1
*
datapath: fix drvinfo strings set in drivers
Jiri Pirko
2013-03-14
1
-1
/
+1
*
datapath: Remove vport MAC address configuration.
Jesse Gross
2013-01-28
1
-2
/
+0
*
openvswitch: Remove Linux bridge compatibility.
Pravin B Shelar
2012-12-27
1
-17
/
+0
*
datapath: Use eth_mac_addr() instead of duplicating it
Thomas Graf
2012-12-04
1
-14
/
+2
*
datapath: Reset upper layer protocol info on internal devices.
Jesse Gross
2012-05-17
1
-0
/
+8
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
datapath: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
2012-02-15
1
-1
/
+4
*
datapath: Add support for namespace.
Pravin B Shelar
2012-01-30
1
-2
/
+7
*
datapath: Scope global symbols with ovs_ prefix.
Jesse Gross
2011-11-22
1
-23
/
+23
*
datapath: Reformat copyright messages.
Jesse Gross
2011-11-16
1
-4
/
+14
*
datapath: Don't use Nicira's OUI for generating mac-address.
Pravin B Shelar
2011-11-10
1
-1
/
+1
[next]