summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-07-14ipv6: take care of scope when choosing the src addrNicolas Dichtel
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel
2024-07-14Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-07-09udp: Remove duplicate included header file trace/events/udp.hThorsten Blum
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger
2024-06-24seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-20Merge tag 'nf-24-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-06-19ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski
2024-06-19seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu
2024-06-19udp: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-19tcp: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-19net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-17xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet
2024-06-17ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet
2024-06-17ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet
2024-06-17xfrm: Log input direction mismatch error in one placeAntony Antony
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-12net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata
2024-06-11netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal
2024-06-10tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-06inet: remove (struct uncached_list)->quarantineEric Dumazet
2024-06-06net: use unrcu_pointer() helperEric Dumazet
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-06-03ila: block BH in ila_output()Eric Dumazet
2024-06-03ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet
2024-06-03net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet
2024-06-03ipv6: ioam: block BH from ioam6_output()Eric Dumazet
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-30ipv6: sr: restruct ifdefinesHangbin Liu
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet
2024-05-29tcp: fix races in tcp_v[46]_err()Eric Dumazet
2024-05-28net/ipv6/ndisc: constify ctl_table arguments of utility functionThomas Weißschuh
2024-05-28net/ipv6/addrconf: constify ctl_table arguments of utility functionsThomas Weißschuh
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-27tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet
2024-05-27net: gro: initialize network_offset in network layerWillem de Bruijn
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2024-05-23net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan
2024-05-21ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu