summaryrefslogtreecommitdiffstats
path: root/net/ipv6/datagram.c
Commit message (Expand)AuthorAgeFilesLines
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-081-3/+7
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-011-2/+1Star
* net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat2018-07-291-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-2/+5
|\
| * ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-251-2/+5
* | ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-2/+2
|/
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-091-3/+3
* ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-041-8/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-7/+14
|\
| * ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio2018-03-201-1/+1
| * net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni2018-03-121-7/+14
* | net/ipv6: Change address check to always take a device argumentDavid Ahern2018-03-161-2/+3
|/
* net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern2018-01-081-2/+1Star
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2017-06-251-1/+7
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-171-9/+1Star
* ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-02-141-5/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+3
|\
| * l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-301-1/+3
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
* | ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-031-0/+5
|/
* sock: propagate __sock_cmsg_send() errorEric Dumazet2016-05-161-2/+3
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-7/+6Star
* net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2016-04-251-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-63/+106
|\
| * ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2016-04-141-0/+20
| * ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau2016-04-141-9/+11
| * ipv6: datagram: Refactor dst lookup and update codes to a new functionMartin KaFai Lau2016-04-141-46/+57
| * ipv6: datagram: Refactor flowi6 init codes to a new functionMartin KaFai Lau2016-04-141-20/+30
* | ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+8
|/
* ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni2016-01-301-0/+3
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-031-1/+3
* ipv6: constify ip6_xmit() sock argumentEric Dumazet2015-09-251-1/+1
* net: Set sk_txhash from a random numberTom Herbert2015-07-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-5/+15
|\
| * ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-07-161-5/+15
* | ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal2015-07-101-4/+4
|/
* ip: report the original address of ICMP messagesJulian Anastasov2015-06-241-1/+11
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-3/+3
* ip: fix error queue empty skb handlingWillem de Bruijn2015-03-091-11/+28
* net-timestamp: no-payload optionWillem de Bruijn2015-02-031-3/+2Star
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-161-7/+3Star
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-111-1/+1
* net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-091-2/+19
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-2/+2
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-2/+2
* sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-021-13/+2Star
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-4/+4