summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28inet: fix IP_TRANSPARENT error handlingEric Dumazet
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao
2023-08-21IPv4: add extack info for IPv4 address add/deleteHangbin Liu
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-18tcp: refine skb->ooo_okay settingEric Dumazet
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-08-16inet: implement lockless IP_MINTTLEric Dumazet
2023-08-16inet: implement lockless IP_TTLEric Dumazet
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-08-16inet: set/get simple options locklesslyEric Dumazet
2023-08-16inet: introduce inet->inet_flagsEric Dumazet
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2023-08-15nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel
2023-08-15nexthop: Simplify nexthop bucket dumpIdo Schimmel
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-08-15net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni
2023-08-13net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong
2023-08-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-09nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel
2023-08-09nexthop: Make nexthop bucket dump more efficientIdo Schimmel
2023-08-09nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel
2023-08-08net/ipv4: return the real errno instead of -EINVALxu xin
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet
2023-08-06tcp: set TCP_KEEPCNT locklesslyEric Dumazet
2023-08-06tcp: set TCP_KEEPINTVL locklesslyEric Dumazet
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet
2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet