summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.10.47' into v5.10-rtSteven Rostedt (VMware)2021-07-029-14/+51
|\
| * ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-301-5/+7
| * inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet2021-06-301-2/+2
| * net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-301-1/+1
| * icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-231-0/+7
| * net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-231-0/+1
| * ipv4: Fix device used for dst_alloc with local routesDavid Ahern2021-06-231-1/+14
| * udp: fix race between close() and udp_abort()Paolo Abeni2021-06-231-0/+10
| * net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-231-0/+1
| * net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-181-5/+8
* | Merge tag 'v5.10.38' into v5.10-rtSteven Rostedt (VMware)2021-06-033-14/+35
|\ \ | |/
| * net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart2021-05-141-0/+4
| * udp: never accept GSO_FRAGLIST packetsPaolo Abeni2021-05-141-0/+3
| * inet: use bigger hash table for IP ID generationEric Dumazet2021-05-141-14/+28
* | Merge tag 'v5.10.35' into v5.10-rtSteven Rostedt (VMware)2021-05-114-6/+33
|\ \ | |/
| * net: Make tcp_allowed_congestion_control readonly in non-init netnsJonathon Reinhart2021-04-211-3/+13
| * netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2021-04-212-3/+16
| * netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-162-0/+4
* | Merge tag 'v5.10.30' into v5.10-rtSteven Rostedt (VMware)2021-04-164-5/+20
|\ \ | |/
| * net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer2021-04-141-0/+4
| * xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert2021-04-141-1/+10
| * esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long2021-04-141-2/+4
| * xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-04-142-2/+2
* | Merge tag 'v5.10.27' into v5.10-rtSteven Rostedt (VMware)2021-04-055-57/+34
|\ \ | |/
| * Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2021-03-302-2/+2
| * Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-302-14/+14
| * net: Consolidate common blackhole dst opsDaniel Borkmann2021-03-301-37/+8
| * tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-302-4/+10
* | Merge tag 'v5.10.25' into v5.10-rtSteven Rostedt (VMware)2021-03-236-29/+31
|\ \ | |/
| * cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-171-10/+1
| * nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel2021-03-171-3/+7
| * net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-172-6/+5
| * tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet2021-03-171-8/+15
| * tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy2021-03-171-1/+2
| * net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-03-171-1/+1
* | Merge tag 'v5.10.21' into linux-5.10.y-rtSebastian Andrzej Siewior2021-03-091-2/+3
|\ \ | |/
| * net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-041-2/+3
* | Merge tag 'v5.10.16' into linux-5.10.y-rtSebastian Andrzej Siewior2021-02-152-14/+71
|\ \ | |/
| * udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-101-5/+64
| * net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-101-9/+7
* | Merge tag 'v5.10.14' into linux-5.10.y-rtSebastian Andrzej Siewior2021-02-094-8/+31
|\ \ | |/
| * tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-032-6/+9
| * tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-02-033-2/+22
* | Merge tag 'v5.10.12' into linux-5.10.y-rtSebastian Andrzej Siewior2021-02-039-46/+40
|\ \ | |/
| * tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2021-01-271-2/+2
| * tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-275-7/+11
| * tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet2021-01-271-12/+13
| * udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-271-1/+2
| * tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-272-17/+10
| * netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-271-1/+1