summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-07-19net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski
2021-07-19net: tcp better handling of reordering then loss casesYuchung Cheng
2021-07-14net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko
2021-07-14net/ipv4: swap flow ports when validating sourceMiao Wang
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca
2021-06-30ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun
2021-06-30inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet
2021-06-30net: ipv4: Remove unneed BUG() functionZheng Yongjun
2021-06-23icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen
2021-06-23net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan
2021-06-23ipv4: Fix device used for dst_alloc with local routesDavid Ahern
2021-06-23udp: fix race between close() and udp_abort()Paolo Abeni
2021-06-23net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun
2021-06-18net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett
2021-05-14net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart
2021-05-14udp: never accept GSO_FRAGLIST packetsPaolo Abeni
2021-05-14udp: skip L4 aggregation for UDP tunnel packetsPaolo Abeni
2021-05-14inet: use bigger hash table for IP ID generationEric Dumazet
2021-04-13net: Make tcp_allowed_congestion_control readonly in non-init netnsJonathon Reinhart
2021-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-10netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger
2021-04-01net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer
2021-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-03-29xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert
2021-03-22net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean
2021-03-22esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-04nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
2021-03-03vti: fix ipv4 pmtu check to honor ip header dfEyal Birger
2021-03-01tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet
2021-03-01inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-02-28net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-15tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet