aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesGravatar Rob Gill 3-0/+3
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-16/+18
2020-06-18ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Gravatar Taehee Yoo 1-3/+6
2020-06-15mld: fix memory leak in ipv6_mc_destroy_dev()Gravatar Wang Hai 1-0/+1
2020-06-15esp, ah: modernize the crypto algorithm selectionsGravatar Eric Biggers 1-2/+16
2020-06-15esp, ah: consolidate the crypto algorithm selectionsGravatar Eric Biggers 1-14/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 2-25/+25
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 4-11/+15
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsGravatar Ahmed Abdelsalam 4-11/+15
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 28-771/+1581
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+1
2020-06-01crypto/chtls: IPv6 support for inline TLSGravatar Vinay Kumar Yadav 1-0/+1
2020-06-01ipv6: fix IPV6_ADDRFORM operation logicGravatar Hangbin Liu 1-6/+7
2020-06-01net: Make locking in sock_bindtoindex optionalGravatar Ferenc Fejes 1-1/+1
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-6/+5
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-12/+25
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-12/+25
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 11-160/+580
2020-05-28ipv6: add ip6_sock_set_addr_preferencesGravatar Christoph Hellwig 1-58/+1
2020-05-28ipv6: add ip6_sock_set_v6onlyGravatar Christoph Hellwig 1-4/+1
2020-05-28net: add sock_bindtoindexGravatar Christoph Hellwig 1-3/+1
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Gravatar Eric Dumazet 1-0/+9
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersGravatar Eric Dumazet 1-0/+2
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-3/+4
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-3/+6
2020-05-22ip6_tunnel: add generic MPLS receive supportGravatar Vadim Fedorenko 1-0/+59
2020-05-22tunnel6: support for IPPROTO_MPLSGravatar Vadim Fedorenko 1-4/+83
2020-05-22ip6_tunnel: add MPLS transmit supportGravatar Vadim Fedorenko 1-2/+6
2020-05-22ip6_tunnel: simplify transmit pathGravatar Vadim Fedorenko 1-103/+79
2020-05-22nexthop: support for fdb ecmp nexthopsGravatar Roopa Prabhu 1-0/+5
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECGravatar Sabrina Dubroca 2-2/+2
2020-05-20handle the group_source_req options directlyGravatar Al Viro 1-2/+21
2020-05-20ipv6: take handling of group_source_req options into a helperGravatar Al Viro 1-29/+36
2020-05-20ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyGravatar Al Viro 1-0/+28
2020-05-20ipv6: do compat setsockopt for MCAST_MSFILTER directlyGravatar Al Viro 1-1/+47
2020-05-20ip6_mc_msfilter(): pass the address list separatelyGravatar Al Viro 2-4/+5
2020-05-20get rid of compat_mc_getsockopt()Gravatar Al Viro 1-3/+38
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersGravatar Al Viro 2-11/+17
2020-05-20compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyGravatar Al Viro 1-1/+9
2020-05-19ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrGravatar Christoph Hellwig 1-7/+2
2020-05-19ipv6: streamline addrconf_set_dstaddrGravatar Christoph Hellwig 1-49/+38
2020-05-19ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledGravatar Christoph Hellwig 1-2/+3
2020-05-19sit: impement ->ndo_tunnel_ctlGravatar Christoph Hellwig 1-39/+34
2020-05-19sit: refactor ipip6_tunnel_ioctlGravatar Christoph Hellwig 1-158/+210
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrGravatar Daniel Borkmann 1-3/+6
2020-05-19proc: proc_pid_ns takes super_block as an argumentGravatar Alexey Gladkov 1-1/+1
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlGravatar Christoph Hellwig 2-0/+54
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlGravatar Christoph Hellwig 2-34/+26
2020-05-16netns: enable to inherit devconf from current netnsGravatar Nicolas Dichtel 1-3/+20