aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-06-30udp: fix race between close() and udp_abort()Paolo Abeni
2021-01-30udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-11-10udp: use skb_queue_empty_lockless()Eric Dumazet
2019-11-10udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-10-18udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina
2018-09-29udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-19ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-03-08udplite: fix partial checksum initializationAlexey Kodanev
2017-10-22soreuseport: fix initialization raceCraig Gallek
2017-10-21udp: make some messages more descriptiveMatteo Croce
2017-10-09udp: fix bcast packet receptionPaolo Abeni
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni
2017-10-01IPv4: early demux can return an error codePaolo Abeni
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01udp: fix secpath leakYossi Kuperman
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-22udp: remove unreachable ufo branchesWillem de Bruijn
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-10jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern
2017-08-06udp: no need to preserve skb->dstPaolo Abeni
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni
2017-07-18udp: preserve skb->dst if required for IP options processingPaolo Abeni
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-06-23udp: fix poll()Paolo Abeni
2017-06-21udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang