summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-08-28inet: fix IP_TRANSPARENT error handlingEric Dumazet1-5/+3
2023-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+4
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao1-10/+1
2023-08-21IPv4: add extack info for IPv4 address add/deleteHangbin Liu1-3/+20
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet3-4/+4
2023-08-19tcp: refine skb->ooo_okay settingEric Dumazet1-7/+14
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+5
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+1
2023-08-16inet: implement lockless IP_MINTTLEric Dumazet1-18/+14
2023-08-16inet: implement lockless IP_TTLEric Dumazet2-16/+13
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet4-9/+11
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet3-8/+8
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet4-13/+11
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet4-6/+6
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet5-20/+17
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet4-14/+14
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet4-11/+11
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet6-25/+20
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet2-13/+10
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet2-10/+10
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet6-26/+25
2023-08-16inet: set/get simple options locklesslyEric Dumazet1-56/+62
2023-08-16inet: introduce inet->inet_flagsEric Dumazet4-57/+36
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-2/+2
2023-08-16nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel1-1/+0
2023-08-16nexthop: Simplify nexthop bucket dumpIdo Schimmel1-5/+0
2023-08-15net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni1-16/+22
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni1-2/+6
2023-08-13net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong1-10/+13
2023-08-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong1-1/+17
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong1-1/+1
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong2-9/+23
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-22/+8
2023-08-09nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel1-5/+1
2023-08-09nexthop: Make nexthop bucket dump more efficientIdo Schimmel1-11/+5
2023-08-09nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel1-5/+1
2023-08-09net/ipv4: return the real errno instead of -EINVALxu xin1-1/+1
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet3-9/+8
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet3-12/+11
2023-08-06tcp: set TCP_KEEPCNT locklesslyEric Dumazet1-8/+2
2023-08-06tcp: set TCP_KEEPINTVL locklesslyEric Dumazet1-8/+2
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet2-28/+32
2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet2-12/+12
2023-08-05tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima1-3/+2
2023-08-05tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima2-7/+0
2023-08-05tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal1-1/+1
2023-08-05tcp_metrics: hash table allocation cleanupEric Dumazet1-12/+7