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
/
lib
/
netdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
userspace: Define and use struct eth_addr.
Jarno Rajahalme
2015-08-28
1
-4
/
+4
*
tunnels: Don't initialize unnecessary packet metadata.
Jesse Gross
2015-07-01
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into ovn4
Justin Pettit
2015-06-18
1
-1
/
+2
|
\
|
*
netdev-dpdk: add dpdk vhost-user ports
Ciara Loftus
2015-06-14
1
-1
/
+2
*
|
netdev: Initialize at the beginning of netdev_unregister_provider().
Ben Pfaff
2015-06-16
1
-0
/
+2
|
/
*
netdev-dpdk: Adapt the requested number of tx and rx queues.
Daniele Di Proietto
2015-05-22
1
-0
/
+10
*
tunneling: Invalid packets should be cleared.
Jesse Gross
2015-04-09
1
-2
/
+1
*
tunneling: Convert tunnel push/pop functions to act on single packets.
Jesse Gross
2015-04-09
1
-6
/
+28
*
netdev: Fix user space tunneling for set_tunnel action.
Ricky Li
2015-03-26
1
-2
/
+4
*
netdev-dpdk: add dpdk vhost-cuse ports
Kevin Traynor
2015-03-19
1
-1
/
+2
*
dp-packet: Remove ofpbuf dependency.
Pravin B Shelar
2015-03-03
1
-2
/
+2
*
dpif_packet: Rename to dp_packet
Pravin B Shelar
2015-03-03
1
-4
/
+4
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
list: Rename struct list to struct ovs_list
Thomas Graf
2014-12-15
1
-1
/
+1
*
dpif: Fix initialization order.
Pravin B Shelar
2014-11-24
1
-4
/
+0
*
openvswitch: Userspace tunneling.
Pravin B Shelar
2014-11-12
1
-0
/
+34
*
netdev-windows: New module.
Nithin Raju
2014-10-06
1
-0
/
+5
*
netdev: Fix error check.
Alex Wang
2014-09-25
1
-1
/
+1
*
netdev: Add function for configuring tx and rx queues.
Alex Wang
2014-09-15
1
-0
/
+27
*
ofproto: Do not update stats on fake bond interface.
Pravin B Shelar
2014-09-15
1
-13
/
+0
*
netdev: Add n_txq to 'struct netdev'.
Alex Wang
2014-09-12
1
-16
/
+25
*
netdev: Add function for getting the numa node id of netdev.
Alex Wang
2014-09-12
1
-0
/
+12
*
lib/netdev: Do not use atomics when not needed.
Jarno Rajahalme
2014-08-29
1
-14
/
+10
*
netdev-dpdk: add dpdk rings to netdev-dpdk
maryam.tahhan
2014-07-16
1
-1
/
+2
*
netdev: netdev_send accepts multiple packets
Daniele Di Proietto
2014-06-23
1
-6
/
+11
*
dpif-netdev: use dpif_packet structure for packets
Daniele Di Proietto
2014-06-23
1
-2
/
+2
*
netdev-vport: Use dpif_port as base for tunnel backing port.
Jesse Gross
2014-06-13
1
-1
/
+1
*
vswitchd: Add error column to Interface table to store error condition
Thomas Graf
2014-05-19
1
-5
/
+5
*
netdev: Remove netdev from global shash when the user is changing interface c...
Ryan Wilson
2014-05-16
1
-1
/
+25
*
netdev: Safely increment refcount in netdev_open().
Joe Stringer
2014-05-05
1
-3
/
+3
*
netdev: Reuse netdev_ref() in netdev_rxq_open().
Joe Stringer
2014-05-05
1
-4
/
+1
*
netdev-vport: Checks tunnel status change when route-table is reset.
Alex Wang
2014-05-02
1
-0
/
+35
*
netdev: Fix an use of uninitialized mutex.
Alex Wang
2014-04-29
1
-0
/
+1
*
netdev: Initialize netdev_class_mutex.
Gurucharan Shetty
2014-04-25
1
-1
/
+14
*
netdev: Add 'change_seq' back to netdev.
Alex Wang
2014-04-10
1
-3
/
+8
*
dpif-netdev: Add DPDK netdev.
Pravin
2014-03-21
1
-0
/
+2
*
netdev: Add support multiqueue recv.
Pravin
2014-03-21
1
-2
/
+16
*
netdev: Rename netdev_rx to netdev_rxq
Pravin
2014-03-21
1
-20
/
+20
*
dpif-netdev: Add poll-mode-device thread.
Pravin
2014-03-21
1
-0
/
+6
*
netdev: Send ofpbuf directly to netdev.
Pravin
2014-03-21
1
-3
/
+3
*
netdev: Extend rx_recv to pass multiple packets.
Pravin
2014-03-21
1
-21
/
+4
*
ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.
Ben Pfaff
2014-03-13
1
-1
/
+0
*
Use __linux__ instead of LINUX_DATAPATH in C code.
Ben Pfaff
2014-03-05
1
-1
/
+1
*
netdev: Change netdev_class_rwlock to recursive mutex, for POSIX safety.
Ben Pfaff
2014-02-19
1
-31
/
+32
*
netdev-linux: Read packet auxdata to obtain vlan_tid
Simon Horman
2014-01-16
1
-0
/
+34
*
netdev_class: Pass a struct ofpbuf * to rx_recv()
Simon Horman
2014-01-16
1
-5
/
+3
*
ovs-atomic: Add atomic_destroy() and use everywhere it is needed.
Ben Pfaff
2014-01-08
1
-0
/
+1
*
netdev: Globally track port status changes
Joe Stringer
2013-12-12
1
-12
/
+3
*
netdev: Log a warning when netdev_set_config() fails.
Ben Pfaff
2013-12-11
1
-3
/
+9
*
netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.
Ben Pfaff
2013-08-27
1
-19
/
+67
[next]