summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-033-76/+95
|\
| * net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfnLorenz Bauer2023-07-311-2/+0
| * netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu2023-07-281-1/+16
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+6
| * net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-252-40/+18
| * net: document inet[6]_lookup_reuseport sk_state requirementsLorenz Bauer2023-07-251-0/+15
| * net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-252-28/+26
| * net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2023-07-251-7/+8
| * udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-07-251-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-039-42/+76
|\ \ | |/ |/|
| * tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet2023-08-031-4/+5
| * tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet2023-08-031-4/+7
| * tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet2023-08-031-9/+14
| * tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet2023-08-031-2/+4
| * tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet2023-08-031-6/+13
| * tcp_metrics: fix addr_same() helperEric Dumazet2023-08-031-1/+1
| * udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells2023-08-021-0/+9
| * net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-294-5/+5
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-294-7/+7
| * net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-292-4/+11
* | nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier2023-07-201-6/+8
* | nexthop: Factor out neighbor validity checkBenjamin Poirier2023-07-201-13/+16
* | nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier2023-07-201-2/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-2011-68/+73
|\|
| * tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-202-3/+5
| * tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-201-3/+3
| * tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-201-2/+2
| * tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-07-201-5/+6
| * tcp: annotate data-races around tp->linger2Eric Dumazet2023-07-201-4/+4
| * tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2023-07-202-4/+4
| * tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-201-2/+3
| * tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-201-2/+2
| * tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-201-1/+2
| * tcp: annotate data-races around tp->tsoffsetEric Dumazet2023-07-202-4/+5
| * tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet2023-07-201-2/+2
| * Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-192-19/+6
| * ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong2023-07-191-1/+2
| * ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong2023-07-191-1/+2
| * net: ipv4: Use kfree_sensitive instead of kfreeWang Ming2023-07-191-1/+1
| * tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-183-5/+8
| * tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-183-4/+5
| * gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-141-5/+11
* | tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet2023-07-201-5/+11
* | tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-07-191-2/+1
* | udp: use indirect call wrapper for data ready()Paolo Abeni2023-07-191-1/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-191-2/+0
|\ \
| * | bpf: Drop useless btf_vmlinux in bpf_tcp_caGeliang Tang2023-07-181-2/+0
* | | tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2023-07-182-12/+18
|/ /
* / tcp: add a scheduling point in established_get_first()Jian Wen2023-07-121-0/+3
|/
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-07-031-3/+9