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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
9
-47
/
+98
|
\
|
*
ipv4: Fix route deletion when nexthop info is not specified
Ido Schimmel
2022-11-29
1
-3
/
+5
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2022-11-24
2
-0
/
+8
|
|
\
|
|
*
xfrm: replay: Fix ESN wrap around for GSO
Christian Langrock
2022-10-19
1
-0
/
+3
|
|
*
xfrm: fix "disable_policy" on ipv4 early demux
Eyal Birger
2022-10-12
1
-0
/
+5
|
*
|
ipv4: Fix error return code in fib_table_insert()
Ziyang Xuan
2022-11-23
1
-1
/
+3
|
*
|
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
2022-11-23
3
-8
/
+36
|
*
|
dccp/tcp: Update saddr under bhash's lock.
Kuniyuki Iwashima
2022-11-23
3
-32
/
+44
|
*
|
dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().
Kuniyuki Iwashima
2022-11-23
1
-7
/
+4
|
*
|
dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
Kuniyuki Iwashima
2022-11-23
1
-0
/
+2
|
*
|
ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Kees Cook
2022-11-21
1
-1
/
+1
|
*
|
netfilter: conntrack: Fix data-races around ct mark
Daniel Xu
2022-11-18
1
-2
/
+2
*
|
|
udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()
Yuan Can
2022-11-29
1
-0
/
+2
*
|
|
Daniel Borkmann says:
Jakub Kicinski
2022-11-29
1
-8
/
+9
|
\
\
\
|
*
|
|
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
1
-1
/
+3
|
*
|
|
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-11-15
1
-7
/
+6
*
|
|
|
tcp: Fix build break when CONFIG_IPV6=n
Saeed Mahameed
2022-11-23
1
-1
/
+1
*
|
|
|
net: Return errno in sk->sk_prot->get_port().
Kuniyuki Iwashima
2022-11-21
4
-7
/
+8
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-18
2
-5
/
+15
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
tcp: configurable source port perturb table size
Gleb Mazovetskiy
2022-11-16
2
-5
/
+15
*
|
|
|
tcp: annotate data-race around queue->synflood_warned
Eric Dumazet
2022-11-16
1
-1
/
+1
*
|
|
|
ipv4: tunnels: use DEV_STATS_INC()
Eric Dumazet
2022-11-16
5
-38
/
+38
*
|
|
|
udp: Introduce optional per-netns hash table.
Kuniyuki Iwashima
2022-11-16
2
-6
/
+135
*
|
|
|
udp: Access &udp_table via net.
Kuniyuki Iwashima
2022-11-16
3
-15
/
+19
*
|
|
|
udp: Set NULL to udp_seq_afinfo.udp_table.
Kuniyuki Iwashima
2022-11-16
1
-8
/
+24
*
|
|
|
udp: Set NULL to sk->sk_prot->h.udp_table.
Kuniyuki Iwashima
2022-11-16
1
-4
/
+11
*
|
|
|
udp: Clean up some functions.
Kuniyuki Iwashima
2022-11-16
1
-16
/
+23
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-11-16
2
-4
/
+4
|
\
\
\
\
|
*
|
|
|
netfilter: rpfilter/fib: clean up some inconsistent indenting
Jiapeng Chong
2022-11-15
1
-3
/
+2
|
*
|
|
|
netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
Phil Sutter
2022-11-15
1
-1
/
+2
*
|
|
|
|
tcp: Add listening address to SYN flood message
Jamie Bainbridge
2022-11-15
1
-3
/
+11
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
ipasdv4/tcp_ipv4: remove redundant assignment
xu xin
2022-11-14
1
-1
/
+0
*
|
|
|
tcp: tcp_wfree() refactoring
Eric Dumazet
2022-11-12
1
-17
/
+14
*
|
|
|
tcp: adopt try_cmpxchg() in tcp_release_cb()
Eric Dumazet
2022-11-12
1
-3
/
+3
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-11
2
-4
/
+6
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
Lu Wei
2022-11-07
1
-1
/
+1
|
*
|
|
bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues
Wang Yufen
2022-11-01
1
-3
/
+5
*
|
|
|
Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2022-11-09
2
-1
/
+3
|
\
\
\
\
|
*
|
|
|
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
2022-11-08
2
-1
/
+3
*
|
|
|
|
net: remove redundant check in ip_metrics_convert()
Zhengchao Shao
2022-11-05
1
-3
/
+0
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-03
4
-4
/
+9
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
net: also flag accepted sockets supporting msghdr originated zerocopy
Stefan Metzmacher
2022-10-29
1
-0
/
+2
|
*
|
|
|
net/ulp: remove SOCK_SUPPORT_ZC from tls sockets
Pavel Begunkov
2022-10-29
1
-0
/
+3
|
*
|
|
|
net: remove SOCK_SUPPORT_ZC from sockmap
Pavel Begunkov
2022-10-29
2
-4
/
+4
*
|
|
|
|
tcp: refine tcp_prune_ofo_queue() logic
Eric Dumazet
2022-11-02
1
-20
/
+31
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR
Eric Dumazet
2022-11-01
1
-1
/
+1
*
|
|
|
net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT
Eric Dumazet
2022-11-01
2
-6
/
+14
*
|
|
|
net: dropreason: add SKB_DROP_REASON_DUP_FRAG
Eric Dumazet
2022-11-01
1
-4
/
+9
*
|
|
|
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
2022-11-01
1
-1
/
+1
*
|
|
|
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
2022-10-29
1
-2
/
+2
|
|
/
/
|
/
|
|
[next]