Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / lib / netlink-socket.c
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-02-27 Joe Stringernetlink: Make nl_dump_next() thread-safe.
2014-02-27 Joe Stringernetlink: Remove buffer from 'struct nl_dump'.
2014-02-04 Giuseppe LettieriMerge branch 'mainstream'
2014-01-23 Joe Stringernetlink: Rename 'dump->seq' to 'dump->nl_seq'
2014-01-21 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-13 Joe Stringernetlink: Update comment for nl_dump_start().
2013-11-26 Giuseppe LettieriMerge branch 'mainstream'
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-10-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-09-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-06 Pravin B Shelardatapath: Cleanup netlink compat code.
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-07-31 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-18 Ben Pfaffnetlink-socket: Make thread-safe.
2013-07-18 Ben Pfaffnetlink-socket: Simplify use of transactions and dumps.
2013-07-15 Ben Pfaffstress: Remove essentially unused library.
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-04-29 Ben Pfaffnetlink-socket: Use xmalloc() instead of malloc().
2013-04-29 Ben Pfaffnetlink-socket: Minor style fix.
2013-04-11 Ansis Attekanetlink-socket: Don't bother logging SO_RCVBUFFORCE...
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-01 Ben Pfaffnetlink-socket: Don't bother logging SO_RCVBUFFORCE...
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-07-05 Ben Pfaffovs-brcompatd: Fix sending replies to kernel requests.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-19 Ben Pfaffnetlink-socket: Make caller provide message receive...
2012-04-19 Ben Pfaffnetlink: Postpone choosing sequence numbers until send...
2012-04-19 Ben Pfaffnetlink-socket: Avoid forcing a reply for final message...
2012-03-16 Ben Pfaffnetlink-socket: Increase Netlink socket receive buffer...
2011-11-28 Ben Pfaffnetlink-socket: Let the kernel choose Netlink pids...
2011-11-28 Ben Pfaffdpif-linux: Use poll() internally in dpif_linux_recv().
2011-11-28 Ben PfaffRevert "poll-loop: Enable checking whether a FD caused...
2011-10-14 Ben Pfaffnetlink-socket: New function nl_sock_transact_multiple().
2011-10-11 Ben Pfaffnetlink: New macros NL_NESTED_FOR_EACH, NL_NESTED_FOR_E...
2011-09-23 Jesse Grosspoll-loop: Enable checking whether a FD caused a wakeup.
2011-09-23 Jesse Grossnetlink: Expose method to get Netlink pid of a socket.
2011-09-22 Ben Pfaffnetlink-socket: Async notifications are incompatible...
2011-09-22 Ben Pfaffnetlink-socket: Fix typo in comment.
2011-09-16 Ethan Jacksondpif-linux: Handle nl_lookup_genl_mcgroup() failures.
2011-09-09 Ben Pfaffnetlink-socket: Avoid use-after-free in nl_lookup_genl_...
2011-09-02 Ethan Jacksonnetlink-socket: New function nl_lookup_genl_mcgroup().
2011-07-27 Ben Pfaffnetlink-socket: Reduce nl_sock_recv() from 2 (or more...
2011-07-27 Ben Pfaffnetlink-socket: Remove unused nl_sock_sendv() function.
2011-01-27 Ben Pfaffnetlink-socket: Log Generic Netlink family names.
2011-01-27 Ben Pfaffnetlink-socket: Consistently log sequence numbers in...
2011-01-27 Ben Pfaffnetlink-socket: Make dumping and doing transactions...
2011-01-27 Ben Pfaffnetlink-socket: Slightly improve logging of Generic...
2011-01-27 Ben Pfaffnetlink-socket: New function for draining the receive...
2011-01-27 Ben Pfaffnetlink-socket: Add functions for joining and leaving...
2010-12-10 Ben Pfaffnetlink: Split into generic and Linux-specific parts.