index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-24
net/tcp: Merge TCP-MD5 inbound callbacks
Dmitry Safonov
2
-73
/
+75
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-4
/
+6
2022-02-24
ping: remove pr_err from ping_lookup
Xin Long
1
-1
/
+0
2022-02-23
udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()
Dan Carpenter
1
-1
/
+1
2022-02-21
ipv4: Invalidate neighbour for broadcast address upon address addition
Ido Schimmel
2
-3
/
+11
2022-02-21
gso: do not skip outer ip header in case of ipip and net_failover
Tao Liu
1
-1
/
+4
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
1
-4
/
+6
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
1
-2
/
+11
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
1
-2
/
+7
2022-02-20
net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
Menglong Dong
1
-1
/
+4
2022-02-20
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
1
-2
/
+5
2022-02-20
net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
Menglong Dong
1
-4
/
+9
2022-02-20
net: tcp: add skb drop reasons to tcp_v4_rcv()
Menglong Dong
1
-1
/
+6
2022-02-20
net: tcp: introduce tcp_drop_reason()
Menglong Dong
1
-2
/
+8
2022-02-18
net: Add new protocol attribute to IP addresses
Jacques de Laval
1
-0
/
+7
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
1
-1
/
+1
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-20
/
+33
2022-02-17
ipv4: fix data races in fib_alias_hw_flags_set
Eric Dumazet
4
-18
/
+21
2022-02-17
ping: fix the dif and sdif check in ping_lookup
Xin Long
1
-2
/
+9
2022-02-15
ipv4: add description about martian source
Zhang Yunkai
1
-0
/
+3
2022-02-11
ipv4: add (struct uncached_list)->quarantine list
Eric Dumazet
1
-3
/
+9
2022-02-11
net/smc: Limit SMC visits when handshake workqueue congested
D. Wythe
1
-1
/
+2
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-14
/
+21
2022-02-10
ipv4: Reject again rules with high DSCP values
Guillaume Nault
1
-0
/
+5
2022-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
1
-14
/
+10
2022-02-09
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
1
-21
/
+32
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+4
2022-02-08
ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
Eric Dumazet
1
-0
/
+2
2022-02-08
ipmr: introduce ipmr_net_exit_batch()
Eric Dumazet
1
-5
/
+15
2022-02-08
ipv4: add fib_net_exit_batch()
Eric Dumazet
1
-3
/
+16
2022-02-08
nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()
Eric Dumazet
1
-4
/
+8
2022-02-07
ipv4: Use dscp_t in struct fib_alias
Guillaume Nault
4
-34
/
+45
2022-02-07
ipv4: Reject routes specifying ECN bits in rtm_tos
Guillaume Nault
2
-3
/
+15
2022-02-07
ipv4: Stop taking ECN bits into account in fib4-rules
Guillaume Nault
1
-8
/
+10
2022-02-07
net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
Menglong Dong
1
-3
/
+7
2022-02-07
net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()
Menglong Dong
1
-3
/
+9
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()
Menglong Dong
1
-2
/
+3
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
Menglong Dong
1
-4
/
+10
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_core()
Menglong Dong
1
-2
/
+10
2022-02-04
tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case
Eric Dumazet
1
-14
/
+19
2022-02-04
netfilter: conntrack: pptp: use single option structure
Florian Westphal
1
-14
/
+10
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+7
2022-02-02
tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
Eric Dumazet
1
-0
/
+2
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
3
-10
/
+8
2022-02-01
tcp: fix mem under-charging with zerocopy sendmsg()
Eric Dumazet
1
-2
/
+5
2022-01-31
tcp: Change SYN ACK retransmit behaviour to account for rehash
Akhmat Karakotov
1
-1
/
+3
2022-01-31
txhash: Add socket option to control TX hash rethink behavior
Akhmat Karakotov
1
-0
/
+3
2022-01-31
ipv4: Make ip_idents_reserve static
David Ahern
1
-2
/
+1
2022-01-29
ipv4: drop fragmentation code from ip_options_build()
Jakub Kicinski
2
-25
/
+12
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-4
/
+0
[prev]
[next]