summaryrefslogtreecommitdiffstats
path: root/net/ipv6/datagram.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-161-0/+2
* ipv6: fix potential crash in ip6_datagram_dst_update()Eric Dumazet2019-07-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
* ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-101-0/+1
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-101-6/+4
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-071-3/+7
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-011-2/+1
* 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-241-2/+5
|\
| * ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-241-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-081-3/+3
* ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-041-8/+1
* 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/+1
* 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/+1
* 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/+6
* 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-231-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-291-0/+3
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-1/+3
* ipv6: constify ip6_xmit() sock argumentEric Dumazet2015-09-251-1/+1
* net: Set sk_txhash from a random numberTom Herbert2015-07-291-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-151-5/+15
* | ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal2015-07-091-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-081-11/+28
* net-timestamp: no-payload optionWillem de Bruijn2015-02-021-3/+2