mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
Simple overlapping changes in stmmac driver. Adjust skb_gro_flush_final_remcsum function signature to make GRO list changes in net-next, as per Stephen Rothwell's example merge resolution. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
5cd3da4ba2
471 changed files with 3829 additions and 2461 deletions
|
@ -7765,12 +7765,14 @@ out:
|
|||
* here, again, by modeling the current TCP/UDP code. We don't have
|
||||
* a good way to test with it yet.
|
||||
*/
|
||||
__poll_t sctp_poll_mask(struct socket *sock, __poll_t events)
|
||||
__poll_t sctp_poll(struct file *file, struct socket *sock, poll_table *wait)
|
||||
{
|
||||
struct sock *sk = sock->sk;
|
||||
struct sctp_sock *sp = sctp_sk(sk);
|
||||
__poll_t mask;
|
||||
|
||||
poll_wait(file, sk_sleep(sk), wait);
|
||||
|
||||
sock_rps_record_flow(sk);
|
||||
|
||||
/* A TCP-style listening socket becomes readable when the accept queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue