summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| | | * netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima2024-07-311-5/+9
| | * | ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski2024-08-011-16/+18
| | |/
| * / minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-281-1/+1
| |/
* / Add support for PIO p flagPatrick Rohr2024-07-311-1/+14
|/
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-244-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-155-4/+12
|\
| * ipv6: take care of scope when choosing the src addrNicolas Dichtel2024-07-141-1/+2
| * ipv6: fix source address selection with route leakNicolas Dichtel2024-07-142-1/+2
| * Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-07-142-2/+8
| |\
| | * xfrm: Log input direction mismatch error in one placeAntony Antony2024-06-171-0/+7
| | * net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan2024-05-231-2/+1
* | | Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-07-142-0/+8
|\ \ \
| * | | xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger2024-06-262-0/+8
| | |/ | |/|
* | | udp: Remove duplicate included header file trace/events/udp.hThorsten Blum2024-07-091-1/+0
* | | udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki2024-06-281-2/+1
* | | seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior2024-06-241-8/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-204-7/+16
|\ \ \ | | |/ | |/|
| * | Merge tag 'nf-24-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-06-201-4/+4
| |\ \
| | * | seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 beh...Jianguo Wu2024-06-191-4/+4
| * | | ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-06-191-1/+2
| |/ /
| * | xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet2024-06-171-1/+7
| * | ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet2024-06-171-0/+2
| * | ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet2024-06-171-1/+1
* | | udp: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-5/+5
* | | tcp: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-192-4/+4
* | | net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-133-3/+5
|\| |
| * | net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu2024-06-121-2/+2
| * | netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal2024-06-111-0/+1
| * | tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet2024-06-101-1/+2
* | | net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata2024-06-121-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-066-22/+28
|\| |
| * | ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2024-06-062-1/+6
| * | ila: block BH in ila_output()Eric Dumazet2024-06-031-1/+6
| * | ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet2024-06-031-8/+6
| * | net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet2024-06-031-8/+6
| * | ipv6: ioam: block BH from ioam6_output()Eric Dumazet2024-06-031-4/+4
* | | inet: remove (struct uncached_list)->quarantineEric Dumazet2024-06-061-4/+1
* | | net: use unrcu_pointer() helperEric Dumazet2024-06-064-7/+6
* | | tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet2024-06-051-3/+3
* | | net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2024-06-051-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-313-21/+17
|\| |
| * | net: fix __dst_negative_advice() raceEric Dumazet2024-05-291-14/+15
| * | tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-271-6/+1
| * | net: gro: initialize network_offset in network layerWillem de Bruijn2024-05-271-1/+1
| |/
* | ipv6: sr: restruct ifdefinesHangbin Liu2024-05-301-28/+5
* | tcp: fix races in tcp_v[46]_err()Eric Dumazet2024-05-291-7/+3
* | net/ipv6/ndisc: constify ctl_table arguments of utility functionThomas Weißschuh2024-05-281-1/+1
* | net/ipv6/addrconf: constify ctl_table arguments of utility functionsThomas Weißschuh2024-05-281-4/+4
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-286-13/+22
|\ \ | |/ |/|