Jesper Dangaard Brouer
|
2783ef2312
udp: Fix potential wrong ip_hdr(skb) pointers
|
16 年之前 |
Jesper Dangaard Brouer
|
7b5e56f9d6
udp: Fix UDP short packet false positive
|
16 年之前 |
Eric Dumazet
|
e408b8dcb5
udp: increments sk_drops in __udp_queue_rcv_skb()
|
16 年之前 |
Eric Dumazet
|
98322f22ec
udp: optimize bind(0) if many ports are in use
|
16 年之前 |
Eric Dumazet
|
723b46108f
net: udp_unhash() can test if sk is hashed
|
16 年之前 |
Eric Dumazet
|
2e77d89b2f
net: avoid a pair of dst_hold()/dst_release() in ip_append_data()
|
16 年之前 |
David S. Miller
|
6ab33d5171
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
16 年之前 |
Balazs Scheidler
|
a134f85c13
TPROXY: fill struct flowi->flags in udp_sendmsg()
|
16 年之前 |
Eric Dumazet
|
88ab1932ea
udp: Use hlist_nulls in UDP RCU code
|
16 年之前 |
David S. Miller
|
9eeda9abd1
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
16 年之前 |
Eric Dumazet
|
920a46115c
udp: multicast packets need to check namespace
|
16 年之前 |
Eric Dumazet
|
c37ccc0d4e
udp: add a missing smp_wmb() in udp_lib_get_port()
|
16 年之前 |
Harvey Harrison
|
673d57e723
net: replace NIPQUAD() in net/ipv4/ net/ipv6/
|
16 年之前 |
Eric Dumazet
|
c8db3fec5b
udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash()
|
16 年之前 |
Eric Dumazet
|
96631ed16c
udp: introduce sk_for_each_rcu_safenext()
|
16 年之前 |
Eric Dumazet
|
f52b5054ec
udp: udp_get_next() should use spin_unlock_bh()
|
16 年之前 |
Eric Dumazet
|
8203efb3c6
udp: calculate udp_mem based on low memory instead of all memory
|
16 年之前 |
Eric Dumazet
|
271b72c7fa
udp: RCU handling for Unicast packets.
|
16 年之前 |
Eric Dumazet
|
645ca708f9
udp: introduce struct udp_table and multiple spinlocks
|
16 年之前 |
Alan Cox
|
113aa838ec
net: Rationalise email address: Network Specific Parts
|
16 年之前 |
Eric Dumazet
|
f24d43c07e
udp: complete port availability checking
|
16 年之前 |
Eric Dumazet
|
9088c56095
udp: Improve port randomization
|
16 年之前 |
Denis V. Lunev
|
0c7ed677fb
netns: make udpv6 mib per/namespace
|
16 年之前 |
KOVACS Krisztian
|
23542618de
inet: Don't lookup the socket if there's a socket attached to the skb
|
16 年之前 |
KOVACS Krisztian
|
607c4aaf03
inet: Add udplib_lookup_skb() helpers
|
16 年之前 |
KOVACS Krisztian
|
bcd41303f4
udp: Export UDP socket lookup function
|
16 年之前 |
Herbert Xu
|
93821778de
udp: Fix rcv socket locking
|
16 年之前 |
Herbert Xu
|
d97106ea52
udp: Drop socket lock for encapsulated packets
|
17 年之前 |
Gerrit Renker
|
47112e25da
udplite: Protection against coverage value wrap-around
|
17 年之前 |
Pavel Emelyanov
|
2f275f91a4
mib: put udp statistics on struct net
|
17 年之前 |