summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-02lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2022-10-28udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet
2022-10-28udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2022-10-28soreuseport: fix initialization raceCraig Gallek
2022-10-28soreuseport: fast reuseport TCP socket selectionCraig Gallek
2022-10-28soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2022-10-28udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2022-10-28soreuseport: pass skb to secondary UDP socket lookupCraig Gallek
2022-04-19soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2022-04-19soreuseport: fast reuseport UDP socket selectionCraig Gallek
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu
2020-08-21udp: drop corrupt packets earlier to avoid data corruptionDexuan Cui
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-05-10udp: restore UDPlite many-cast deliveryPablo Neira
2020-05-10ipv4: fix checksum annotation in udp4_csum_initHannes Frederic Sowa
2019-03-23udplite: call proper backlog handlersEric Dumazet
2018-05-26ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-02-03UPSTREAM: udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2017-01-02net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2017-01-02Revert "net: core: Support UID-based routing."Amit Pundir
2016-12-20net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-12-20Revert "net: core: Support UID-based routing."Lorenzo Colitti
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet
2016-10-12net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-09-19net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni
2016-03-22net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan
2016-03-22net: Indicate whether a socket is a transparent socketHarout Hedeshian
2016-03-22net: udp: Adjust UDP socket state for encapsulation socketsHarout Hedeshian
2016-03-03ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-02-16net: core: Support UID-based routing.Lorenzo Colitti
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern
2015-11-18udp: remove duplicate includestephen hemminger
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-07net: Add source address lookup op for VRFDavid Ahern
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern
2015-08-13udp: Handle VRF device in sendmsgDavid Ahern
2015-08-03udp: fix dst races with multicast early demuxEric Dumazet
2015-06-04ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet
2015-04-07net: remove extra newlinesSheng Yong
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris