summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2022-12-31ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet1-11/+11
2022-12-31net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert1-5/+10
2022-12-31net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-12-31net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima1-2/+2
2022-12-31udp: Clean up some functions.Kuniyuki Iwashima1-4/+8
2022-12-14ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-12-02dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima1-0/+2
2022-12-02xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin1-1/+5
2022-12-02xfrm: replay: Fix ESN wrap around for GSOChristian Langrock1-0/+3
2022-11-16ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko1-0/+1
2022-11-10ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao1-4/+10
2022-11-03tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima1-0/+7
2022-11-03ipv6: ensure sane device mtu in tunnelsEric Dumazet3-13/+18
2022-10-29netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault2-0/+3
2022-10-29netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2-9/+5
2022-10-29ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao1-0/+2
2022-10-29udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2-2/+2
2022-10-21netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter1-1/+5
2022-10-21esp: choose the correct inner protocol for GSO on inter address family tunnelsSabrina Dubroca1-1/+4
2022-09-20ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel1-2/+2
2022-09-20ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel1-1/+4
2022-09-05ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun1-0/+5
2022-09-05bonding: add all node mcast address when slave upHangbin Liu1-2/+6
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells1-1/+4
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-1/+0
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-3/+2
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima1-2/+2
2022-08-24netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increasesEric Dumazet1-1/+0
2022-08-15net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong1-0/+3
2022-08-13ip6_tunnel: Fix the type of functionsHongbin Wang1-11/+8
2022-08-10ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-06net: seg6: initialize induction variable to first valid array indexNick Desaulniers1-5/+5
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-271/+527
2022-08-03Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2022-08-02Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds1-13/+36
2022-07-29seg6: add support for SRv6 H.L2Encaps.Red behaviorAndrea Mayer1-1/+11
2022-07-29seg6: add support for SRv6 H.Encaps.Red behaviorAndrea Mayer1-1/+127
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+16
2022-07-28net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima1-0/+6
2022-07-27ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()Eric Dumazet1-3/+1
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+2
2022-07-25tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima1-2/+2
2022-07-25net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo1-6/+8
2022-07-25Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe9-31/+26
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady1-1/+5
2022-07-22net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park1-3/+3
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-26/+20
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-13/+36
2022-07-20ipv6/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-19ipv6: avoid partial copy for zcPavel Begunkov1-1/+6