summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-08-31ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet
2024-08-30icmp: change the order of rate limitsEric Dumazet
2024-08-29tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy
2024-08-29net/ipv6: replace deprecated strcpy with strscpyHongbo Li
2024-08-28tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet
2024-08-26ipv6: avoid indirect calls for SOL_IP socket optionsEric Dumazet
2024-08-26ipv6: mcast: use min() to simplify the codeLi Zetao
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-08-23net/ipv6: delete redundant judgment statementsLi Zetao
2024-08-23ip6mr: delete redundant judgment statementsLi Zetao
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-22net: ipv6: ioam6: new feature tunsrcJustin Iurman
2024-08-22net: ipv6: ioam6: code alignmentJustin Iurman
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet
2024-08-21ipv6: remove redundant checkXi Huang
2024-08-20ip6_tunnel: Fix broken GROThomas Bogendoerfer
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal
2024-08-15ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-14netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes
2024-08-12ipv6: eliminate ndisc_ops_is_useropt()Maciej Żenczykowski
2024-08-05ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet
2024-08-05inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-08-05inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-01Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-08-01ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski
2024-07-31netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima
2024-07-31Add support for PIO p flagPatrick Rohr
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