aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2024-08-20ip6_tunnel: Fix broken GROThomas Bogendoerfer1-5/+7
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal1-2/+2
2024-08-15ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima1-2/+0
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-08-14netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes1-0/+4
2024-08-12ipv6: eliminate ndisc_ops_is_useropt()Maciej Żenczykowski1-2/+2
2024-08-05ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet1-4/+4
2024-08-05inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet1-6/+7
2024-08-05inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet1-1/+1
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-22/+28
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-21/+27
2024-08-01Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-5/+9
2024-08-01ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-07-31netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-07-31Add support for PIO p flagPatrick Rohr1-1/+14
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados4-12/+12
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-4/+12
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-0/+8
2024-07-14ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel2-1/+2
2024-07-14Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-2/+8
2024-07-09udp: Remove duplicate included header file trace/events/udp.hThorsten Blum1-1/+0
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki1-2/+1
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger2-0/+8
2024-06-24seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior1-8/+14
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+16
2024-06-20Merge tag 'nf-24-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-4/+4
2024-06-19ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski1-1/+2
2024-06-19seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu1-4/+4
2024-06-19udp: use sk_skb_reason_drop to free rx packetsYan Zhai1-5/+5
2024-06-19tcp: use sk_skb_reason_drop to free rx packetsYan Zhai2-4/+4
2024-06-19net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai1-4/+4
2024-06-17xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet1-1/+7
2024-06-17ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet1-0/+2
2024-06-17ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet1-1/+1
2024-06-17xfrm: Log input direction mismatch error in one placeAntony Antony1-0/+7
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+5
2024-06-12net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata1-6/+6
2024-06-11netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal1-0/+1
2024-06-10tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet1-1/+2
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-22/+28
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2-1/+6
2024-06-06inet: remove (struct uncached_list)->quarantineEric Dumazet1-4/+1
2024-06-06net: use unrcu_pointer() helperEric Dumazet4-7/+6
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet1-3/+3
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing1-1/+1
2024-06-03ila: block BH in ila_output()Eric Dumazet1-1/+6
2024-06-03ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet1-8/+6