- 63ecc3d udpv6: Fix the checksum computation when HW checksum does not apply by Subash Abhinov Kasiviswanathan · 7 years ago
- aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
- 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- a8e3bb3 net: Add comment that early_demux can change via sysctl by David Ahern · 7 years ago
- 64f0f5d udp6: set rx_dst_cookie on rx_dst updates by Paolo Abeni · 7 years ago
- 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- a0917e0 datagram: When peeking datagrams with offset < 0 don't skip empty skbs by Matthew Dawson · 7 years ago
- 7a34bcb jump_label: Do not use unserialized static_key_enabled() by Paolo Bonzini · 7 years ago
- 4297a0e net: ipv6: add second dif to inet6 socket lookups by David Ahern · 7 years ago
- 1801b57 net: ipv6: add second dif to udp socket lookups by David Ahern · 7 years ago
- cb891fa udp6: fix jumbogram reception by Paolo Abeni · 7 years ago
- c9f2c1a udp6: fix socket leak on early demux by Paolo Abeni · 7 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 67a5178 ipv6: udp: leverage scratch area helpers by Paolo Abeni · 8 years ago
- 85cb73f net: ipv6: reset daddr and dport in sk if connect() fails by Wei Wang · 8 years ago
- 4b943fa udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb() by Paolo Abeni · 8 years ago
- d24406c udp: call dst_hold_safe() in udp_sk_rx_set_dst() by Wei Wang · 8 years ago
- c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- a3f96c4 udp: make *udp*_queue_rcv_skb() functions static by Paolo Abeni · 8 years ago
- 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
- 0bd8406 net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0 by subashab@codeaurora.org · 8 years ago
- dddb64b net: Add sysctl to toggle early demux for tcp and udp by subashab@codeaurora.org · 8 years ago
- 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- d515684 ipv6: make sure to initialize sockc.tsflags before first use by Alexander Potapenko · 8 years ago
- 5425077 net: ipv6: Add early demux handler for UDP unicast by subashab@codeaurora.org · 8 years ago
- 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 052d236 ipv6: Handle IPv4-mapped src to in6addr_any dst. by Jonathan T. Leighton · 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
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 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
- 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
- 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 6a6ad2a ipv6: udp: remove udp_v6_clear_sk() 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
- 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 · 9 years ago
- ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- d1e3728 udp reuseport: fix packet of same flow hashed to different socket by Su, Xuemin · 9 years ago
- 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 9 years ago
- ce25d66 Possible problem with e6afc8ac ("udp: remove headers from UDP packets before queueing") by Eric Dumazet · 9 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
- 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 · 10 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