summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2024-05-21ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu1-14/+28
2024-05-20ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer1-5/+6
2024-05-16net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing1-1/+1
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert1-11/+0
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert2-4/+4
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+1
2024-05-10ipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
2024-05-10ipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
2024-05-10ipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
2024-05-10net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
2024-05-09tcp: get rid of twsk_unique()Eric Dumazet2-2/+3
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+12
2024-05-08ipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
2024-05-08ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-2/+3
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet1-1/+1
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-25/+7
2024-05-06netfilter: use NF_DROP instead of -NF_DROPJason Xing1-1/+1
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau1-0/+35
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau1-5/+13
2024-05-06net: add code for TCP fraglist GROFelix Fietkau1-0/+9
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau1-0/+58
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+5
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados6-19/+6
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+5
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert3-2/+5
2024-05-01ipv6: anycast: use call_rcu_hurry() in aca_put()Eric Dumazet1-3/+2
2024-05-01xfrm: Add dir validation to "in" data path lookupAntony Antony1-0/+7
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet11-45/+40
2024-04-26rstreason: make it work in trace worldJason Xing1-1/+1
2024-04-26tcp: support rstreason for passive resetJason Xing1-4/+7
2024-04-26rstreason: prepare for passive resetJason Xing1-6/+9
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-1/+5
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh5-7/+7
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie1-2/+3
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2-25/+0
2024-04-16ip6_vti: fix memleak on netns dismantleFlorian Westphal1-0/+1
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-4/+16
2024-04-15net: ip6_gre: Remove generic .ndo_get_stats64Breno Leitao1-3/+0
2024-04-15net: ipv6_gre: Do not use custom stat allocatorBreno Leitao1-17/+5
2024-04-12tcp: small optimization when TCP_TW_SYN is processedEric Dumazet1-1/+1
2024-04-11net: move skb ref helpers to new headerMina Almasry1-0/+1
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+13
2024-04-10netfilter: complete validation of user inputEric Dumazet1-0/+4
2024-04-09net: make napi_frag_unref reuse skb_page_unrefMina Almasry1-1/+1