summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
4 daysipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2-1/+6
6 daysila: block BH in ila_output()Eric Dumazet1-1/+6
6 daysipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet1-8/+6
6 daysnet: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet1-8/+6
6 daysipv6: ioam: block BH from ioam6_output()Eric Dumazet1-4/+4
12 daysnet: fix __dst_negative_advice() raceEric Dumazet1-14/+15
14 daystcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet1-6/+1
14 daysnet: gro: initialize network_offset in network layerWillem de Bruijn1-1/+1
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-17net/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-14tcp: rstreason: handle timewait cases in the receive pathJason Xing1-1/+1
2024-05-14net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert1-11/+0
2024-05-14net: 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-11ipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
2024-05-11ipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
2024-05-11ipv6: 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-10tcp: 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-09ipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
2024-05-09ipv6: 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-08net: 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-07Merge 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-04Merge 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-20udp: 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-17ip6_vti: fix memleak on netns dismantleFlorian Westphal1-0/+1