Merge branch 'tcp-smc-rendezvous'
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Oct 2017 09:00:30 +0000 (18:00 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Oct 2017 09:00:30 +0000 (18:00 +0900)
commita4484705b1b16174757f68f19d3427427f96b643
treea9c9688634f08f697be632ee52ea33d82a04b60c
parent3fc27b71b894f5e2ad611297d5817b6092c96626
parentc5c1cc9c522fc337601213afeb39c3df2eb92d04
Merge branch 'tcp-smc-rendezvous'

Ursula Braun says:

====================
TCP experimental option for SMC rendezvous

SMC-capability is to be negotiated with a TCP experimental option.
As requested during code review of our previous approach using
netfilter hooks, here's a new version. It touches tcp-code in the
first patch and exploits the new tcp flag in the smc-code.

Changelog:

V3:
* move include for linux/unaligned/access_ok.h to tcp_input.c

V2:
* switch to current jump labels API
* remove static key checking in smc_set_capability()
  (comment from Eric Dumazet)
* use inet_request_sock parameter for smc_set_option_cond()
* smc_listen_work(): replace local variable lgr_lock_taken by new labels
                     and separate this change into a prerequisite first
                     patch
====================

Signed-off-by: David S. Miller <davem@davemloft.net>