summaryrefslogtreecommitdiff
path: root/net/ipv4 (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-02lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2022-10-28bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2022-10-28udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet
2022-10-28udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2022-10-28inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2022-10-28soreuseport: fix initialization raceCraig Gallek
2022-10-28soreuseport: Fix TCP listener hash collisionCraig Gallek
2022-10-28soreuseport: fast reuseport TCP socket selectionCraig Gallek
2022-10-28sock: struct proto hash function may errorCraig Gallek
2022-10-28soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2022-10-28udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2022-10-28soreuseport: pass skb to secondary UDP socket lookupCraig Gallek
2022-04-19BACKPORT: ANDROID: Remove xt_qtaguid module from new kernels.Chenbo Feng
2022-04-19net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack
2022-04-19net: take compile fix from 4.9Anay Wadhera
2022-04-19ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann
2022-04-19soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2022-04-19soreuseport: fast reuseport UDP socket selectionCraig Gallek
2022-02-03ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet
2022-02-03ipv4: raw: lock the socket in raw_bind()Eric Dumazet
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu
2022-01-05net: fix use-after-free in tw_timer_handlerMuchun Song
2021-12-08net: return correct error codeliuguoqiang
2021-12-08tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet
2021-11-17BACKPORT: ip_gre: add validation for csum_startShreyansh Chouhan
2021-09-22ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva
2021-09-22ipv4: make exception cache less predictibleEric Dumazet
2021-09-22tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-09-22ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2021-09-22igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-06-30ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun
2021-06-30inet: use bigger hash table for IP ID generationEric Dumazet
2021-06-30net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun
2021-06-30net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-08icmp: randomize the global rate limiterEric Dumazet
2021-03-17net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann
2021-01-30netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault
2021-01-17net: fix pmtu check in nopmtudisc modeFlorian Westphal
2021-01-17net: ip: always refragment ip defragmented packetsFlorian Westphal
2021-01-12ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault
2020-12-29tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan
2020-10-29icmp: randomize the global rate limiterEric Dumazet
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell
2020-10-01rt_cpu_seq_next should increase position indexVasily Averin
2020-10-01ip: fix tos reflection in ack and reset packetsWei Wang