aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-25ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai1-9/+17
2020-11-24tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck1-2/+7
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+12
2020-11-20tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck1-3/+3
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2-31/+2
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2-20/+44
2020-11-13ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+7
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin1-2/+15
2020-11-10net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+8
2020-11-09IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms1-2/+0
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-2/+2
2020-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-4/+4
2020-10-31IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2-2/+39
2020-10-30ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin1-2/+2
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2-4/+4
2020-10-20netfilter: Drop fragmented ndisc packets assembled in netfilterGeorg Kohmann1-0/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds13-47/+119
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-9/+15
2020-10-15net: fix pos incrementment in ipv6_route_seq_nextYonghong Song1-1/+3
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)Mathieu Desnoyers2-4/+5
2020-10-13net/ipv6: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso1-3/+5
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-4/+4
2020-10-09net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann1-1/+2
2020-10-09xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long1-2/+2
2020-10-06ipv6: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-09-28ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti1-11/+22
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+11
2020-09-21ipv6: route: convert comma to semicolonXu Wang1-1/+1
2020-09-18net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran1-0/+1
2020-09-18net: ipv6: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-11ipv6: remove redundant assignment to variable errColin Ian King1-1/+2
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang1-1/+9
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+39
2020-09-08ipv6: add tos reflection in TCP reset and ackWei Wang1-5/+5
2020-09-08ipv6: avoid lockdep issue in fib6_del()Eric Dumazet1-4/+9
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2020-09-02ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel1-1/+2
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+3
2020-08-31net: ipv6: remove unused arg exact_dif in compute_scoreMiaohe Lin1-4/+2
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu2-0/+9
2020-08-28netfilter: ip6t_NPT: rewrite addresses in ICMPv6 original packetMichael Zhou1-0/+39
2020-08-25ipv6: fib6: Avoid comma separated statementsJoe Perches1-4/+8
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+1
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-2/+3
2020-08-20gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson1-1/+9
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-1/+1
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2-3/+3