summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
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-29net: fix __dst_negative_advice() raceEric Dumazet
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-21ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu
2024-05-20ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer
2024-05-16net/ipv6: Fix route deleting failure when metric equals 0xu xin
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-10ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-05-10ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-05-10ipv6: sr: add missing seg6_local_exitHangbin Liu
2024-05-10net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang
2024-05-09tcp: get rid of twsk_unique()Eric Dumazet
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-08ipv6: prevent NULL dereference in ip6_output()Eric Dumazet
2024-05-08ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-05-06netfilter: use NF_DROP instead of -NF_DROPJason Xing
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau
2024-05-06net: add code for TCP fraglist GROFelix Fietkau
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-01ipv6: anycast: use call_rcu_hurry() in aca_put()Eric Dumazet
2024-05-01xfrm: Add dir validation to "in" data path lookupAntony Antony
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-26rstreason: make it work in trace worldJason Xing
2024-04-26tcp: support rstreason for passive resetJason Xing
2024-04-26rstreason: prepare for passive resetJason Xing
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony
2024-04-16ip6_vti: fix memleak on netns dismantleFlorian Westphal
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi