Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e22834f0248d0fa841ead6436d6c19f65539dc9c
/
net
/
ipv6
/
udp.c
75d855a
udp: get rid of SLAB_DESTROY_BY_RCU allocations
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
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a612769
udp: prevent bugcheck if filter truncates packet too much
by Michal Kubeček
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d1e3728
udp reuseport: fix packet of same flow hashed to different socket
by Su, Xuemin
· 8 years ago
38b7097
ipv6: use TOS marks from sockets for routing decision
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
· 8 years ago
ed7cbbc
udp: Resolve NULL pointer dereference over flow-based vxlan device
by Alexander Duyck
· 9 years ago
26879da
ipv6: add new struct ipcm6_cookie
by Wei Wang
· 9 years ago
e61da9e
udp: prepare for non BH masking at backlog processing
by Eric Dumazet
· 9 years ago
a16292a
net: rename ICMP6_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
02c2234
net: udp: rename UDP_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
e646b65
ipv6: udp: Do a route lookup and update during release_cb
by Martin KaFai Lau
· 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
ad1e46a
ipv6: process socket-level control messages in IPv6
by Soheil Hassas Yeganeh
· 9 years ago
2d42122
ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
by Eric Dumazet
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
59dca1d
udp6: fix UDP/IPv6 encap resubmit path
by Bill Sommerfeld
· 9 years ago
e0d8c1b
ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6
by Wei Wang
· 9 years ago
496611d
inet: create IPv6-equivalent inet_hash function
by Craig Gallek
· 9 years ago
ed0dfff
udp: fix potential infinite loop in SO_REUSEPORT logic
by Eric Dumazet
· 9 years ago
1134158
soreuseport: pass skb to secondary UDP socket lookup
by Craig Gallek
· 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
45f6fad
ipv6: add complete rcu protection around np->opt
by Eric Dumazet
· 9 years ago
70da268
net: SO_INCOMING_CPU setsockopt() support
by Eric Dumazet
· 9 years ago
ec120da
ipv6: trivial whitespace fix
by Ian Morris
· 9 years ago
beb39db
udp: fix behavior of wrong checksums
by Eric Dumazet
· 9 years ago
33b4b01
net/ipv6/udp: Fix ipv6 multicast socket filter regression
by Henning Rogge
· 10 years ago
8bc0034
net: remove extra newlines
by Sheng Yong
· 10 years ago
53b24b8
ipv6: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
63159f2
ipv6: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
6eada01
netns: constify net_hash_mix() and various callers
by Eric Dumazet
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
03485f2
udpv6: Add lockless sendmsg() support
by Vlad Yasevich
· 10 years ago
d39d938
ipv6: Introduce udpv6_send_skb()
by Vlad Yasevich
· 10 years ago
224d019
ip: Move checksum convert defines to inet
by Tom Herbert
· 10 years ago
f69e6d1
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
by Al Viro
· 10 years ago
60c04ae
udp: Neaten and reduce size of compute_score functions
by Joe Perches
· 10 years ago
227158d
new helper: skb_copy_and_csum_datagram_msg()
by Al Viro
· 11 years ago
e5d08d7
ipv6: coding style improvements (remove assignment in if statements)
by Ian Morris
· 10 years ago
ba7a46f
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
by Joe Perches
· 10 years ago
2c8c56e
net: introduce SO_INCOMING_CPU
by Eric Dumazet
· 10 years ago
36cbb24
udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts
by Rick Jones
· 10 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
2abb7cd
udp: Add support for doing checksum unnecessary conversion
by Tom Herbert
· 10 years ago
67ba415
ipv6: White-space cleansing : Line Layouts
by Ian Morris
· 10 years ago
8fc54f6
net: use reciprocal_scale() helper
by Daniel Borkmann
· 10 years ago
4330487
net: use inet6_iif instead of IP6CB()->iif
by Duan Jiong
· 10 years ago
7304fe4
net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS
by Duan Jiong
· 10 years ago
274f482
sock: remove skb argument from sk_rcvqueues_full
by Sorin Dumitru
· 10 years ago
2dc41cf
udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.
by David Held
· 10 years ago
5cf3d46
udp: Simplify __udp*_lib_mcast_deliver.
by David Held
· 10 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9fe516b
inet: move ipv6only in sock_common
by Eric Dumazet
· 10 years ago
3e215c8
udp: Add MIB counters for rcvbuferrors
by James M Leddy
· 10 years ago
9e89fd8
ipv6: Shrink udp_v6_mcast_next() to one socket variable
by Sven Wegener
· 10 years ago
f666f87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
3bfdc59
ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()
by Sven Wegener
· 10 years ago
1c19448
net: Make enabling of zero UDP6 csums more restrictive
by Tom Herbert
· 10 years ago
28448b8
net: Split sk_no_check into sk_no_check_{rx,tx}
by Tom Herbert
· 10 years ago
b26ba20
net: Eliminate no_check from protosw
by Tom Herbert
· 10 years ago
0a80966
net: Verify UDP checksum before handoff to encap
by Tom Herbert
· 11 years ago
79e0f1c
ipv6: Need to sock_put on csum error
by Tom Herbert
· 11 years ago
4068579
net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)
by Tom Herbert
· 11 years ago
5c98631
net: ipv6: Introduce ip6_sk_dst_hoplimit.
by Lorenzo Colitti
· 11 years ago
4b261c7
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
by Hannes Frederic Sowa
· 11 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
1669cb9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
93b36cf
ipv6: support IPV6_PMTU_INTERFACE on sockets
by Hannes Frederic Sowa
· 11 years ago
ce7a3bd
ipv6: do not erase dst address with flow label destination
by Florent Fourcot
· 11 years ago
0e0d44a
net: Remove FLOWI_FLAG_CAN_SLEEP
by Steffen Klassert
· 11 years ago
85fbaa7
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions
by Hannes Frederic Sowa
· 11 years ago
bceaa90
inet: prevent leakage of uninitialized memory to user in recv syscalls
by Hannes Frederic Sowa
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
1bbdcee
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
b50026b
ipv6: split inet6_ehashfn to hash functions per compilation unit
by Hannes Frederic Sowa
· 11 years ago
e36d3ff
udp6: respect IPV6_DONTFRAG sockopt in case there are pending frames
by Jiri Pirko
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
005ec97
udp: Only allow busy read/poll on connected sockets
by Shawn Bohrer
· 11 years ago
5080546
inet: consolidate INET_TW_MATCH
by Eric Dumazet
· 11 years ago
1a462d1
net: udp: do not report ICMP redirects to user space
by Duan Jiong
· 11 years ago
8b80cda
net: rename ll methods to busy-poll
by Eliezer Tamir
· 11 years ago
076bb0c
net: rename include/net/ll_poll.h to include/net/busy_poll.h
by Eliezer Tamir
· 11 years ago
8822b64
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data
by Hannes Frederic Sowa
· 11 years ago
a5b5047
udp: add low latency socket poll support
by Eliezer Tamir
· 11 years ago
17ef66af
net: ipv6: Unify {raw,udp}6_sock_seq_show.
by Lorenzo Colitti
· 11 years ago
f77d602
ipv6: do not clear pinet6 field
by Eric Dumazet
· 12 years ago
6a5dc9e
net: Add MIB counters for checksum errors
by Eric Dumazet
· 12 years ago
6181659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
44046a5
udp: add encap_destroy callback
by Tom Parkin
· 12 years ago
Next »