summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet2021-07-281-3/+16
* bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend2021-07-281-1/+1
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-251-3/+3
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-251-0/+1
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-251-2/+2
* net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu2021-07-251-3/+15
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-07-191-14/+18
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-141-1/+2
* net/ipv4: swap flow ports when validating sourceMiao Wang2021-07-141-0/+2
* xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-07-141-1/+1
* ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-301-5/+7
* 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
* 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
* net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart2021-05-141-0/+4
* inet: use bigger hash table for IP ID generationEric Dumazet2021-05-141-14/+28
* 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
* net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer2021-04-141-0/+4
* esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long2021-04-141-2/+4
* 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
* tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-302-4/+10
* 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
* tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet2021-03-171-8/+15
* net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-03-171-1/+1
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-041-2/+3
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-041-0/+33
* net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-101-9/+7
* tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-02-073-0/+21
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-032-6/+9
* 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
* netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-271-1/+1
* esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-231-6/+1
* nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-171-1/+3
* nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-171-1/+1
* net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-171-1/+1
* net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-171-6/+5
* netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2021-01-122-2/+2
* erspan: fix version 1 check in gre_parse_header()Cong Wang2021-01-121-1/+1
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2021-01-121-1/+1
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-302-14/+14
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-211-3/+6
* tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-211-1/+2