Loading net/ipv4/netfilter/ip_conntrack_ftp.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -29,9 +29,9 @@ static char *ftp_buffer; static DEFINE_SPINLOCK(ip_ftp_lock); static DEFINE_SPINLOCK(ip_ftp_lock); #define MAX_PORTS 8 #define MAX_PORTS 8 static short ports[MAX_PORTS]; static unsigned short ports[MAX_PORTS]; static int ports_c; static int ports_c; module_param_array(ports, short, &ports_c, 0400); module_param_array(ports, ushort, &ports_c, 0400); static int loose; static int loose; module_param(loose, int, 0600); module_param(loose, int, 0600); Loading net/ipv4/netfilter/ip_conntrack_irc.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ #include <linux/moduleparam.h> #include <linux/moduleparam.h> #define MAX_PORTS 8 #define MAX_PORTS 8 static short ports[MAX_PORTS]; static unsigned short ports[MAX_PORTS]; static int ports_c; static int ports_c; static int max_dcc_channels = 8; static int max_dcc_channels = 8; static unsigned int dcc_timeout = 300; static unsigned int dcc_timeout = 300; Loading @@ -52,7 +52,7 @@ EXPORT_SYMBOL_GPL(ip_nat_irc_hook); MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>"); MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>"); MODULE_DESCRIPTION("IRC (DCC) connection tracking helper"); MODULE_DESCRIPTION("IRC (DCC) connection tracking helper"); MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL"); module_param_array(ports, short, &ports_c, 0400); module_param_array(ports, ushort, &ports_c, 0400); MODULE_PARM_DESC(ports, "port numbers of IRC servers"); MODULE_PARM_DESC(ports, "port numbers of IRC servers"); module_param(max_dcc_channels, int, 0400); module_param(max_dcc_channels, int, 0400); MODULE_PARM_DESC(max_dcc_channels, "max number of expected DCC channels per IRC session"); MODULE_PARM_DESC(max_dcc_channels, "max number of expected DCC channels per IRC session"); Loading net/ipv4/netfilter/ip_conntrack_tftp.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -26,9 +26,9 @@ MODULE_DESCRIPTION("tftp connection tracking helper"); MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL"); #define MAX_PORTS 8 #define MAX_PORTS 8 static short ports[MAX_PORTS]; static unsigned short ports[MAX_PORTS]; static int ports_c; static int ports_c; module_param_array(ports, short, &ports_c, 0400); module_param_array(ports, ushort, &ports_c, 0400); MODULE_PARM_DESC(ports, "port numbers of tftp servers"); MODULE_PARM_DESC(ports, "port numbers of tftp servers"); #if 0 #if 0 Loading net/ipv4/tcp_highspeed.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -111,7 +111,7 @@ static void hstcp_init(struct sock *sk) } } static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, u32 in_flight, u32 pkts_acked) u32 in_flight, int data_acked) { { struct tcp_sock *tp = tcp_sk(sk); struct tcp_sock *tp = tcp_sk(sk); struct hstcp *ca = inet_csk_ca(sk); struct hstcp *ca = inet_csk_ca(sk); Loading net/ipv6/route.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1732,7 +1732,7 @@ int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb) /* /* * 2. allocate and initialize walker. * 2. allocate and initialize walker. */ */ w = kmalloc(sizeof(*w), GFP_KERNEL); w = kmalloc(sizeof(*w), GFP_ATOMIC); if (w == NULL) if (w == NULL) return -ENOMEM; return -ENOMEM; RT6_TRACE("dump<%p", w); RT6_TRACE("dump<%p", w); Loading Loading
net/ipv4/netfilter/ip_conntrack_ftp.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -29,9 +29,9 @@ static char *ftp_buffer; static DEFINE_SPINLOCK(ip_ftp_lock); static DEFINE_SPINLOCK(ip_ftp_lock); #define MAX_PORTS 8 #define MAX_PORTS 8 static short ports[MAX_PORTS]; static unsigned short ports[MAX_PORTS]; static int ports_c; static int ports_c; module_param_array(ports, short, &ports_c, 0400); module_param_array(ports, ushort, &ports_c, 0400); static int loose; static int loose; module_param(loose, int, 0600); module_param(loose, int, 0600); Loading
net/ipv4/netfilter/ip_conntrack_irc.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ #include <linux/moduleparam.h> #include <linux/moduleparam.h> #define MAX_PORTS 8 #define MAX_PORTS 8 static short ports[MAX_PORTS]; static unsigned short ports[MAX_PORTS]; static int ports_c; static int ports_c; static int max_dcc_channels = 8; static int max_dcc_channels = 8; static unsigned int dcc_timeout = 300; static unsigned int dcc_timeout = 300; Loading @@ -52,7 +52,7 @@ EXPORT_SYMBOL_GPL(ip_nat_irc_hook); MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>"); MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>"); MODULE_DESCRIPTION("IRC (DCC) connection tracking helper"); MODULE_DESCRIPTION("IRC (DCC) connection tracking helper"); MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL"); module_param_array(ports, short, &ports_c, 0400); module_param_array(ports, ushort, &ports_c, 0400); MODULE_PARM_DESC(ports, "port numbers of IRC servers"); MODULE_PARM_DESC(ports, "port numbers of IRC servers"); module_param(max_dcc_channels, int, 0400); module_param(max_dcc_channels, int, 0400); MODULE_PARM_DESC(max_dcc_channels, "max number of expected DCC channels per IRC session"); MODULE_PARM_DESC(max_dcc_channels, "max number of expected DCC channels per IRC session"); Loading
net/ipv4/netfilter/ip_conntrack_tftp.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -26,9 +26,9 @@ MODULE_DESCRIPTION("tftp connection tracking helper"); MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL"); #define MAX_PORTS 8 #define MAX_PORTS 8 static short ports[MAX_PORTS]; static unsigned short ports[MAX_PORTS]; static int ports_c; static int ports_c; module_param_array(ports, short, &ports_c, 0400); module_param_array(ports, ushort, &ports_c, 0400); MODULE_PARM_DESC(ports, "port numbers of tftp servers"); MODULE_PARM_DESC(ports, "port numbers of tftp servers"); #if 0 #if 0 Loading
net/ipv4/tcp_highspeed.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -111,7 +111,7 @@ static void hstcp_init(struct sock *sk) } } static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, u32 in_flight, u32 pkts_acked) u32 in_flight, int data_acked) { { struct tcp_sock *tp = tcp_sk(sk); struct tcp_sock *tp = tcp_sk(sk); struct hstcp *ca = inet_csk_ca(sk); struct hstcp *ca = inet_csk_ca(sk); Loading
net/ipv6/route.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1732,7 +1732,7 @@ int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb) /* /* * 2. allocate and initialize walker. * 2. allocate and initialize walker. */ */ w = kmalloc(sizeof(*w), GFP_KERNEL); w = kmalloc(sizeof(*w), GFP_ATOMIC); if (w == NULL) if (w == NULL) return -ENOMEM; return -ENOMEM; RT6_TRACE("dump<%p", w); RT6_TRACE("dump<%p", w); Loading