aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-11udp6: fix socket leak on early demuxPaolo Abeni
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik
2017-01-06udp: inuse checks can quit early for reuseportEric Garver
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-09udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet
2016-12-09udp: add busylocks in RX pathEric Dumazet
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet
2016-12-03udp: be less conservative with sock rmem accountingPaolo Abeni
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-24udplite: call proper backlog handlersEric Dumazet
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet
2016-11-18udp: enable busy polling for all socketsEric Dumazet
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni
2016-10-22udp: implement memory accounting helpersPaolo Abeni
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-08-23udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet
2016-08-23udp: fix poll() issue with zero sized packetsEric Dumazet
2016-08-19udp: include addrconf.hEric Dumazet
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček
2016-06-14udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin
2016-06-14ipv4: fix checksum annotation in udp4_csum_initHannes Frederic Sowa
2016-06-02Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet