aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-09ipv4: Convert ip_mkroute_input() to dscp_t.Guillaume Nault1-8/+6
2024-10-09ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault2-5/+5
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal1-3/+1
2024-10-09net: ipv4: igmp: optimize ____ip_mc_inc_group() using mc_hashJonas Rebmann1-5/+21
2024-10-07ipv4: remove fib_info_devhash[]Eric Dumazet1-20/+15
2024-10-07ipv4: remove fib_info_lockEric Dumazet1-12/+6
2024-10-07ipv4: use rcu in ip_fib_check_default()Eric Dumazet1-9/+4
2024-10-07ipv4: remove fib_devindex_hashfn()Eric Dumazet1-9/+4
2024-10-07net: tcp: refresh tcp_mstamp for compressed ack in timerMenglong Dong1-0/+1
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet3-3/+13
2024-10-04tcp: add a fast path in tcp_write_timer()Eric Dumazet1-0/+5
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet5-14/+20
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko3-5/+6
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko1-5/+14
2024-10-03ipv4: Convert ip_route_input_slow() to dscp_t.Guillaume Nault1-8/+10
2024-10-03ipv4: Convert ip_route_input_rcu() to dscp_t.Guillaume Nault1-7/+9
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault5-8/+8
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2-2/+3
2024-10-03ipv4: Convert icmp_route_lookup() to dscp_t.Guillaume Nault1-10/+9
2024-10-03tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell1-2/+9
2024-10-03tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-10-03tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-10-03ipv4: avoid quadratic behavior in FIB insertion of common addressAlexandre Ferrieux1-6/+5
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-9/+36
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+5
2024-10-02gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn1-2/+20
2024-10-02net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau1-2/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-10-01ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
2024-09-27netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet1-2/+5
2024-09-26Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+4
2024-09-26netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman1-6/+4
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+2
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger1-22/+16
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-26/+0
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-2/+3
2024-09-13ipv4: fib_rules: Add DSCP selector supportIdo Schimmel1-4/+50
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-09-11tcp: RX path for devmem TCPMina Almasry3-5/+270
2024-09-11net: add support for skbs with unreadable fragsMina Almasry3-4/+17
2024-09-11net: support non paged skb fragsMina Almasry2-1/+5
2024-09-11mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)1-0/+1
2024-09-10net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing1-2/+7
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt1-2/+3
2024-09-09fou: 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