Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年 前 |
Eric Dumazet
|
02ab0d139c
udp: udp_rmem_release() should touch sk_rmem_alloc later
|
8 年 前 |
Eric Dumazet
|
6b229cf77d
udp: add batching to udp_rmem_release()
|
8 年 前 |
Eric Dumazet
|
c84d949057
udp: copy skb->truesize in the first cache line
|
8 年 前 |
Eric Dumazet
|
4b272750db
udp: add busylocks in RX path
|
8 年 前 |
Eric Dumazet
|
c8c8b12709
udp: under rx pressure, try to condense skbs
|
8 年 前 |
Paolo Abeni
|
363dc73aca
udp: be less conservative with sock rmem accounting
|
8 年 前 |
David S. Miller
|
0b42f25d2f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 年 前 |
Eric Dumazet
|
30c7be26fd
udplite: call proper backlog handlers
|
8 年 前 |
David S. Miller
|
f9aa9dc7d2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 年 前 |
Eric Dumazet
|
d21dbdfe0a
udp: avoid one cache line miss in recvmsg()
|
8 年 前 |
Eric Dumazet
|
e68b6e50fa
udp: enable busy polling for all sockets
|
8 年 前 |
Pablo Neira
|
73e2d5e34b
udp: restore UDPlite many-cast delivery
|
8 年 前 |
Paolo Abeni
|
c915fe13cb
udplite: fix NULL pointer dereference
|
8 年 前 |
David S. Miller
|
7d384846b9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
|
8 年 前 |
Arnd Bergmann
|
30f5815848
udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}
|
8 年 前 |
Paolo Abeni
|
7c13f97ffd
udp: do fwd memory scheduling on dequeue
|
8 年 前 |
Paolo Abeni
|
ad959036a7
net/sock: add an explicit sk argument for ip_cmsg_recv_offset()
|
8 年 前 |
Lorenzo Colitti
|
e2d118a1cb
net: inet: Support UID-based routing in IP protocols.
|
8 年 前 |
David S. Miller
|
27058af401
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 年 前 |
Eric Dumazet
|
10df8e6152
udp: fix IP_CHECKSUM handling
|
8 年 前 |
Paolo Abeni
|
850cbaddb5
udp: use it's own memory accounting schema
|
8 年 前 |
Paolo Abeni
|
f970bd9e3a
udp: implement memory accounting helpers
|
8 年 前 |
Eric Dumazet
|
286c72deab
udp: must lock the socket in udp_disconnect()
|
8 年 前 |
David Ahern
|
d66f6c0a8f
net: ipv4: Remove l3mdev_get_saddr
|
9 年 前 |
David S. Miller
|
6abdd5f593
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年 前 |
Eric Dumazet
|
4cac820466
udp: get rid of sk_prot_clear_portaddr_nulls()
|
9 年 前 |
David Ahern
|
5d77dca828
net: diag: support SOCK_DESTROY for UDP sockets
|
9 年 前 |
Eric Dumazet
|
75d855a5e9
udp: get rid of SLAB_DESTROY_BY_RCU allocations
|
9 年 前 |
Eric Dumazet
|
e83c6744e8
udp: fix poll() issue with zero sized packets
|
9 年 前 |