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-dummy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdev-dummy: Add a dummy queue.
Ben Pfaff
2016-01-20
1
-7
/
+93
*
Use ip_parse() and ipv6_parse() and variants in more places.
Ben Pfaff
2015-12-15
1
-8
/
+6
*
tests: Add tunnel-push-pop-ipv6 tests
Thadeu Lima de Souza Cascardo
2015-12-04
1
-4
/
+55
*
dpif-netdev: Check for PKT_RX_RSS_HASH flag.
Daniele Di Proietto
2015-09-11
1
-1
/
+1
*
userspace: Define and use struct eth_addr.
Jarno Rajahalme
2015-08-28
1
-13
/
+11
*
treewide: Change doubled ";;" to single ";" in C code.
Ben Pfaff
2015-07-22
1
-1
/
+1
*
dummy: Introduce new --enable-dummy=system option.
Ben Pfaff
2015-06-16
1
-19
/
+25
*
netdev-dummy: Implement ARP responder.
Ben Pfaff
2015-06-16
1
-0
/
+17
*
netdev-dummy: Report EADDRNOTAVAIL when no IPv4 address is configured.
Ben Pfaff
2015-06-16
1
-1
/
+2
*
dp-packet: Remove 'list' member.
Daniele Di Proietto
2015-05-18
1
-8
/
+40
*
netdev-dummy: Fix null pointer deref in dummy_packet_conn_set_config().
Ben Pfaff
2015-04-21
1
-2
/
+4
*
dp-packet: Rename 'dp_hash' in 'rss_hash'.
Daniele Di Proietto
2015-04-20
1
-1
/
+1
*
hmap: Don't include ovs-atomic.h unnecessarily.
Ben Pfaff
2015-03-31
1
-1
/
+2
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-2
/
+1
*
dp-packet: Remove ofpbuf dependency.
Pravin B Shelar
2015-03-03
1
-48
/
+47
*
dpif_packet: Rename to dp_packet
Pravin B Shelar
2015-03-03
1
-6
/
+6
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
lib: Expose struct ovs_list definition in <openvswitch/list.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
list: Rename struct list to struct ovs_list
Thomas Graf
2014-12-15
1
-6
/
+6
*
openvswitch: Userspace tunneling.
Pravin B Shelar
2014-11-12
1
-1
/
+66
*
netdev: Add function for configuring tx and rx queues.
Alex Wang
2014-09-15
1
-0
/
+1
*
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
-2
/
+2
*
netdev: Add function for getting the numa node id of netdev.
Alex Wang
2014-09-12
1
-0
/
+1
*
unixctl: Make command description all lowercase.
Alex Wang
2014-09-11
1
-1
/
+1
*
packet-dpif: Add dpif_packet_{get, set}_hash()
Daniele Di Proietto
2014-08-29
1
-0
/
+1
*
lib/netdev-dummy: Use relaxed atomics for a trivial counter.
Jarno Rajahalme
2014-08-29
1
-2
/
+2
*
netdev: netdev_send accepts multiple packets
Daniele Di Proietto
2014-06-23
1
-29
/
+39
*
dpif-netdev: use dpif_packet structure for packets
Daniele Di Proietto
2014-06-23
1
-6
/
+12
*
netdev-dummy: add appctl netdev-dummy/conn-state command
Andy Zhou
2014-06-10
1
-0
/
+92
*
netdev: Add 'change_seq' back to netdev.
Alex Wang
2014-04-10
1
-4
/
+2
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-13
/
+13
*
netdev: Rename netdev_rx to netdev_rxq
Pravin
2014-03-21
1
-42
/
+42
*
netdev: Send ofpbuf directly to netdev.
Pravin
2014-03-21
1
-1
/
+6
*
netdev: Extend rx_recv to pass multiple packets.
Pravin
2014-03-21
1
-17
/
+10
*
netdev-dummy: Reduce reconnect back off timeout
Andy Zhou
2014-02-12
1
-1
/
+1
*
netdev-dummy: Fix reconnecting.
Andy Zhou
2014-02-12
1
-14
/
+29
*
netdev-dummy: disable periodic probing
Andy Zhou
2014-02-07
1
-0
/
+1
*
netdev-dummy: Add support for active stream
Andy Zhou
2014-01-23
1
-155
/
+437
*
lib/pcap-file: add 'ovs_' prefix to pcap functions
Luigi Rizzo
2014-01-23
1
-5
/
+5
*
netdev_class: Pass a struct ofpbuf * to rx_recv()
Simon Horman
2014-01-16
1
-6
/
+7
*
netdev-dummy: Make netdev_rx_wait() wakeups work cross-thread for dummies.
Ben Pfaff
2014-01-08
1
-0
/
+9
*
netdev-dummy: Remove unused member 'listening' from struct netdev_dummy.
Ben Pfaff
2014-01-08
1
-1
/
+0
*
netdev: Globally track port status changes
Joe Stringer
2013-12-12
1
-30
/
+4
*
netdev: Make naming more consistent
Joe Stringer
2013-11-11
1
-4
/
+4
*
netdev-dummy: Count rx packets regardless of source
Simon Horman
2013-10-16
1
-2
/
+5
*
netdev-dummy: Add pcap feature.
Ben Pfaff
2013-10-09
1
-1
/
+44
*
netdev-dummy: Stop overriding patch vport type with dummy.
YAMAMOTO Takashi
2013-08-28
1
-0
/
+3
*
netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.
Ben Pfaff
2013-08-27
1
-1
/
+3
*
Use "error-checking" mutexes in place of other kinds wherever possible.
Ben Pfaff
2013-08-20
1
-1
/
+1
[next]