summaryrefslogtreecommitdiffstats
path: root/net/ipv6/datagram.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-111-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-2/+2
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-3/+4
* ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-4/+2
* ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2023-09-151-1/+1
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* ipv6: Constify the sk parameter of several helper functions.Guillaume Nault2023-07-141-3/+4
* ipv6: Fix datagram socket connection with DSCP.Guillaume Nault2023-02-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-5/+10
|\
| * net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert2022-12-121-5/+10
* | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-081-0/+1
* | net: remove useless parameter of __sock_cmsg_sendxu xin2022-10-241-1/+1
|/
* udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-181-1/+1
* net: annotate races around sk->sk_bound_dev_ifEric Dumazet2022-05-161-3/+3
* ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-221-2/+2
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* icmp6: support rfc 4884Willem de Bruijn2020-07-241-0/+16
* 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