Skip to content
Snippets Groups Projects
Commit b2d6cee1 authored by David S. Miller's avatar David S. Miller
Browse files

The bpf syscall and selftests conflicts were trivial
overlapping changes.

The r8169 change involved moving the added mdelay from 'net' into a
different function.

A TLS close bug fix overlapped with the splitting of the TLS state
into separate TX and RX parts.  I just expanded the tests in the bug
fix from "ctx->conf == X" into "ctx->tx_conf == X && ctx->rx_conf
== X".

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents b753a9fa 4bc87198
No related branches found
No related tags found
No related merge requests found
Showing
with 44 additions and 42 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment