summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2017-03-18Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'Runmin Wang
2017-02-28Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang
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-16Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang
2016-11-15Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet
2016-10-28Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang
2016-10-12net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-09-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-07-22Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4Trilok Soni
2016-07-12Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang
2016-06-27Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-04-21Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
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-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
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
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert
2015-01-05ip: Move checksum convert defines to inetTom Herbert
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro
2014-11-12udp: Neaten function pointer calls and add bracesJoe Perches
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller