aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2024-09-04ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()Ido Schimmel1-1/+1
2024-09-04ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel1-2/+5
2024-09-03ioam6: improve checks on user dataJustin Iurman1-2/+10
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin4-5/+4
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin3-3/+5
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen1-1/+1
2024-08-31ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel1-2/+3
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet1-2/+2
2024-08-30icmp: change the order of rate limitsEric Dumazet1-10/+18
2024-08-29tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy1-0/+1
2024-08-29net/ipv6: replace deprecated strcpy with strscpyHongbo Li1-1/+1
2024-08-28tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet1-1/+2
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet1-1/+1
2024-08-26ipv6: avoid indirect calls for SOL_IP socket optionsEric Dumazet1-2/+2
2024-08-26ipv6: mcast: use min() to simplify the codeLi Zetao1-2/+3
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-2/+2
2024-08-23net/ipv6: delete redundant judgment statementsLi Zetao1-4/+2
2024-08-23ip6mr: delete redundant judgment statementsLi Zetao1-2/+1
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+17
2024-08-22net: ipv6: ioam6: new feature tunsrcJustin Iurman1-8/+57
2024-08-22net: ipv6: ioam6: code alignmentJustin Iurman1-4/+5
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-08-21ipv6: remove redundant checkXi Huang1-6/+3
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/netdev/netLinus Torvalds2-21/+27
2024-08-01Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo 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/kernel/git/klassert/ipsec-nextJakub 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/klassert/ipsecJakub 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