summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_gre: validate csum_start only on pullWillem de Bruijn2021-09-221-3/+6
* Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito2021-09-221-0/+2
* udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin2021-09-221-1/+1
* tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-221-1/+1
* tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao2021-09-181-2/+1
* ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva2021-09-181-2/+3
* ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet2021-09-151-1/+1
* ipv4: make exception cache less predictibleEric Dumazet2021-09-151-16/+30
* tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau2021-09-151-2/+3
* igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian2021-09-121-0/+2
* ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-09-031-6/+6
* ip_gre: add validation for csum_startShreyansh Chouhan2021-09-031-0/+2
* net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-181-1/+1
* tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell2021-08-181-1/+1
* net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet2021-08-181-7/+14
* net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2021-08-122-0/+7
* net: Set true network header for ECN decapsulationGilad Naaman2021-08-041-1/+1
* tcp: disable TFO blackhole logic by defaultWei Wang2021-07-282-2/+9
* net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet2021-07-281-3/+16
* bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki2021-07-281-1/+1
* 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
* tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad2021-07-251-0/+3
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-251-0/+1
* tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi2021-07-251-1/+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: tcp better handling of reordering then loss casesYuchung Cheng2021-07-191-19/+26
* 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
* 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
* 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
* 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
* 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