Merge tag 'v3.10.58' into update
This is the 3.10.58 stable release
This commit is contained in:
@@ -30,4 +30,7 @@
|
||||
descriptor */
|
||||
#define USB_QUIRK_DELAY_INIT 0x00000040
|
||||
|
||||
/* device generates spurious wakeup, ignore remote wakeup capability */
|
||||
#define USB_QUIRK_IGNORE_REMOTE_WAKEUP 0x00000200
|
||||
|
||||
#endif /* __LINUX_USB_QUIRKS_H */
|
||||
|
||||
@@ -62,6 +62,7 @@ struct inet_connection_sock_af_ops {
|
||||
void (*addr2sockaddr)(struct sock *sk, struct sockaddr *);
|
||||
int (*bind_conflict)(const struct sock *sk,
|
||||
const struct inet_bind_bucket *tb, bool relax);
|
||||
void (*mtu_reduced)(struct sock *sk);
|
||||
};
|
||||
|
||||
/** inet_connection_sock - INET connection oriented sock
|
||||
|
||||
@@ -118,7 +118,7 @@ typedef enum {
|
||||
* analysis of the state functions, but in reality just taken from
|
||||
* thin air in the hopes othat we don't trigger a kernel panic.
|
||||
*/
|
||||
#define SCTP_MAX_NUM_COMMANDS 14
|
||||
#define SCTP_MAX_NUM_COMMANDS 20
|
||||
|
||||
typedef union {
|
||||
__s32 i32;
|
||||
|
||||
@@ -936,7 +936,6 @@ struct proto {
|
||||
struct sk_buff *skb);
|
||||
|
||||
void (*release_cb)(struct sock *sk);
|
||||
void (*mtu_reduced)(struct sock *sk);
|
||||
|
||||
/* Keeping track of sk's, looking them up, and port selection methods. */
|
||||
void (*hash)(struct sock *sk);
|
||||
|
||||
@@ -463,6 +463,7 @@ extern const u8 *tcp_parse_md5sig_option(const struct tcphdr *th);
|
||||
*/
|
||||
|
||||
extern void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb);
|
||||
void tcp_v4_mtu_reduced(struct sock *sk);
|
||||
extern int tcp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
|
||||
extern struct sock * tcp_create_openreq_child(struct sock *sk,
|
||||
struct request_sock *req,
|
||||
|
||||
Reference in New Issue
Block a user