Eric Dumazet
|
9d410c7960
net: fix sk_forward_alloc corruption
|
15 年之前 |
Eric Dumazet
|
8558467201
udp: Fix udp_poll() and ioctl()
|
15 年之前 |
Atis Elsts
|
914a9ab386
net: Use sk_mark for routing lookup in more places
|
15 年之前 |
David S. Miller
|
b7058842c9
net: Make setsockopt() optlen be unsigned.
|
15 年之前 |
Eric Dumazet
|
6ce9e7b5fe
ip: Report qdisc packet drops
|
15 年之前 |
Eric Dumazet
|
c482c56857
udp: cleanups
|
16 年之前 |
Sridhar Samudrala
|
d7ca4cc01f
udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.
|
16 年之前 |
Eric Dumazet
|
31e6d363ab
net: correct off-by-one write allocations reports
|
16 年之前 |
Eric Dumazet
|
adf30907d6
net: skb->dst accessors
|
16 年之前 |
Vlad Yasevich
|
499923c7a3
ipv6: Fix NULL pointer dereference with time-wait sockets
|
16 年之前 |
David S. Miller
|
f0de70f8bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
16 年之前 |
Vlad Yasevich
|
b2f5e7cd3d
ipv6: Fix conflict resolutions during ipv6 binding
|
16 年之前 |
Vitaly Mayatskikh
|
30842f2989
udp: Wrong locking code in udp seq_file infrastructure
|
16 年之前 |
Neil Horman
|
ead2ceb0ec
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs
|
16 年之前 |
Patrick Ohly
|
51f31cabe3
ip: support for TX timestamps on UDP and RAW sockets
|
16 年之前 |
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 年之前 |