summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds14 days1-3/+4
|\
| * bpf: fix filed access without lockJiayuan Chen2024-10-291-3/+4
* | ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel2024-10-291-1/+1
|/
* Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-10-241-22/+18
|\
| * xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger2024-09-231-0/+2
| * xfrm: extract dst lookup parameters into a structEyal Birger2024-09-231-22/+16
* | udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2024-10-151-1/+3
* | tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima2024-10-151-5/+16
* | ipv4: give an IPv4 dev to blackhole_netdevXin Long2024-10-111-10/+25
* | Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-101-3/+1
|\ \
| * | netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2024-10-091-3/+1
* | | tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni2024-10-091-4/+1
|/ /
* | tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell2024-10-031-2/+9
* | tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell2024-10-031-0/+13
* | tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell2024-10-031-2/+16
* | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-034-9/+36
|\ \
| * \ Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-031-2/+5
| |\ \
| | * | netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2024-09-271-2/+5
| * | | gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn2024-10-021-2/+20
| * | | net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2024-10-021-2/+8
| * | | ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov2024-10-011-3/+3
* | | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
|/ / /
* | | Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-09-261-6/+4
|\| |
| * | netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman2024-09-261-6/+4
| |/
* | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-211-26/+0
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-08-226-22/+59
| |\ \
| * | | bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau2024-07-291-26/+0
* | | | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-09-181-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | memcg: add charging of already allocated slab objectsShakeel Butt2024-09-101-2/+3
* | | | ipv4: fib_rules: Add DSCP selector supportIdo Schimmel2024-09-131-4/+50
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-09-121-2/+2
|\ \ \ \
| * | | | tcp_bpf: Remove an unused parameter for bpf_tcp_ingress()Yaxin Chen2024-09-021-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-121-2/+2
|\ \ \ \ \
| * | | | | fou: fix initialization of grcMuhammad Usama Anjum2024-09-091-2/+2
* | | | | | tcp: RX path for devmem TCPMina Almasry2024-09-113-5/+270
* | | | | | net: add support for skbs with unreadable fragsMina Almasry2024-09-113-4/+17
* | | | | | net: support non paged skb fragsMina Almasry2024-09-112-1/+5
* | | | | | mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)2024-09-111-0/+1
* | | | | | net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing2024-09-101-2/+7
* | | | | | ipv4: udp_tunnel: Unmask upper DSCP bits in udp_tunnel_dst_lookup()Ido Schimmel2024-09-091-1/+2
* | | | | | netfilter: nf_dup4: Unmask upper DSCP bits in nf_dup_ipv4_route()Ido Schimmel2024-09-091-1/+2
* | | | | | ipv4: netfilter: Unmask upper DSCP bits in ip_route_me_harder()Ido Schimmel2024-09-091-1/+2
* | | | | | ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()Ido Schimmel2024-09-091-1/+1
* | | | | | ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()Ido Schimmel2024-09-091-3/+4
* | | | | | ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()Ido Schimmel2024-09-091-1/+1
* | | | | | ipv4: icmp: Unmask upper DSCP bits in icmp_reply()Ido Schimmel2024-09-091-1/+1
* | | | | | ipv4: ip_gre: Unmask upper DSCP bits in ipgre_open()Ido Schimmel2024-09-091-1/+2
* | | | | | Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-09-062-2/+2
|\ \ \ \ \ \
| * | | | | | netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen2024-09-032-2/+2
* | | | | | | net/ipv4: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-061-4/+2