summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-166-25/+20
* inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-162-13/+10
* inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet2023-08-162-10/+10
* inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-166-26/+25
* inet: set/get simple options locklesslyEric Dumazet2023-08-161-56/+62
* inet: introduce inet->inet_flagsEric Dumazet2023-08-164-57/+36
* nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel2023-08-161-1/+0
* nexthop: Simplify nexthop bucket dumpIdo Schimmel2023-08-161-5/+0
* net: factor out __inet_listen_sk() helperPaolo Abeni2023-08-141-16/+22
* net: factor out inet{,6}_bind_sk helpersPaolo Abeni2023-08-141-2/+6
* net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong2023-08-131-10/+13
* net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong2023-08-131-1/+17
* net: tcp: allow zero-window ACK update the windowMenglong Dong2023-08-131-1/+1
* net: tcp: send zero-window ACK when no memoryMenglong Dong2023-08-132-9/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-102-22/+8
|\
| * nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel2023-08-091-5/+1
| * nexthop: Make nexthop bucket dump more efficientIdo Schimmel2023-08-091-11/+5
| * nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel2023-08-091-5/+1
| * tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal2023-08-051-1/+1
* | net/ipv4: return the real errno instead of -EINVALxu xin2023-08-091-1/+1
* | tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet2023-08-063-9/+8
* | tcp: set TCP_LINGER2 locklesslyEric Dumazet2023-08-063-12/+11
* | tcp: set TCP_KEEPCNT locklesslyEric Dumazet2023-08-061-8/+2
* | tcp: set TCP_KEEPINTVL locklesslyEric Dumazet2023-08-061-8/+2
* | tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet2023-08-062-28/+32
* | tcp: set TCP_SYNCNT locklesslyEric Dumazet2023-08-062-12/+12
* | tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima2023-08-051-3/+2
* | tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima2023-08-052-7/+0
* | tcp_metrics: hash table allocation cleanupEric Dumazet2023-08-051-12/+7
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-043-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-291-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-031-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-211-6/+8