index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-09
ipv4: Convert ip_mkroute_input() to dscp_t.
Guillaume Nault
1
-8
/
+6
2024-10-09
ipv4: Convert ip_route_use_hint() to dscp_t.
Guillaume Nault
2
-5
/
+5
2024-10-09
netfilter: fib: check correct rtable in vrf setups
Florian Westphal
1
-3
/
+1
2024-10-09
net: ipv4: igmp: optimize ____ip_mc_inc_group() using mc_hash
Jonas Rebmann
1
-5
/
+21
2024-10-07
ipv4: remove fib_info_devhash[]
Eric Dumazet
1
-20
/
+15
2024-10-07
ipv4: remove fib_info_lock
Eric Dumazet
1
-12
/
+6
2024-10-07
ipv4: use rcu in ip_fib_check_default()
Eric Dumazet
1
-9
/
+4
2024-10-07
ipv4: remove fib_devindex_hashfn()
Eric Dumazet
1
-9
/
+4
2024-10-07
net: tcp: refresh tcp_mstamp for compressed ack in timer
Menglong Dong
1
-0
/
+1
2024-10-04
tcp: add a fast path in tcp_delack_timer()
Eric Dumazet
3
-3
/
+13
2024-10-04
tcp: add a fast path in tcp_write_timer()
Eric Dumazet
1
-0
/
+5
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
5
-14
/
+20
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
3
-5
/
+6
2024-10-04
net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
Vadim Fedorenko
1
-5
/
+14
2024-10-03
ipv4: Convert ip_route_input_slow() to dscp_t.
Guillaume Nault
1
-8
/
+10
2024-10-03
ipv4: Convert ip_route_input_rcu() to dscp_t.
Guillaume Nault
1
-7
/
+9
2024-10-03
ipv4: Convert ip_route_input_noref() to dscp_t.
Guillaume Nault
5
-8
/
+8
2024-10-03
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault
2
-2
/
+3
2024-10-03
ipv4: Convert icmp_route_lookup() to dscp_t.
Guillaume Nault
1
-10
/
+9
2024-10-03
tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out
Neal Cardwell
1
-2
/
+9
2024-10-03
tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe
Neal Cardwell
1
-0
/
+13
2024-10-03
tcp: fix to allow timestamp undo if no retransmits were sent
Neal Cardwell
1
-2
/
+16
2024-10-03
ipv4: avoid quadratic behavior in FIB insertion of common address
Alexandre Ferrieux
1
-6
/
+5
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-9
/
+36
2024-10-03
Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-2
/
+5
2024-10-02
gso: fix udp gso fraglist segmentation after pull from frag_list
Willem de Bruijn
1
-2
/
+20
2024-10-02
net: gso: fix tcp fraglist segmentation after pull from frag_list
Felix Fietkau
1
-2
/
+8
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
3
-3
/
+3
2024-10-01
ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
Anton Danilov
1
-3
/
+3
2024-09-27
netfilter: nf_tables: prevent nf_skb_duplicated corruption
Eric Dumazet
1
-2
/
+5
2024-09-26
Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-6
/
+4
2024-09-26
netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
Simon Horman
1
-6
/
+4
2024-09-23
xfrm: respect ip protocols rules criteria when performing dst lookups
Eyal Birger
1
-0
/
+2
2024-09-23
xfrm: extract dst lookup parameters into a struct
Eyal Birger
1
-22
/
+16
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-26
/
+0
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-2
/
+3
2024-09-13
ipv4: fib_rules: Add DSCP selector support
Ido Schimmel
1
-4
/
+50
2024-09-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+2
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-09-11
tcp: RX path for devmem TCP
Mina Almasry
3
-5
/
+270
2024-09-11
net: add support for skbs with unreadable frags
Mina Almasry
3
-4
/
+17
2024-09-11
net: support non paged skb frags
Mina Almasry
2
-1
/
+5
2024-09-11
mptcp: fallback to TCP after SYN+MPC drops
Matthieu Baerts (NGI0)
1
-0
/
+1
2024-09-10
net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag
Jason Xing
1
-2
/
+7
2024-09-10
memcg: add charging of already allocated slab objects
Shakeel Butt
1
-2
/
+3
2024-09-09
fou: fix initialization of grc
Muhammad Usama Anjum
1
-2
/
+2
2024-09-09
ipv4: udp_tunnel: Unmask upper DSCP bits in udp_tunnel_dst_lookup()
Ido Schimmel
1
-1
/
+2
2024-09-09
netfilter: nf_dup4: Unmask upper DSCP bits in nf_dup_ipv4_route()
Ido Schimmel
1
-1
/
+2
2024-09-09
ipv4: netfilter: Unmask upper DSCP bits in ip_route_me_harder()
Ido Schimmel
1
-1
/
+2
2024-09-09
ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()
Ido Schimmel
1
-1
/
+1
[prev]
[next]