#ifndef STUN_H #define STUN_H extern int print_stun_probe(char *server, int sport, int tport); #endif /* STUN_H */ ='text/javascript' src='/cgit.js'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2017-02-08 14:40:04 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-09 17:11:09 -0500
commit50f008e583d11b3133f23f29b05a0fcac2af3b40 (patch)
tree0c0ad0d89c4509b4cc0d01f2c220d7ea7ca35d22
parent165f1cc0b5858b17cbb31312e861495f4500d9f0 (diff)
net: dsa: Fix duplicate object rule
While adding switch.o to the list of DSA object files, we essentially duplicated the previous obj-y line and just added switch.o, remove the duplicate. Fixes: f515f192ab4f ("net: dsa: add switch notifier") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/dsa/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dsa/Makefile b/net/dsa/Makefileables in the codes. - rename the titles of the commits and improve some changelogs. v2->v3: - re-split the patchset and make sure it has no dead codes for review. - move some codes into stream.c from socket.c. v3->v4: - add one more patch to fix a send reset stream request issue. - doing actual work only when request is sent successfully. - reduce some indents in sctp_send_add_streams. v4->v5: - close streams before sending request and recover them when sending fails in patch 1/5 and patch 3/5 v5->v6: - add patch 1/6 to drop some unncessary __packed from some old structures. - remove __packed from some new structures in patch 3/6 and 5/6. - define unsigned int outcnt and incnt to make codes smaller in patch 6/6. - use krealloc instead of kcalloc and remove ksize check in patch 6/6, as ksize check is acutally used in krealloc already. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/linux/sctp.h18
-rw-r--r--include/net/sctp/sctp.h3
-rw-r--r--include/net/sctp/sm.h5
-rw-r--r--include/uapi/linux/sctp.h8
-rw-r--r--net/sctp/sm_make_chunk.c75
-rw-r--r--net/sctp/socket.c58
-rw-r--r--net/sctp/stream.c134
7 files changed, 297 insertions, 4 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h