summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-09-14ipv4: fib_rules: Add DSCP selector supportIdo Schimmel1-4/+50
2024-09-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-09-12tcp: RX path for devmem TCPMina Almasry3-5/+270
2024-09-12net: add support for skbs with unreadable fragsMina Almasry3-4/+17
2024-09-12net: support non paged skb fragsMina Almasry2-1/+5
2024-09-12mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)1-0/+1
2024-09-11net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing1-2/+7
2024-09-10fou: fix initialization of grcMuhammad Usama Anjum1-2/+2
2024-09-09ipv4: udp_tunnel: Unmask upper DSCP bits in udp_tunnel_dst_lookup()Ido Schimmel1-1/+2
2024-09-09netfilter: nf_dup4: Unmask upper DSCP bits in nf_dup_ipv4_route()Ido Schimmel1-1/+2
2024-09-09ipv4: netfilter: Unmask upper DSCP bits in ip_route_me_harder()Ido Schimmel1-1/+2
2024-09-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()Ido Schimmel1-1/+1
2024-09-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()Ido Schimmel1-3/+4
2024-09-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()Ido Schimmel1-1/+1
2024-09-09ipv4: icmp: Unmask upper DSCP bits in icmp_reply()Ido Schimmel1-1/+1
2024-09-09ipv4: ip_gre: Unmask upper DSCP bits in ipgre_open()Ido Schimmel1-1/+2
2024-09-07Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-2/+2
2024-09-07net/ipv4: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+25
2024-09-05ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()Ido Schimmel1-2/+2
2024-09-05ipv4: Unmask upper DSCP bits in __ip_queue_xmit()Ido Schimmel1-1/+1
2024-09-05fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima1-5/+24
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2-2/+2
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin3-3/+5
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen2-2/+2
2024-09-02tcp_bpf: Remove an unused parameter for bpf_tcp_ingress()Yaxin Chen1-2/+2
2024-08-31ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()Ido Schimmel1-1/+2
2024-08-31ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel1-2/+2
2024-08-31ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel1-1/+2
2024-08-31ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel1-1/+1
2024-08-31ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel1-1/+1
2024-08-30icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2-21/+20
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet1-15/+11
2024-08-30icmp: change the order of rate limitsEric Dumazet1-47/+56
2024-08-30tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang1-1/+1
2024-08-29net/ipv4: net: prefer strscpy over strcpyHongbo Li3-3/+3
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+11
2024-08-29tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet2-13/+16
2024-08-29tcp: remove volatile qualifier on tw_substateEric Dumazet3-6/+6
2024-08-28tcp: fix forever orphan socket caused by tcp_abortXueming Feng1-7/+11
2024-08-27net/ipv4: fix macro definition sk_for_each_bound_bhashHongbo Li1-1/+1
2024-08-26tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing1-0/+3
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-2/+2
2024-08-23net: nexthop: delete redundant judgment statementsLi Zetao1-4/+2
2024-08-23ipmr: delete redundant judgment statementsLi Zetao1-2/+1
2024-08-23ipv4: delete redundant judgment statementsLi Zetao2-6/+3
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+16
2024-08-23ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel1-1/+1
2024-08-23ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel1-1/+2