Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2dd592b274861021018446102fb443e24f72fe72
/
net
/
ipv4
/
udp.c
60d9b03
net: ipv4: add second dif to multicast source filter
by David Ahern
· 7 years ago
3fa6f61
net: ipv4: add second dif to inet socket lookups
by David Ahern
· 7 years ago
fb74c27
net: ipv4: add second dif to udp socket lookups
by David Ahern
· 7 years ago
3bdefdf
udp: no need to preserve skb->dst
by Paolo Abeni
· 7 years ago
c9f2c1a
udp6: fix socket leak on early demux
by Paolo Abeni
· 7 years ago
9688f9b
udp: unbreak build lacking CONFIG_XFRM
by Paolo Abeni
· 7 years ago
dce4551
udp: preserve head state for IP_CMSG_PASSSEC
by Paolo Abeni
· 7 years ago
0ddf3fb
udp: preserve skb->dst if required for IP options processing
by Paolo Abeni
· 7 years ago
41c6d65
net: convert sock.sk_refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
b26bbdae
udp: move scratch area helpers into the include file
by Paolo Abeni
· 7 years ago
9bd780f
udp: fix poll()
by Paolo Abeni
· 7 years ago
dd99e42
udp: prefetch rmem_alloc in udp_queue_rcv_skb()
by Paolo Abeni
· 7 years ago
d24406c
udp: call dst_hold_safe() in udp_sk_rx_set_dst()
by Wei Wang
· 7 years ago
b65ac44
udp: try to avoid 2 cache miss on dequeue
by Paolo Abeni
· 7 years ago
0a463c7
udp: avoid a cache miss on dequeue
by Paolo Abeni
· 7 years ago
c6cd850
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
de321ed
net: fix __skb_try_recv_from_queue to return the old behavior
by Andrey Vagin
· 8 years ago
a3f96c4
udp: make *udp*_queue_rcv_skb() functions static
by Paolo Abeni
· 8 years ago
64f5102
udp: make function udp_skb_dtor_locked static
by Colin Ian King
· 8 years ago
6dfb436
udp: keep the sk_receive_queue held when splicing
by Paolo Abeni
· 8 years ago
2276f58
udp: use a separate rx queue for packet reception
by Paolo Abeni
· 8 years ago
3efa70d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
0dec879
net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
by Julian Anastasov
· 8 years ago
6962946
udp: properly cope with csum errors
by Eric Dumazet
· 8 years ago
63a6fff
net: Avoid receiving packets with an l3mdev on unbound UDP sockets
by Robert Shearman
· 8 years ago
fe38d2a
inet: collapse ipv4/v6 rcv_saddr_equal functions into one
by Josef Bacik
· 8 years ago
df56005
udp: inuse checks can quit early for reuseport
by Eric Garver
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
02ab0d1
udp: udp_rmem_release() should touch sk_rmem_alloc later
by Eric Dumazet
· 8 years ago
6b229cf
udp: add batching to udp_rmem_release()
by Eric Dumazet
· 8 years ago
c84d949
udp: copy skb->truesize in the first cache line
by Eric Dumazet
· 8 years ago
4b27275
udp: add busylocks in RX path
by Eric Dumazet
· 8 years ago
c8c8b12
udp: under rx pressure, try to condense skbs
by Eric Dumazet
· 8 years ago
363dc73
udp: be less conservative with sock rmem accounting
by Paolo Abeni
· 8 years ago
0b42f25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
30c7be2
udplite: call proper backlog handlers
by Eric Dumazet
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d21dbdf
udp: avoid one cache line miss in recvmsg()
by Eric Dumazet
· 8 years ago
e68b6e5
udp: enable busy polling for all sockets
by Eric Dumazet
· 8 years ago
73e2d5e
udp: restore UDPlite many-cast delivery
by Pablo Neira
· 8 years ago
c915fe1
udplite: fix NULL pointer dereference
by Paolo Abeni
· 8 years ago
7d38484
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
30f5815
udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}
by Arnd Bergmann
· 8 years ago
7c13f97
udp: do fwd memory scheduling on dequeue
by Paolo Abeni
· 8 years ago
ad95903
net/sock: add an explicit sk argument for ip_cmsg_recv_offset()
by Paolo Abeni
· 8 years ago
e2d118a
net: inet: Support UID-based routing in IP protocols.
by Lorenzo Colitti
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
10df8e6
udp: fix IP_CHECKSUM handling
by Eric Dumazet
· 8 years ago
850cbad
udp: use it's own memory accounting schema
by Paolo Abeni
· 8 years ago
f970bd9
udp: implement memory accounting helpers
by Paolo Abeni
· 8 years ago
286c72d
udp: must lock the socket in udp_disconnect()
by Eric Dumazet
· 8 years ago
d66f6c0
net: ipv4: Remove l3mdev_get_saddr
by David Ahern
· 8 years ago
6abdd5f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4cac820
udp: get rid of sk_prot_clear_portaddr_nulls()
by Eric Dumazet
· 8 years ago
5d77dca
net: diag: support SOCK_DESTROY for UDP sockets
by David Ahern
· 8 years ago
75d855a
udp: get rid of SLAB_DESTROY_BY_RCU allocations
by Eric Dumazet
· 8 years ago
e83c674
udp: fix poll() issue with zero sized packets
by Eric Dumazet
· 8 years ago
217375a
udp: include addrconf.h
by Eric Dumazet
· 8 years ago
ba66bbe
udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skb
by Daniel Borkmann
· 8 years ago
a612769
udp: prevent bugcheck if filter truncates packet too much
by Michal Kubeček
· 8 years ago
d1e3728
udp reuseport: fix packet of same flow hashed to different socket
by Su, Xuemin
· 8 years ago
b46d9f6
ipv4: fix checksum annotation in udp4_csum_init
by Hannes Frederic Sowa
· 8 years ago
ce25d66
Possible problem with e6afc8ac ("udp: remove headers from UDP packets before queueing")
by Eric Dumazet
· 8 years ago
e5aed00
udp: prevent skbs lingering in tunnel socket queues
by Hannes Frederic Sowa
· 9 years ago
ed7cbbc
udp: Resolve NULL pointer dereference over flow-based vxlan device
by Alexander Duyck
· 9 years ago
e61da9e
udp: prepare for non BH masking at backlog processing
by Eric Dumazet
· 9 years ago
02c2234
net: udp: rename UDP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
5d3848b
net: rename ICMP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
6aef70a
net: snmp: kill various STATS_USER() helpers
by Eric Dumazet
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
110361f
udp: fix if statement in SIOCINQ ioctl
by Dan Carpenter
· 9 years ago
d894ba1
soreuseport: fix ordering for mixed v4/v6 sockets
by Craig Gallek
· 9 years ago
31c2e49
udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM
by Willem de Bruijn
· 9 years ago
9f9a45b
udp: do not expect udp headers on ioctl SIOCINQ
by Willem de Bruijn
· 9 years ago
6305830
udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb
by Tom Herbert
· 9 years ago
627d2d6
udp: enable MSG_PEEK at non-zero offset
by samanthakumar
· 9 years ago
e6afc8a
udp: remove headers from UDP packets before queueing
by samanthakumar
· 9 years ago
ca065d0
udp: no longer use SLAB_DESTROY_BY_RCU
by Eric Dumazet
· 9 years ago
c14ac94
sock: enable timestamping using control messages
by Soheil Hassas Yeganeh
· 9 years ago
24025c4
ipv4: process socket-level control messages in IPv4
by Soheil Hassas Yeganeh
· 9 years ago
ad0ea19
ipv4: fix broadcast packets reception
by Paolo Abeni
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
9194830
ipv4: fix memory leaks in ip_cmsg_send() callers
by Eric Dumazet
· 9 years ago
d75f130
net: udp: always set up for CHECKSUM_PARTIAL offload
by Edward Cree
· 9 years ago
179bc67
net: local checksum offload for encapsulation
by Edward Cree
· 9 years ago
c125e80
soreuseport: fast reuseport TCP socket selection
by Craig Gallek
· 9 years ago
ed0dfff
udp: fix potential infinite loop in SO_REUSEPORT logic
by Eric Dumazet
· 9 years ago
9e0efaf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
1134158
soreuseport: pass skb to secondary UDP socket lookup
by Craig Gallek
· 9 years ago
b5bdacf
net: Propagate lookup failure in l3mdev_get_saddr to caller
by David Ahern
· 9 years ago
538950a
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
by Craig Gallek
· 9 years ago
e32ea7e
soreuseport: fast reuseport UDP socket selection
by Craig Gallek
· 9 years ago
197c949
udp: properly support MSG_PEEK with truncated buffers
by Eric Dumazet
· 9 years ago
c8cd098
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
by Tom Herbert
· 9 years ago
945fae4
udp: remove duplicate include
by stephen hemminger
· 9 years ago
70da268
net: SO_INCOMING_CPU setsockopt() support
by Eric Dumazet
· 9 years ago
8cbb512c
net: Add source address lookup op for VRF
by David Ahern
· 9 years ago
6e2895a
net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
by David Ahern
· 9 years ago
007979e
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
by David Ahern
· 9 years ago
58189ca
net: Fix vti use case with oif in dst lookups
by David Ahern
· 9 years ago
Next »