summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c (follow)
Commit message (Expand)AuthorAge
* Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang2016-12-16
|\
| * Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-09-20
| |\
| | * udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-09-15
* | | Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang2016-10-28
|\| |
| * | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-06-27
| |\|
| | * udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-06-24
| * | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-04-21
| |\|
| * | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-03-14
| |\ \
* | \ \ Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4Trilok Soni2016-07-22
|\ \ \ \ | | |_|/ | |/| |
| * | | ipv4: fix broadcast packets receptionPaolo Abeni2016-04-20
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang2016-07-12
|\| |
| * | ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-03-03
* | | net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan2016-03-22
* | | net: Indicate whether a socket is a transparent socketHarout Hedeshian2016-03-22
* | | net: udp: Adjust UDP socket state for encapsulation socketsHarout Hedeshian2016-03-22
| |/ |/|
* | net: core: Support UID-based routing.Lorenzo Colitti2016-02-16
|/
* net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-04
* udp: remove duplicate includestephen hemminger2015-11-18
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-12
* net: Add source address lookup op for VRFDavid Ahern2015-10-07
* net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-07
* net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern2015-09-29
* net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-17
* udp: Handle VRF device in sendmsgDavid Ahern2015-08-13
* udp: fix dst races with multicast early demuxEric Dumazet2015-08-03
* ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer2015-06-04
* udp: fix behavior of wrong checksumsEric Dumazet2015-05-31
* net: remove extra newlinesSheng Yong2015-04-07
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-18
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2015-02-27
* ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-05
* ip: Move checksum convert defines to inetTom Herbert2015-01-05
* ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-09
* udp: Neaten and reduce size of compute_score functionsJoe Perches2014-12-08
* new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-24
* udp: Neaten function pointer calls and add bracesJoe Perches2014-11-12
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-11
* net: introduce SO_INCOMING_CPUEric Dumazet2014-11-11
* udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones2014-11-07
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* udp: remove blank line between set and testFabian Frederick2014-11-04
* udp: remove else after returnFabian Frederick2014-11-04
* net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-05
* udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-01
* udp: additional GRO supportTom Herbert2014-08-24
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-23
* sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-23