summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-012-1/+3
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-013-4/+4
* net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-012-4/+4
* ipv4: annotate data-races around fi->fib_deadEric Dumazet2023-08-312-2/+6
* net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-303-6/+3
* inet: fix IP_TRANSPARENT error handlingEric Dumazet2023-08-281-5/+3
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-251-1/+1
|\
| * lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-243-4/+4
|\ \
| * | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-203-4/+4
* | | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-221-10/+1
* | | IPv4: add extack info for IPv4 address add/deleteHangbin Liu2023-08-211-3/+20
* | | net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-1/+1
* | | tcp: refine skb->ooo_okay settingEric Dumazet2023-08-181-7/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-182-3/+5
|\| | | |/ |/|
| * Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-08-161-2/+2
| |\
| | * ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao2023-07-111-2/+2
| * | net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing2023-08-151-1/+3
* | | inet: implement lockless IP_MINTTLEric Dumazet2023-08-161-18/+14
* | | inet: implement lockless IP_TTLEric Dumazet2023-08-162-16/+13
* | | inet: move inet->defer_connect to inet->inet_flagsEric Dumazet2023-08-164-9/+11
* | | inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet2023-08-163-8/+8
* | | inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-164-13/+11
* | | inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-164-6/+6
* | | inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-165-20/+17
* | | inet: move inet->mc_all to inet->inet_fragsEric Dumazet2023-08-164-14/+14
* | | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-164-11/+11
* | | 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-151-1/+0
* | | nexthop: Simplify nexthop bucket dumpIdo Schimmel2023-08-151-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-041-1/+1
* | | net/ipv4: return the real errno instead of -EINVALxu xin2023-08-081-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