David Ahern
|
60d9b03141
net: ipv4: add second dif to multicast source filter
|
8 years ago |
David Ahern
|
3fa6f616a7
net: ipv4: add second dif to inet socket lookups
|
8 years ago |
David Ahern
|
fb74c27735
net: ipv4: add second dif to udp socket lookups
|
8 years ago |
Paolo Abeni
|
3bdefdf9d9
udp: no need to preserve skb->dst
|
8 years ago |
Paolo Abeni
|
c9f2c1ae12
udp6: fix socket leak on early demux
|
8 years ago |
Paolo Abeni
|
9688f9b020
udp: unbreak build lacking CONFIG_XFRM
|
8 years ago |
Paolo Abeni
|
dce4551cb2
udp: preserve head state for IP_CMSG_PASSSEC
|
8 years ago |
Paolo Abeni
|
0ddf3fb2c4
udp: preserve skb->dst if required for IP options processing
|
8 years ago |
Reshetova, Elena
|
41c6d650f6
net: convert sock.sk_refcnt from atomic_t to refcount_t
|
8 years ago |
Paolo Abeni
|
b26bbdae46
udp: move scratch area helpers into the include file
|
8 years ago |
Paolo Abeni
|
9bd780f5e0
udp: fix poll()
|
8 years ago |
Paolo Abeni
|
dd99e425be
udp: prefetch rmem_alloc in udp_queue_rcv_skb()
|
8 years ago |
Wei Wang
|
d24406c85d
udp: call dst_hold_safe() in udp_sk_rx_set_dst()
|
8 years ago |
Paolo Abeni
|
b65ac44674
udp: try to avoid 2 cache miss on dequeue
|
8 years ago |
Paolo Abeni
|
0a463c78d2
udp: avoid a cache miss on dequeue
|
8 years ago |
David S. Miller
|
c6cd850d65
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
Andrey Vagin
|
de321ed384
net: fix __skb_try_recv_from_queue to return the old behavior
|
8 years ago |
Paolo Abeni
|
a3f96c47c8
udp: make *udp*_queue_rcv_skb() functions static
|
8 years ago |
Colin Ian King
|
64f5102dcb
udp: make function udp_skb_dtor_locked static
|
8 years ago |
Paolo Abeni
|
6dfb4367cd
udp: keep the sk_receive_queue held when splicing
|
8 years ago |
Paolo Abeni
|
2276f58ac5
udp: use a separate rx queue for packet reception
|
8 years ago |
David S. Miller
|
3efa70d78f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
Julian Anastasov
|
0dec879f63
net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
|
8 years ago |
Eric Dumazet
|
69629464e0
udp: properly cope with csum errors
|
8 years ago |
Robert Shearman
|
63a6fff353
net: Avoid receiving packets with an l3mdev on unbound UDP sockets
|
8 years ago |
Josef Bacik
|
fe38d2a1c8
inet: collapse ipv4/v6 rcv_saddr_equal functions into one
|
8 years ago |
Eric Garver
|
df560056d9
udp: inuse checks can quit early for reuseport
|
8 years ago |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Eric Dumazet
|
02ab0d139c
udp: udp_rmem_release() should touch sk_rmem_alloc later
|
8 years ago |
Eric Dumazet
|
6b229cf77d
udp: add batching to udp_rmem_release()
|
8 years ago |