index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
ipv4: Invalidate neighbour for broadcast address upon address addition
Ido Schimmel
2022-02-21
2
-3
/
+11
*
|
|
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
2022-02-20
1
-4
/
+6
*
|
|
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
2022-02-20
1
-2
/
+11
*
|
|
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
2022-02-20
1
-2
/
+7
*
|
|
net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
Menglong Dong
2022-02-20
1
-1
/
+4
*
|
|
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
2022-02-20
1
-2
/
+5
*
|
|
net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
Menglong Dong
2022-02-20
1
-4
/
+9
*
|
|
net: tcp: add skb drop reasons to tcp_v4_rcv()
Menglong Dong
2022-02-20
1
-1
/
+6
*
|
|
net: tcp: introduce tcp_drop_reason()
Menglong Dong
2022-02-20
1
-2
/
+8
*
|
|
net: Add new protocol attribute to IP addresses
Jacques de Laval
2022-02-19
1
-0
/
+7
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
6
-20
/
+33
|
\
|
|
|
*
|
ipv4: fix data races in fib_alias_hw_flags_set
Eric Dumazet
2022-02-17
4
-18
/
+21
|
*
|
ping: fix the dif and sdif check in ping_lookup
Xin Long
2022-02-17
1
-2
/
+9
|
*
|
ipv4: add description about martian source
Zhang Yunkai
2022-02-15
1
-0
/
+3
*
|
|
ipv4: add (struct uncached_list)->quarantine list
Eric Dumazet
2022-02-11
1
-3
/
+9
*
|
|
net/smc: Limit SMC visits when handshake workqueue congested
D. Wythe
2022-02-11
1
-1
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-11
2
-14
/
+21
|
\
|
|
|
*
|
ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
Eric Dumazet
2022-02-09
1
-0
/
+2
|
*
|
tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case
Eric Dumazet
2022-02-05
1
-14
/
+19
*
|
|
ipv4: Reject again rules with high DSCP values
Guillaume Nault
2022-02-10
1
-0
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-02-10
1
-14
/
+10
|
\
\
\
|
*
|
|
netfilter: conntrack: pptp: use single option structure
Florian Westphal
2022-02-04
1
-14
/
+10
*
|
|
|
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
2022-02-10
1
-21
/
+32
*
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-10
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2022-01-27
1
-2
/
+4
*
|
|
|
|
ipmr: introduce ipmr_net_exit_batch()
Eric Dumazet
2022-02-09
1
-5
/
+15
*
|
|
|
|
ipv4: add fib_net_exit_batch()
Eric Dumazet
2022-02-09
1
-3
/
+16
*
|
|
|
|
nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()
Eric Dumazet
2022-02-09
1
-4
/
+8
*
|
|
|
|
ipv4: Use dscp_t in struct fib_alias
Guillaume Nault
2022-02-08
4
-34
/
+45
*
|
|
|
|
ipv4: Reject routes specifying ECN bits in rtm_tos
Guillaume Nault
2022-02-08
2
-3
/
+15
*
|
|
|
|
ipv4: Stop taking ECN bits into account in fib4-rules
Guillaume Nault
2022-02-08
1
-8
/
+10
*
|
|
|
|
net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
Menglong Dong
2022-02-07
1
-3
/
+7
*
|
|
|
|
net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()
Menglong Dong
2022-02-07
1
-3
/
+9
*
|
|
|
|
net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()
Menglong Dong
2022-02-07
1
-2
/
+3
*
|
|
|
|
net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
Menglong Dong
2022-02-07
1
-4
/
+10
*
|
|
|
|
net: ipv4: use kfree_skb_reason() in ip_rcv_core()
Menglong Dong
2022-02-07
1
-2
/
+10
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-04
3
-6
/
+7
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
Eric Dumazet
2022-02-03
1
-0
/
+2
|
*
|
|
tcp: fix mem under-charging with zerocopy sendmsg()
Eric Dumazet
2022-02-02
1
-2
/
+5
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2022-01-28
1
-4
/
+0
|
|
\
\
\
|
|
*
|
|
netfilter: Remove flowtable relics
Geert Uytterhoeven
2022-01-27
1
-4
/
+0
|
|
|
|
/
|
|
|
/
|
*
|
|
|
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
2022-02-02
3
-10
/
+8
*
|
|
|
tcp: Change SYN ACK retransmit behaviour to account for rehash
Akhmat Karakotov
2022-01-31
1
-1
/
+3
*
|
|
|
txhash: Add socket option to control TX hash rethink behavior
Akhmat Karakotov
2022-01-31
1
-0
/
+3
*
|
|
|
ipv4: Make ip_idents_reserve static
David Ahern
2022-01-31
1
-2
/
+1
*
|
|
|
ipv4: drop fragmentation code from ip_options_build()
Jakub Kicinski
2022-01-29
2
-25
/
+12
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-27
5
-15
/
+25
|
\
|
|
|
|
*
|
|
Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-01-27
5
-8
/
+29
|
|
\
\
\
|
|
*
|
|
net: socket: rename SKB_DROP_REASON_SOCKET_FILTER
Menglong Dong
2022-01-27
1
-1
/
+1
|
|
*
|
|
ipv4: tcp: send zero IPID in SYNACK messages
Eric Dumazet
2022-01-27
1
-2
/
+9
[prev]
[next]