Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
eae9061b
Commit
eae9061b
authored
Jan 27, 2005
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge nuts.davemloft.net:/disk1/BK/network-2.6
into nuts.davemloft.net:/disk1/BK/net-2.6
parents
842ca9a3
c50fca26
Changes
22
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
75 additions
and
105 deletions
+75
-105
Documentation/DocBook/kernel-api.tmpl
Documentation/DocBook/kernel-api.tmpl
+0
-1
drivers/atm/fore200e.c
drivers/atm/fore200e.c
+1
-1
drivers/atm/he.c
drivers/atm/he.c
+2
-2
drivers/atm/nicstar.c
drivers/atm/nicstar.c
+0
-1
drivers/atm/nicstarmac.c
drivers/atm/nicstarmac.c
+4
-2
drivers/atm/nicstarmac.h
drivers/atm/nicstarmac.h
+0
-13
drivers/net/tg3.c
drivers/net/tg3.c
+8
-9
include/linux/atalk.h
include/linux/atalk.h
+1
-1
include/linux/netfilter_ipv4/ip_conntrack.h
include/linux/netfilter_ipv4/ip_conntrack.h
+1
-2
include/net/ip.h
include/net/ip.h
+14
-3
net/atm/lec.c
net/atm/lec.c
+1
-1
net/atm/resources.c
net/atm/resources.c
+2
-2
net/atm/svc.c
net/atm/svc.c
+1
-0
net/ipv4/esp4.c
net/ipv4/esp4.c
+2
-1
net/ipv4/ip_fragment.c
net/ipv4/ip_fragment.c
+13
-20
net/ipv4/ip_input.c
net/ipv4/ip_input.c
+2
-2
net/ipv4/ipvs/ip_vs_core.c
net/ipv4/ipvs/ip_vs_core.c
+11
-8
net/ipv4/netfilter/ip_conntrack_core.c
net/ipv4/netfilter/ip_conntrack_core.c
+2
-9
net/ipv4/netfilter/ip_conntrack_standalone.c
net/ipv4/netfilter/ip_conntrack_standalone.c
+4
-7
net/ipv4/netfilter/ip_nat_standalone.c
net/ipv4/netfilter/ip_nat_standalone.c
+1
-1
net/ipv6/esp6.c
net/ipv6/esp6.c
+5
-10
net/socket.c
net/socket.c
+0
-9
No files found.
Documentation/DocBook/kernel-api.tmpl
View file @
eae9061b
...
@@ -152,7 +152,6 @@ KAO -->
...
@@ -152,7 +152,6 @@ KAO -->
<chapter
id=
"netdev"
>
<chapter
id=
"netdev"
>
<title>
Network device support
</title>
<title>
Network device support
</title>
<sect1><title>
Driver Support
</title>
<sect1><title>
Driver Support
</title>
!Edrivers/net/net_init.c
!Enet/core/dev.c
!Enet/core/dev.c
</sect1>
</sect1>
<sect1><title>
8390 Based Network Cards
</title>
<sect1><title>
8390 Based Network Cards
</title>
...
...
drivers/atm/fore200e.c
View file @
eae9061b
...
@@ -1779,7 +1779,7 @@ fore200e_send(struct atm_vcc *vcc, struct sk_buff *skb)
...
@@ -1779,7 +1779,7 @@ fore200e_send(struct atm_vcc *vcc, struct sk_buff *skb)
/* retry once again? */
/* retry once again? */
if
(
--
retry
>
0
)
{
if
(
--
retry
>
0
)
{
schedule
(
);
udelay
(
50
);
goto
retry_here
;
goto
retry_here
;
}
}
...
...
drivers/atm/he.c
View file @
eae9061b
...
@@ -2575,8 +2575,8 @@ he_close(struct atm_vcc *vcc)
...
@@ -2575,8 +2575,8 @@ he_close(struct atm_vcc *vcc)
udelay
(
250
);
udelay
(
250
);
}
}
add_wait_queue
(
&
he_vcc
->
rx_waitq
,
&
wait
);
set_current_state
(
TASK_UNINTERRUPTIBLE
);
set_current_state
(
TASK_UNINTERRUPTIBLE
);
add_wait_queue
(
&
he_vcc
->
rx_waitq
,
&
wait
);
he_writel_rsr0
(
he_dev
,
RSR0_CLOSE_CONN
,
cid
);
he_writel_rsr0
(
he_dev
,
RSR0_CLOSE_CONN
,
cid
);
(
void
)
he_readl_rsr0
(
he_dev
,
cid
);
/* flush posted writes */
(
void
)
he_readl_rsr0
(
he_dev
,
cid
);
/* flush posted writes */
...
@@ -2650,8 +2650,8 @@ he_close(struct atm_vcc *vcc)
...
@@ -2650,8 +2650,8 @@ he_close(struct atm_vcc *vcc)
tpd
->
vcc
=
vcc
;
tpd
->
vcc
=
vcc
;
wmb
();
wmb
();
add_wait_queue
(
&
he_vcc
->
tx_waitq
,
&
wait
);
set_current_state
(
TASK_UNINTERRUPTIBLE
);
set_current_state
(
TASK_UNINTERRUPTIBLE
);
add_wait_queue
(
&
he_vcc
->
tx_waitq
,
&
wait
);
__enqueue_tpd
(
he_dev
,
tpd
,
cid
);
__enqueue_tpd
(
he_dev
,
tpd
,
cid
);
spin_unlock_irqrestore
(
&
he_dev
->
global_lock
,
flags
);
spin_unlock_irqrestore
(
&
he_dev
->
global_lock
,
flags
);
...
...
drivers/atm/nicstar.c
View file @
eae9061b
...
@@ -54,7 +54,6 @@
...
@@ -54,7 +54,6 @@
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <asm/atomic.h>
#include <asm/atomic.h>
#include "nicstar.h"
#include "nicstar.h"
#include "nicstarmac.h"
#ifdef CONFIG_ATM_NICSTAR_USE_SUNI
#ifdef CONFIG_ATM_NICSTAR_USE_SUNI
#include "suni.h"
#include "suni.h"
#endif
/* CONFIG_ATM_NICSTAR_USE_SUNI */
#endif
/* CONFIG_ATM_NICSTAR_USE_SUNI */
...
...
drivers/atm/nicstarmac.c
View file @
eae9061b
...
@@ -7,6 +7,8 @@
...
@@ -7,6 +7,8 @@
* Read this ForeRunner's MAC address from eprom/eeprom
* Read this ForeRunner's MAC address from eprom/eeprom
*/
*/
typedef
void
__iomem
*
virt_addr_t
;
#define CYCLE_DELAY 5
#define CYCLE_DELAY 5
/* This was the original definition
/* This was the original definition
...
@@ -213,7 +215,7 @@ read_eprom_byte(virt_addr_t base, u_int8_t offset)
...
@@ -213,7 +215,7 @@ read_eprom_byte(virt_addr_t base, u_int8_t offset)
}
}
void
static
void
nicstar_init_eprom
(
virt_addr_t
base
)
nicstar_init_eprom
(
virt_addr_t
base
)
{
{
u_int32_t
val
;
u_int32_t
val
;
...
@@ -246,7 +248,7 @@ nicstar_init_eprom( virt_addr_t base )
...
@@ -246,7 +248,7 @@ nicstar_init_eprom( virt_addr_t base )
* above.
* above.
*/
*/
void
static
void
nicstar_read_eprom
(
nicstar_read_eprom
(
virt_addr_t
base
,
virt_addr_t
base
,
u_int8_t
prom_offset
,
u_int8_t
prom_offset
,
...
...
drivers/atm/nicstarmac.h
deleted
100644 → 0
View file @
842ca9a3
/******************************************************************************
*
* nicstarmac.h
*
* Header file for nicstarmac.c
*
******************************************************************************/
typedef
void
__iomem
*
virt_addr_t
;
void
nicstar_init_eprom
(
virt_addr_t
base
);
void
nicstar_read_eprom
(
virt_addr_t
,
u_int8_t
,
u_int8_t
*
,
u_int32_t
);
drivers/net/tg3.c
View file @
eae9061b
...
@@ -60,8 +60,8 @@
...
@@ -60,8 +60,8 @@
#define DRV_MODULE_NAME "tg3"
#define DRV_MODULE_NAME "tg3"
#define PFX DRV_MODULE_NAME ": "
#define PFX DRV_MODULE_NAME ": "
#define DRV_MODULE_VERSION "3.1
8
"
#define DRV_MODULE_VERSION "3.1
9
"
#define DRV_MODULE_RELDATE "January 2
4
, 2005"
#define DRV_MODULE_RELDATE "January 2
6
, 2005"
#define TG3_DEF_MAC_MODE 0
#define TG3_DEF_MAC_MODE 0
#define TG3_DEF_RX_MODE 0
#define TG3_DEF_RX_MODE 0
...
@@ -4866,9 +4866,8 @@ static void __tg3_set_mac_addr(struct tg3 *tp)
...
@@ -4866,9 +4866,8 @@ static void __tg3_set_mac_addr(struct tg3 *tp)
tw32
(
MAC_ADDR_0_LOW
+
(
i
*
8
),
addr_low
);
tw32
(
MAC_ADDR_0_LOW
+
(
i
*
8
),
addr_low
);
}
}
if
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
!=
ASIC_REV_5700
&&
if
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
==
ASIC_REV_5703
||
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
!=
ASIC_REV_5701
&&
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
==
ASIC_REV_5704
)
{
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
!=
ASIC_REV_5705
)
{
for
(
i
=
0
;
i
<
12
;
i
++
)
{
for
(
i
=
0
;
i
<
12
;
i
++
)
{
tw32
(
MAC_EXTADDR_0_HIGH
+
(
i
*
8
),
addr_high
);
tw32
(
MAC_EXTADDR_0_HIGH
+
(
i
*
8
),
addr_high
);
tw32
(
MAC_EXTADDR_0_LOW
+
(
i
*
8
),
addr_low
);
tw32
(
MAC_EXTADDR_0_LOW
+
(
i
*
8
),
addr_low
);
...
@@ -4914,7 +4913,8 @@ static void tg3_set_bdinfo(struct tg3 *tp, u32 bdinfo_addr,
...
@@ -4914,7 +4913,8 @@ static void tg3_set_bdinfo(struct tg3 *tp, u32 bdinfo_addr,
(
bdinfo_addr
+
TG3_BDINFO_MAXLEN_FLAGS
),
(
bdinfo_addr
+
TG3_BDINFO_MAXLEN_FLAGS
),
maxlen_flags
);
maxlen_flags
);
if
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
!=
ASIC_REV_5705
)
if
((
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
!=
ASIC_REV_5705
)
&&
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
!=
ASIC_REV_5750
))
tg3_write_mem
(
tp
,
tg3_write_mem
(
tp
,
(
bdinfo_addr
+
TG3_BDINFO_NIC_ADDR
),
(
bdinfo_addr
+
TG3_BDINFO_NIC_ADDR
),
nic_addr
);
nic_addr
);
...
@@ -7577,9 +7577,8 @@ static int __devinit tg3_phy_probe(struct tg3 *tp)
...
@@ -7577,9 +7577,8 @@ static int __devinit tg3_phy_probe(struct tg3 *tp)
tp
->
pdev
->
subsystem_vendor
==
PCI_VENDOR_ID_DELL
)
tp
->
pdev
->
subsystem_vendor
==
PCI_VENDOR_ID_DELL
)
tp
->
led_ctrl
=
LED_CTRL_MODE_PHY_2
;
tp
->
led_ctrl
=
LED_CTRL_MODE_PHY_2
;
if
(((
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
==
ASIC_REV_5703
)
||
if
((
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
!=
ASIC_REV_5700
)
&&
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
==
ASIC_REV_5704
)
||
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
!=
ASIC_REV_5701
)
&&
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
==
ASIC_REV_5705
))
&&
(
nic_cfg
&
NIC_SRAM_DATA_CFG_EEPROM_WP
))
(
nic_cfg
&
NIC_SRAM_DATA_CFG_EEPROM_WP
))
tp
->
tg3_flags
|=
TG3_FLAG_EEPROM_WRITE_PROT
;
tp
->
tg3_flags
|=
TG3_FLAG_EEPROM_WRITE_PROT
;
...
...
include/linux/atalk.h
View file @
eae9061b
...
@@ -229,7 +229,7 @@ extern void atalk_unregister_sysctl(void);
...
@@ -229,7 +229,7 @@ extern void atalk_unregister_sysctl(void);
extern
int
atalk_proc_init
(
void
);
extern
int
atalk_proc_init
(
void
);
extern
void
atalk_proc_exit
(
void
);
extern
void
atalk_proc_exit
(
void
);
#else
#else
#define atalk_proc_init()
0
#define atalk_proc_init()
({ 0; })
#define atalk_proc_exit() do { } while(0)
#define atalk_proc_exit() do { } while(0)
#endif
/* CONFIG_PROC_FS */
#endif
/* CONFIG_PROC_FS */
...
...
include/linux/netfilter_ipv4/ip_conntrack.h
View file @
eae9061b
...
@@ -262,10 +262,9 @@ extern void (*ip_conntrack_destroyed)(struct ip_conntrack *conntrack);
...
@@ -262,10 +262,9 @@ extern void (*ip_conntrack_destroyed)(struct ip_conntrack *conntrack);
/* Fake conntrack entry for untracked connections */
/* Fake conntrack entry for untracked connections */
extern
struct
ip_conntrack
ip_conntrack_untracked
;
extern
struct
ip_conntrack
ip_conntrack_untracked
;
extern
int
ip_ct_no_defrag
;
/* Returns new sk_buff, or NULL */
/* Returns new sk_buff, or NULL */
struct
sk_buff
*
struct
sk_buff
*
ip_ct_gather_frags
(
struct
sk_buff
*
skb
);
ip_ct_gather_frags
(
struct
sk_buff
*
skb
,
u_int32_t
user
);
/* Iterate over all conntracks: if iter returns true, it's deleted. */
/* Iterate over all conntracks: if iter returns true, it's deleted. */
extern
void
extern
void
...
...
include/net/ip.h
View file @
eae9061b
...
@@ -287,8 +287,19 @@ extern int ip_call_ra_chain(struct sk_buff *skb);
...
@@ -287,8 +287,19 @@ extern int ip_call_ra_chain(struct sk_buff *skb);
* Functions provided by ip_fragment.o
* Functions provided by ip_fragment.o
*/
*/
struct
sk_buff
*
ip_defrag
(
struct
sk_buff
*
skb
);
enum
ip_defrag_users
extern
void
ipfrag_flush
(
void
);
{
IP_DEFRAG_LOCAL_DELIVER
,
IP_DEFRAG_CALL_RA_CHAIN
,
IP_DEFRAG_CONNTRACK_IN
,
IP_DEFRAG_CONNTRACK_OUT
,
IP_DEFRAG_NAT_OUT
,
IP_DEFRAG_VS_IN
,
IP_DEFRAG_VS_OUT
,
IP_DEFRAG_VS_FWD
};
struct
sk_buff
*
ip_defrag
(
struct
sk_buff
*
skb
,
u32
user
);
extern
int
ip_frag_nqueues
;
extern
int
ip_frag_nqueues
;
extern
atomic_t
ip_frag_mem
;
extern
atomic_t
ip_frag_mem
;
...
...
net/atm/lec.c
View file @
eae9061b
...
@@ -1818,7 +1818,7 @@ lec_arp_expire_arp(unsigned long data)
...
@@ -1818,7 +1818,7 @@ lec_arp_expire_arp(unsigned long data)
static
void
static
void
lec_arp_expire_vcc
(
unsigned
long
data
)
lec_arp_expire_vcc
(
unsigned
long
data
)
{
{
unsigned
flags
;
unsigned
long
flags
;
struct
lec_arp_table
*
to_remove
=
(
struct
lec_arp_table
*
)
data
;
struct
lec_arp_table
*
to_remove
=
(
struct
lec_arp_table
*
)
data
;
struct
lec_priv
*
priv
=
(
struct
lec_priv
*
)
to_remove
->
priv
;
struct
lec_priv
*
priv
=
(
struct
lec_priv
*
)
to_remove
->
priv
;
struct
lec_arp_table
*
entry
=
NULL
;
struct
lec_arp_table
*
entry
=
NULL
;
...
...
net/atm/resources.c
View file @
eae9061b
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
#include <linux/kernel.h>
/* for barrier */
#include <linux/kernel.h>
/* for barrier */
#include <linux/module.h>
#include <linux/module.h>
#include <linux/bitops.h>
#include <linux/bitops.h>
#include <linux/delay.h>
#include <net/sock.h>
/* for struct sock */
#include <net/sock.h>
/* for struct sock */
#include "common.h"
#include "common.h"
...
@@ -138,8 +139,7 @@ void atm_dev_deregister(struct atm_dev *dev)
...
@@ -138,8 +139,7 @@ void atm_dev_deregister(struct atm_dev *dev)
warning_time
=
jiffies
;
warning_time
=
jiffies
;
while
(
atomic_read
(
&
dev
->
refcnt
)
!=
1
)
{
while
(
atomic_read
(
&
dev
->
refcnt
)
!=
1
)
{
current
->
state
=
TASK_INTERRUPTIBLE
;
msleep
(
250
);
schedule_timeout
(
HZ
/
4
);
if
((
jiffies
-
warning_time
)
>
10
*
HZ
)
{
if
((
jiffies
-
warning_time
)
>
10
*
HZ
)
{
printk
(
KERN_EMERG
"atm_dev_deregister: waiting for "
printk
(
KERN_EMERG
"atm_dev_deregister: waiting for "
"dev %d to become free. Usage count = %d
\n
"
,
"dev %d to become free. Usage count = %d
\n
"
,
...
...
net/atm/svc.c
View file @
eae9061b
...
@@ -67,6 +67,7 @@ static void svc_disconnect(struct atm_vcc *vcc)
...
@@ -67,6 +67,7 @@ static void svc_disconnect(struct atm_vcc *vcc)
/* beware - socket is still in use by atmsigd until the last
/* beware - socket is still in use by atmsigd until the last
as_indicate has been answered */
as_indicate has been answered */
while
((
skb
=
skb_dequeue
(
&
vcc
->
sk
->
sk_receive_queue
))
!=
NULL
)
{
while
((
skb
=
skb_dequeue
(
&
vcc
->
sk
->
sk_receive_queue
))
!=
NULL
)
{
atm_return
(
vcc
,
skb
->
truesize
);
DPRINTK
(
"LISTEN REL
\n
"
);
DPRINTK
(
"LISTEN REL
\n
"
);
sigd_enq2
(
NULL
,
as_reject
,
vcc
,
NULL
,
NULL
,
&
vcc
->
qos
,
0
);
sigd_enq2
(
NULL
,
as_reject
,
vcc
,
NULL
,
NULL
,
&
vcc
->
qos
,
0
);
dev_kfree_skb
(
skb
);
dev_kfree_skb
(
skb
);
...
...
net/ipv4/esp4.c
View file @
eae9061b
...
@@ -427,7 +427,8 @@ static int esp_init_state(struct xfrm_state *x, void *args)
...
@@ -427,7 +427,8 @@ static int esp_init_state(struct xfrm_state *x, void *args)
goto
error
;
goto
error
;
get_random_bytes
(
esp
->
conf
.
ivec
,
esp
->
conf
.
ivlen
);
get_random_bytes
(
esp
->
conf
.
ivec
,
esp
->
conf
.
ivlen
);
}
}
crypto_cipher_setkey
(
esp
->
conf
.
tfm
,
esp
->
conf
.
key
,
esp
->
conf
.
key_len
);
if
(
crypto_cipher_setkey
(
esp
->
conf
.
tfm
,
esp
->
conf
.
key
,
esp
->
conf
.
key_len
))
goto
error
;
x
->
props
.
header_len
=
sizeof
(
struct
ip_esp_hdr
)
+
esp
->
conf
.
ivlen
;
x
->
props
.
header_len
=
sizeof
(
struct
ip_esp_hdr
)
+
esp
->
conf
.
ivlen
;
if
(
x
->
props
.
mode
)
if
(
x
->
props
.
mode
)
x
->
props
.
header_len
+=
sizeof
(
struct
iphdr
);
x
->
props
.
header_len
+=
sizeof
(
struct
iphdr
);
...
...
net/ipv4/ip_fragment.c
View file @
eae9061b
...
@@ -73,6 +73,7 @@ struct ipfrag_skb_cb
...
@@ -73,6 +73,7 @@ struct ipfrag_skb_cb
struct
ipq
{
struct
ipq
{
struct
ipq
*
next
;
/* linked list pointers */
struct
ipq
*
next
;
/* linked list pointers */
struct
list_head
lru_list
;
/* lru list member */
struct
list_head
lru_list
;
/* lru list member */
u32
user
;
u32
saddr
;
u32
saddr
;
u32
daddr
;
u32
daddr
;
u16
id
;
u16
id
;
...
@@ -243,13 +244,13 @@ static void ipq_kill(struct ipq *ipq)
...
@@ -243,13 +244,13 @@ static void ipq_kill(struct ipq *ipq)
/* Memory limiting on fragments. Evictor trashes the oldest
/* Memory limiting on fragments. Evictor trashes the oldest
* fragment queue until we are back under the threshold.
* fragment queue until we are back under the threshold.
*/
*/
static
void
__ip_evictor
(
int
threshol
d
)
static
void
ip_evictor
(
voi
d
)
{
{
struct
ipq
*
qp
;
struct
ipq
*
qp
;
struct
list_head
*
tmp
;
struct
list_head
*
tmp
;
int
work
;
int
work
;
work
=
atomic_read
(
&
ip_frag_mem
)
-
threshold
;
work
=
atomic_read
(
&
ip_frag_mem
)
-
sysctl_ipfrag_low_thresh
;
if
(
work
<=
0
)
if
(
work
<=
0
)
return
;
return
;
...
@@ -274,11 +275,6 @@ static void __ip_evictor(int threshold)
...
@@ -274,11 +275,6 @@ static void __ip_evictor(int threshold)
}
}
}
}
static
inline
void
ip_evictor
(
void
)
{
__ip_evictor
(
sysctl_ipfrag_low_thresh
);
}
/*
/*
* Oops, a fragment queue timed out. Kill it and send an ICMP reply.
* Oops, a fragment queue timed out. Kill it and send an ICMP reply.
*/
*/
...
@@ -325,7 +321,8 @@ static struct ipq *ip_frag_intern(unsigned int hash, struct ipq *qp_in)
...
@@ -325,7 +321,8 @@ static struct ipq *ip_frag_intern(unsigned int hash, struct ipq *qp_in)
if
(
qp
->
id
==
qp_in
->
id
&&
if
(
qp
->
id
==
qp_in
->
id
&&
qp
->
saddr
==
qp_in
->
saddr
&&
qp
->
saddr
==
qp_in
->
saddr
&&
qp
->
daddr
==
qp_in
->
daddr
&&
qp
->
daddr
==
qp_in
->
daddr
&&
qp
->
protocol
==
qp_in
->
protocol
)
{
qp
->
protocol
==
qp_in
->
protocol
&&
qp
->
user
==
qp_in
->
user
)
{
atomic_inc
(
&
qp
->
refcnt
);
atomic_inc
(
&
qp
->
refcnt
);
write_unlock
(
&
ipfrag_lock
);
write_unlock
(
&
ipfrag_lock
);
qp_in
->
last_in
|=
COMPLETE
;
qp_in
->
last_in
|=
COMPLETE
;
...
@@ -352,7 +349,7 @@ static struct ipq *ip_frag_intern(unsigned int hash, struct ipq *qp_in)
...
@@ -352,7 +349,7 @@ static struct ipq *ip_frag_intern(unsigned int hash, struct ipq *qp_in)
}
}
/* Add an entry to the 'ipq' queue for a newly received IP datagram. */
/* Add an entry to the 'ipq' queue for a newly received IP datagram. */
static
struct
ipq
*
ip_frag_create
(
unsigned
hash
,
struct
iphdr
*
iph
)
static
struct
ipq
*
ip_frag_create
(
unsigned
hash
,
struct
iphdr
*
iph
,
u32
user
)
{
{
struct
ipq
*
qp
;
struct
ipq
*
qp
;
...
@@ -364,6 +361,7 @@ static struct ipq *ip_frag_create(unsigned hash, struct iphdr *iph)
...
@@ -364,6 +361,7 @@ static struct ipq *ip_frag_create(unsigned hash, struct iphdr *iph)
qp
->
id
=
iph
->
id
;
qp
->
id
=
iph
->
id
;
qp
->
saddr
=
iph
->
saddr
;
qp
->
saddr
=
iph
->
saddr
;
qp
->
daddr
=
iph
->
daddr
;
qp
->
daddr
=
iph
->
daddr
;
qp
->
user
=
user
;
qp
->
len
=
0
;
qp
->
len
=
0
;
qp
->
meat
=
0
;
qp
->
meat
=
0
;
qp
->
fragments
=
NULL
;
qp
->
fragments
=
NULL
;
...
@@ -386,7 +384,7 @@ static struct ipq *ip_frag_create(unsigned hash, struct iphdr *iph)
...
@@ -386,7 +384,7 @@ static struct ipq *ip_frag_create(unsigned hash, struct iphdr *iph)
/* Find the correct entry in the "incomplete datagrams" queue for
/* Find the correct entry in the "incomplete datagrams" queue for
* this IP datagram, and create new one, if nothing is found.
* this IP datagram, and create new one, if nothing is found.
*/
*/
static
inline
struct
ipq
*
ip_find
(
struct
iphdr
*
iph
)
static
inline
struct
ipq
*
ip_find
(
struct
iphdr
*
iph
,
u32
user
)
{
{
__u16
id
=
iph
->
id
;
__u16
id
=
iph
->
id
;
__u32
saddr
=
iph
->
saddr
;
__u32
saddr
=
iph
->
saddr
;
...
@@ -400,7 +398,8 @@ static inline struct ipq *ip_find(struct iphdr *iph)
...
@@ -400,7 +398,8 @@ static inline struct ipq *ip_find(struct iphdr *iph)
if
(
qp
->
id
==
id
&&
if
(
qp
->
id
==
id
&&
qp
->
saddr
==
saddr
&&
qp
->
saddr
==
saddr
&&
qp
->
daddr
==
daddr
&&
qp
->
daddr
==
daddr
&&
qp
->
protocol
==
protocol
)
{
qp
->
protocol
==
protocol
&&
qp
->
user
==
user
)
{
atomic_inc
(
&
qp
->
refcnt
);
atomic_inc
(
&
qp
->
refcnt
);
read_unlock
(
&
ipfrag_lock
);
read_unlock
(
&
ipfrag_lock
);
return
qp
;
return
qp
;
...
@@ -408,7 +407,7 @@ static inline struct ipq *ip_find(struct iphdr *iph)
...
@@ -408,7 +407,7 @@ static inline struct ipq *ip_find(struct iphdr *iph)
}
}
read_unlock
(
&
ipfrag_lock
);
read_unlock
(
&
ipfrag_lock
);
return
ip_frag_create
(
hash
,
iph
);
return
ip_frag_create
(
hash
,
iph
,
user
);
}
}
/* Add new segment to existing queue. */
/* Add new segment to existing queue. */
...
@@ -642,7 +641,7 @@ static struct sk_buff *ip_frag_reasm(struct ipq *qp, struct net_device *dev)
...
@@ -642,7 +641,7 @@ static struct sk_buff *ip_frag_reasm(struct ipq *qp, struct net_device *dev)
}
}
/* Process an incoming IP datagram fragment. */
/* Process an incoming IP datagram fragment. */
struct
sk_buff
*
ip_defrag
(
struct
sk_buff
*
skb
)
struct
sk_buff
*
ip_defrag
(
struct
sk_buff
*
skb
,
u32
user
)
{
{
struct
iphdr
*
iph
=
skb
->
nh
.
iph
;
struct
iphdr
*
iph
=
skb
->
nh
.
iph
;
struct
ipq
*
qp
;
struct
ipq
*
qp
;
...
@@ -657,7 +656,7 @@ struct sk_buff *ip_defrag(struct sk_buff *skb)
...
@@ -657,7 +656,7 @@ struct sk_buff *ip_defrag(struct sk_buff *skb)
dev
=
skb
->
dev
;
dev
=
skb
->
dev
;
/* Lookup (or create) queue header */
/* Lookup (or create) queue header */
if
((
qp
=
ip_find
(
iph
))
!=
NULL
)
{
if
((
qp
=
ip_find
(
iph
,
user
))
!=
NULL
)
{
struct
sk_buff
*
ret
=
NULL
;
struct
sk_buff
*
ret
=
NULL
;
spin_lock
(
&
qp
->
lock
);
spin_lock
(
&
qp
->
lock
);
...
@@ -689,10 +688,4 @@ void ipfrag_init(void)
...
@@ -689,10 +688,4 @@ void ipfrag_init(void)
add_timer
(
&
ipfrag_secret_timer
);
add_timer
(
&
ipfrag_secret_timer
);
}
}
void
ipfrag_flush
(
void
)
{
__ip_evictor
(
0
);
}
EXPORT_SYMBOL
(
ip_defrag
);
EXPORT_SYMBOL
(
ip_defrag
);
EXPORT_SYMBOL
(
ipfrag_flush
);
net/ipv4/ip_input.c
View file @
eae9061b
...
@@ -172,7 +172,7 @@ int ip_call_ra_chain(struct sk_buff *skb)
...
@@ -172,7 +172,7 @@ int ip_call_ra_chain(struct sk_buff *skb)
(
!
sk
->
sk_bound_dev_if
||
(
!
sk
->
sk_bound_dev_if
||
sk
->
sk_bound_dev_if
==
skb
->
dev
->
ifindex
))
{
sk
->
sk_bound_dev_if
==
skb
->
dev
->
ifindex
))
{
if
(
skb
->
nh
.
iph
->
frag_off
&
htons
(
IP_MF
|
IP_OFFSET
))
{
if
(
skb
->
nh
.
iph
->
frag_off
&
htons
(
IP_MF
|
IP_OFFSET
))
{
skb
=
ip_defrag
(
skb
);
skb
=
ip_defrag
(
skb
,
IP_DEFRAG_CALL_RA_CHAIN
);
if
(
skb
==
NULL
)
{
if
(
skb
==
NULL
)
{
read_unlock
(
&
ip_ra_lock
);
read_unlock
(
&
ip_ra_lock
);
return
1
;
return
1
;
...
@@ -273,7 +273,7 @@ int ip_local_deliver(struct sk_buff *skb)
...
@@ -273,7 +273,7 @@ int ip_local_deliver(struct sk_buff *skb)
*/
*/
if
(
skb
->
nh
.
iph
->
frag_off
&
htons
(
IP_MF
|
IP_OFFSET
))
{
if
(
skb
->
nh
.
iph
->
frag_off
&
htons
(
IP_MF
|
IP_OFFSET
))
{
skb
=
ip_defrag
(
skb
);
skb
=
ip_defrag
(
skb
,
IP_DEFRAG_LOCAL_DELIVER
);
if
(
!
skb
)
if
(
!
skb
)
return
0
;
return
0
;
}
}
...
...
net/ipv4/ipvs/ip_vs_core.c
View file @
eae9061b
...
@@ -544,9 +544,9 @@ u16 ip_vs_checksum_complete(struct sk_buff *skb, int offset)
...
@@ -544,9 +544,9 @@ u16 ip_vs_checksum_complete(struct sk_buff *skb, int offset)
}
}
static
inline
struct
sk_buff
*
static
inline
struct
sk_buff
*
ip_vs_gather_frags
(
struct
sk_buff
*
skb
)
ip_vs_gather_frags
(
struct
sk_buff
*
skb
,
u_int32_t
user
)
{
{
skb
=
ip_defrag
(
skb
);
skb
=
ip_defrag
(
skb
,
user
);
if
(
skb
)
if
(
skb
)
ip_send_check
(
skb
->
nh
.
iph
);
ip_send_check
(
skb
->
nh
.
iph
);
return
skb
;
return
skb
;
...
@@ -620,7 +620,7 @@ static int ip_vs_out_icmp(struct sk_buff **pskb, int *related)
...
@@ -620,7 +620,7 @@ static int ip_vs_out_icmp(struct sk_buff **pskb, int *related)
/* reassemble IP fragments */
/* reassemble IP fragments */
if
(
skb
->
nh
.
iph
->
frag_off
&
__constant_htons
(
IP_MF
|
IP_OFFSET
))
{
if
(
skb
->
nh
.
iph
->
frag_off
&
__constant_htons
(
IP_MF
|
IP_OFFSET
))
{
skb
=
ip_vs_gather_frags
(
skb
);
skb
=
ip_vs_gather_frags
(
skb
,
IP_DEFRAG_VS_OUT
);
if
(
!
skb
)
if
(
!
skb
)
return
NF_STOLEN
;
return
NF_STOLEN
;
*
pskb
=
skb
;
*
pskb
=
skb
;
...
@@ -759,7 +759,7 @@ ip_vs_out(unsigned int hooknum, struct sk_buff **pskb,
...
@@ -759,7 +759,7 @@ ip_vs_out(unsigned int hooknum, struct sk_buff **pskb,
/* reassemble IP fragments */
/* reassemble IP fragments */
if
(
unlikely
(
iph
->
frag_off
&
__constant_htons
(
IP_MF
|
IP_OFFSET
)
&&
if
(
unlikely
(
iph
->
frag_off
&
__constant_htons
(
IP_MF
|
IP_OFFSET
)
&&
!
pp
->
dont_defrag
))
{
!
pp
->
dont_defrag
))
{
skb
=
ip_vs_gather_frags
(
skb
);
skb
=
ip_vs_gather_frags
(
skb
,
IP_DEFRAG_VS_OUT
);
if
(
!
skb
)
if
(
!
skb
)
return
NF_STOLEN
;
return
NF_STOLEN
;
iph
=
skb
->
nh
.
iph
;
iph
=
skb
->
nh
.
iph
;
...
@@ -839,7 +839,8 @@ ip_vs_out(unsigned int hooknum, struct sk_buff **pskb,
...
@@ -839,7 +839,8 @@ ip_vs_out(unsigned int hooknum, struct sk_buff **pskb,
* forward to the right destination host if relevant.
* forward to the right destination host if relevant.
* Currently handles error types - unreachable, quench, ttl exceeded.
* Currently handles error types - unreachable, quench, ttl exceeded.
*/
*/
static
int
ip_vs_in_icmp
(
struct
sk_buff
**
pskb
,
int
*
related
)
static
int
ip_vs_in_icmp
(
struct
sk_buff
**
pskb
,
int
*
related
,
unsigned
int
hooknum
)
{
{
struct
sk_buff
*
skb
=
*
pskb
;
struct
sk_buff
*
skb
=
*
pskb
;
struct
iphdr
*
iph
;
struct
iphdr
*
iph
;
...
@@ -853,7 +854,9 @@ static int ip_vs_in_icmp(struct sk_buff **pskb, int *related)
...
@@ -853,7 +854,9 @@ static int ip_vs_in_icmp(struct sk_buff **pskb, int *related)
/* reassemble IP fragments */
/* reassemble IP fragments */
if
(
skb
->
nh
.
iph
->
frag_off
&
__constant_htons
(
IP_MF
|
IP_OFFSET
))
{
if
(
skb
->
nh
.
iph
->
frag_off
&
__constant_htons
(
IP_MF
|
IP_OFFSET
))
{
skb
=
ip_vs_gather_frags
(
skb
);
skb
=
ip_vs_gather_frags
(
skb
,
hooknum
==
NF_IP_LOCAL_IN
?
IP_DEFRAG_VS_IN
:
IP_DEFRAG_VS_FWD
);
if
(
!
skb
)
if
(
!
skb
)
return
NF_STOLEN
;
return
NF_STOLEN
;
*
pskb
=
skb
;
*
pskb
=
skb
;
...
@@ -962,7 +965,7 @@ ip_vs_in(unsigned int hooknum, struct sk_buff **pskb,
...
@@ -962,7 +965,7 @@ ip_vs_in(unsigned int hooknum, struct sk_buff **pskb,
iph
=
skb
->
nh
.
iph
;
iph
=
skb
->
nh
.
iph
;
if
(
unlikely
(
iph
->
protocol
==
IPPROTO_ICMP
))
{
if
(
unlikely
(
iph
->
protocol
==
IPPROTO_ICMP
))
{
int
related
,
verdict
=
ip_vs_in_icmp
(
pskb
,
&
related
);
int
related
,
verdict
=
ip_vs_in_icmp
(
pskb
,
&
related
,
hooknum
);
if
(
related
)
if
(
related
)
return
verdict
;
return
verdict
;
...
@@ -1057,7 +1060,7 @@ ip_vs_forward_icmp(unsigned int hooknum, struct sk_buff **pskb,
...
@@ -1057,7 +1060,7 @@ ip_vs_forward_icmp(unsigned int hooknum, struct sk_buff **pskb,
if
((
*
pskb
)
->
nh
.
iph
->
protocol
!=
IPPROTO_ICMP
)
if
((
*
pskb
)
->
nh
.
iph
->
protocol
!=
IPPROTO_ICMP
)
return
NF_ACCEPT
;
return
NF_ACCEPT
;
return
ip_vs_in_icmp
(
pskb
,
&
r
);
return
ip_vs_in_icmp
(
pskb
,
&
r
,
hooknum
);
}
}
...
...
net/ipv4/netfilter/ip_conntrack_core.c
View file @
eae9061b
...
@@ -936,29 +936,22 @@ void ip_ct_refresh_acct(struct ip_conntrack *ct,
...
@@ -936,29 +936,22 @@ void ip_ct_refresh_acct(struct ip_conntrack *ct,
}
}
}
}
int
ip_ct_no_defrag
;
/* Returns new sk_buff, or NULL */
/* Returns new sk_buff, or NULL */
struct
sk_buff
*
struct
sk_buff
*
ip_ct_gather_frags
(
struct
sk_buff
*
skb
)
ip_ct_gather_frags
(
struct
sk_buff
*
skb
,
u_int32_t
user
)
{
{
struct
sock
*
sk
=
skb
->
sk
;
struct
sock
*
sk
=
skb
->
sk
;
#ifdef CONFIG_NETFILTER_DEBUG
#ifdef CONFIG_NETFILTER_DEBUG
unsigned
int
olddebug
=
skb
->
nf_debug
;
unsigned
int
olddebug
=
skb
->
nf_debug
;
#endif
#endif
if
(
unlikely
(
ip_ct_no_defrag
))
{
kfree_skb
(
skb
);
return
NULL
;
}
if
(
sk
)
{
if
(
sk
)
{
sock_hold
(
sk
);
sock_hold
(
sk
);
skb_orphan
(
skb
);
skb_orphan
(
skb
);
}
}
local_bh_disable
();
local_bh_disable
();
skb
=
ip_defrag
(
skb
);
skb
=
ip_defrag
(
skb
,
user
);
local_bh_enable
();
local_bh_enable
();
if
(
!
skb
)
{
if
(
!
skb
)
{
...
...
net/ipv4/netfilter/ip_conntrack_standalone.c
View file @
eae9061b
...
@@ -391,7 +391,10 @@ static unsigned int ip_conntrack_defrag(unsigned int hooknum,
...
@@ -391,7 +391,10 @@ static unsigned int ip_conntrack_defrag(unsigned int hooknum,
/* Gather fragments. */
/* Gather fragments. */
if
((
*
pskb
)
->
nh
.
iph
->
frag_off
&
htons
(
IP_MF
|
IP_OFFSET
))
{
if
((
*
pskb
)
->
nh
.
iph
->
frag_off
&
htons
(
IP_MF
|
IP_OFFSET
))
{
*
pskb
=
ip_ct_gather_frags
(
*
pskb
);
*
pskb
=
ip_ct_gather_frags
(
*
pskb
,
hooknum
==
NF_IP_PRE_ROUTING
?
IP_DEFRAG_CONNTRACK_IN
:
IP_DEFRAG_CONNTRACK_OUT
);
if
(
!*
pskb
)
if
(
!*
pskb
)
return
NF_STOLEN
;
return
NF_STOLEN
;
}
}
...
@@ -823,12 +826,6 @@ static int init_or_cleanup(int init)
...
@@ -823,12 +826,6 @@ static int init_or_cleanup(int init)
cleanup_defraglocalops:
cleanup_defraglocalops:
nf_unregister_hook
(
&
ip_conntrack_defrag_local_out_ops
);
nf_unregister_hook
(
&
ip_conntrack_defrag_local_out_ops
);
cleanup_defragops:
cleanup_defragops:
/* Frag queues may hold fragments with skb->dst == NULL */
ip_ct_no_defrag
=
1
;
synchronize_net
();
local_bh_disable
();
ipfrag_flush
();
local_bh_enable
();
nf_unregister_hook
(
&
ip_conntrack_defrag_ops
);
nf_unregister_hook
(
&
ip_conntrack_defrag_ops
);
cleanup_proc_stat:
cleanup_proc_stat:
#ifdef CONFIG_PROC_FS
#ifdef CONFIG_PROC_FS
...
...
net/ipv4/netfilter/ip_nat_standalone.c
View file @
eae9061b
...
@@ -195,7 +195,7 @@ ip_nat_out(unsigned int hooknum,
...
@@ -195,7 +195,7 @@ ip_nat_out(unsigned int hooknum,
I'm starting to have nightmares about fragments. */
I'm starting to have nightmares about fragments. */
if
((
*
pskb
)
->
nh
.
iph
->
frag_off
&
htons
(
IP_MF
|
IP_OFFSET
))
{
if
((
*
pskb
)
->
nh
.
iph
->
frag_off
&
htons
(
IP_MF
|
IP_OFFSET
))
{
*
pskb
=
ip_ct_gather_frags
(
*
pskb
);
*
pskb
=
ip_ct_gather_frags
(
*
pskb
,
IP_DEFRAG_NAT_OUT
);
if
(
!*
pskb
)
if
(
!*
pskb
)
return
NF_STOLEN
;
return
NF_STOLEN
;
...
...
net/ipv6/esp6.c
View file @
eae9061b
...
@@ -364,7 +364,8 @@ static int esp6_init_state(struct xfrm_state *x, void *args)
...
@@ -364,7 +364,8 @@ static int esp6_init_state(struct xfrm_state *x, void *args)
goto
error
;
goto
error
;
get_random_bytes
(
esp
->
conf
.
ivec
,
esp
->
conf
.
ivlen
);
get_random_bytes
(
esp
->
conf
.
ivec
,
esp
->
conf
.
ivlen
);
}
}
crypto_cipher_setkey
(
esp
->
conf
.
tfm
,
esp
->
conf
.
key
,
esp
->
conf
.
key_len
);
if
(
crypto_cipher_setkey
(
esp
->
conf
.
tfm
,
esp
->
conf
.
key
,
esp
->
conf
.
key_len
))
goto
error
;
x
->
props
.
header_len
=
sizeof
(
struct
ipv6_esp_hdr
)
+
esp
->
conf
.
ivlen
;
x
->
props
.
header_len
=
sizeof
(
struct
ipv6_esp_hdr
)
+
esp
->
conf
.
ivlen
;
if
(
x
->
props
.
mode
)
if
(
x
->
props
.
mode
)
x
->
props
.
header_len
+=
sizeof
(
struct
ipv6hdr
);
x
->
props
.
header_len
+=
sizeof
(
struct
ipv6hdr
);
...
@@ -372,15 +373,9 @@ static int esp6_init_state(struct xfrm_state *x, void *args)
...
@@ -372,15 +373,9 @@ static int esp6_init_state(struct xfrm_state *x, void *args)
return
0
;
return
0
;
error:
error:
if
(
esp
)
{
x
->
data
=
esp
;
if
(
esp
->
auth
.
tfm
)
esp6_destroy
(
x
);
crypto_free_tfm
(
esp
->
auth
.
tfm
);
x
->
data
=
NULL
;
if
(
esp
->
auth
.
work_icv
)
kfree
(
esp
->
auth
.
work_icv
);
if
(
esp
->
conf
.
tfm
)
crypto_free_tfm
(
esp
->
conf
.
tfm
);
kfree
(
esp
);
}
return
-
EINVAL
;
return
-
EINVAL
;
}
}
...
...
net/socket.c
View file @
eae9061b
...
@@ -2026,15 +2026,6 @@ extern void sk_init(void);
...
@@ -2026,15 +2026,6 @@ extern void sk_init(void);
void
__init
sock_init
(
void
)
void
__init
sock_init
(
void
)
{
{
int
i
;
/*
* Initialize all address (protocol) families.
*/
for
(
i
=
0
;
i
<
NPROTO
;
i
++
)
net_families
[
i
]
=
NULL
;
/*
/*
* Initialize sock SLAB cache.
* Initialize sock SLAB cache.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment