summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Fix route deleting failure when metric equals 0xu xin2024-05-171-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-1/+4
|\
| * ipv6: sr: fix invalid unregister error pathHangbin Liu2024-05-111-0/+2
| * ipv6: sr: fix incorrect unregister orderHangbin Liu2024-05-111-1/+1
| * ipv6: sr: add missing seg6_local_exitHangbin Liu2024-05-111-0/+1
* | tcp: rstreason: handle timewait cases in the receive pathJason Xing2024-05-141-1/+1
* | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-131-11/+0
* | net: gro: use cb instead of skb->network_headerRichard Gobert2024-05-132-4/+4
* | Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-131-1/+1
|\ \
| * | netfilter: use NF_DROP instead of -NF_DROPJason Xing2024-05-061-1/+1
* | | net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang2024-05-101-1/+1
* | | tcp: get rid of twsk_unique()Eric Dumazet2024-05-102-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-093-4/+12
|\ \ \ | | |/ | |/|
| * | ipv6: prevent NULL dereference in ip6_output()Eric Dumazet2024-05-091-1/+1
| * | ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet2024-05-091-1/+5
| * | ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida2024-05-081-1/+1
| * | Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-041-1/+5
| |\ \
| | * | xfrm: Preserve vlan tags for transport mode software GROPaul Davey2024-04-261-1/+5
* | | | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-082-2/+3
* | | | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-1/+1
* | | | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-072-25/+7
|\ \ \ \
| * | | | xfrm: Add dir validation to "in" data path lookupAntony Antony2024-05-011-0/+7
| * | | | udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2024-04-182-25/+0
* | | | | net: add heuristic for enabling TCP fraglist GROFelix Fietkau2024-05-061-0/+35
* | | | | net: create tcp_gro_header_pull helper functionFelix Fietkau2024-05-061-5/+13
* | | | | net: add code for TCP fraglist GROFelix Fietkau2024-05-061-0/+9
* | | | | net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau2024-05-061-0/+58
| |_|_|/ |/| | |
* | | | netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
* | | | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-036-19/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-023-2/+5
|\ \ \ \ | | |/ / | |/| |
| * | | net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-023-2/+5
* | | | ipv6: anycast: use call_rcu_hurry() in aca_put()Eric Dumazet2024-05-011-3/+2
* | | | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-2911-45/+40
* | | | rstreason: make it work in trace worldJason Xing2024-04-261-1/+1
* | | | tcp: support rstreason for passive resetJason Xing2024-04-261-4/+7
* | | | rstreason: prepare for passive resetJason Xing2024-04-261-6/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-2/+3
|\| | |
| * | | udp: preserve the connected status if only UDP cmsgYick Xie2024-04-201-2/+3
* | | | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-225-7/+7
* | | | ip6_vti: fix memleak on netns dismantleFlorian Westphal2024-04-171-0/+1
* | | | udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi2024-04-151-4/+16
* | | | net: ip6_gre: Remove generic .ndo_get_stats64Breno Leitao2024-04-151-3/+0
* | | | net: ipv6_gre: Do not use custom stat allocatorBreno Leitao2024-04-151-17/+5
* | | | tcp: small optimization when TCP_TW_SYN is processedEric Dumazet2024-04-131-1/+1
* | | | net: move skb ref helpers to new headerMina Almasry2024-04-121-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-113-5/+13
|\| | |
| * | | netfilter: complete validation of user inputEric Dumazet2024-04-111-0/+4
| * | | ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc2024-04-101-3/+4
| * | | ipv6: fib: hide unused 'pn' variableArnd Bergmann2024-04-091-2/+5
| | |/ | |/|
* | | net: make napi_frag_unref reuse skb_page_unrefMina Almasry2024-04-101-1/+1