summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-3/+3
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet1-5/+5
2021-06-30udp: fix race between close() and udp_abort()Paolo Abeni1-0/+10
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2019-07-10bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+5
2018-11-10net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-09-29udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-05-19ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov1-2/+5
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev1-0/+5
2017-11-18soreuseport: fix initialization raceCraig Gallek1-4/+1
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn1-1/+1
2016-11-24udplite: call proper backlog handlersEric Dumazet1-1/+1
2016-11-16udp: restore UDPlite many-cast deliveryPablo Neira1-3/+3
2016-10-27udp: fix IP_CHECKSUM handlingEric Dumazet1-1/+1
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet1-2/+11
2016-09-11net: ipv4: Remove l3mdev_get_saddrDavid Ahern1-6/+0
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2016-08-24udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet1-1/+0
2016-08-24net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern1-0/+15
2016-08-24udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet1-1/+0
2016-08-24udp: fix poll() issue with zero sized packetsEric Dumazet1-6/+6
2016-08-20udp: include addrconf.hEric Dumazet1-0/+1
2016-07-26udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann1-3/+1
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček1-0/+2
2016-06-15udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin1-57/+16
2016-06-14ipv4: fix checksum annotation in udp4_csum_initHannes Frederic Sowa1-2/+5
2016-06-03Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet1-5/+5
2016-05-21udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-1/+1
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck1-8/+2
2016-05-03udp: prepare for non BH masking at backlog processingEric Dumazet1-2/+2
2016-04-28net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-23/+23
2016-04-28net: rename ICMP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: snmp: kill various STATS_USER() helpersEric Dumazet1-12/+12
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2016-04-18udp: fix if statement in SIOCINQ ioctlDan Carpenter1-6/+0
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek1-2/+7
2016-04-14udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn1-1/+1
2016-04-14udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn1-2/+0
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert1-0/+13
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-11/+11
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-9/+11
2016-04-05udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet1-206/+87
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-3/+4
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh1-2/+1
2016-03-22ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet1-1/+3
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree1-13/+1
2016-02-12net: local checksum offload for encapsulationEdward Cree1-10/+10