summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fix null-deref in ipv4_link_failureKyle Zeng2023-09-171-1/+3
* tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2023-09-131-1/+6
* tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2023-09-131-1/+2
* tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima2023-09-131-15/+13
* net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian2023-09-081-5/+5
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-0712-18/+22
|\
| * igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-051-1/+2
| * 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
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-295-6/+14
|\ \
| * | networking: Update to register_net_sysctl_szJoel Granados2023-08-155-6/+14
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-7/+4
|\ \ \ | |_|/ |/| |
| * | mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)2023-08-181-7/+4
* | | 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