index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
net: ip_tunnel: use strscpy to replace strlcpy
XueBing Chen
1
-2
/
+2
2022-07-12
tcp: make retransmitted SKB fit into the send window
Yonglong Li
1
-7
/
+16
2022-07-12
net: change the type of ip_route_input_rcu to static
Zhengchao Shao
1
-17
/
+17
2022-07-12
net: ipv4: fix clang -Wformat warnings
Justin Stitt
2
-2
/
+2
2022-07-11
netfilter: h323: merge nat hook pointers into one
Florian Westphal
1
-28
/
+14
2022-07-11
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
2
-1
/
+3
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-40
/
+57
2022-07-08
ipv4: Fix a data-race around sysctl_fib_sync_mem.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-08
icmp: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-2
/
+3
2022-07-08
cipso: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-5
/
+7
2022-07-08
inetpeer: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-4
/
+8
2022-07-08
tcp: Fix a data-race around sysctl_tcp_max_orphans.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-04
net: ipconfig: use strscpy to replace strlcpy
XueBing Chen
1
-4
/
+4
2022-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+6
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
1
-0
/
+1
2022-06-28
tcp: diag: add support for TIME_WAIT sockets to tcp_abort()
Eric Dumazet
1
-9
/
+17
2022-06-27
ipmr: fix a lockdep splat in ipmr_rtm_dumplink()
Eric Dumazet
1
-1
/
+1
2022-06-27
tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()
Eric Dumazet
1
-1
/
+1
2022-06-24
raw: fix a typo in raw_icmp_error()
Eric Dumazet
1
-1
/
+1
2022-06-24
tcp: add a missing nf_reset_ct() in 3WHS handling
Eric Dumazet
1
-1
/
+5
2022-06-24
net: helper function skb_len_add
Richard Gobert
2
-9
/
+3
2022-06-24
ipmr: convert mrt_lock to a spinlock
Eric Dumazet
1
-10
/
+9
2022-06-24
ipmr: convert /proc handlers to rcu_read_lock()
Eric Dumazet
1
-4
/
+4
2022-06-24
ipmr: adopt rcu_read_lock() in mr_dump()
Eric Dumazet
2
-6
/
+4
2022-06-24
ipmr: do not acquire mrt_lock in ipmr_get_route()
Eric Dumazet
1
-2
/
+0
2022-06-24
ipmr: do not acquire mrt_lock while calling ip_mr_forward()
Eric Dumazet
1
-7
/
+2
2022-06-24
ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()
Eric Dumazet
1
-17
/
+8
2022-06-24
ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)
Eric Dumazet
1
-20
/
+22
2022-06-24
ipmr: do not acquire mrt_lock in __pim_rcv()
Eric Dumazet
1
-5
/
+5
2022-06-24
ipmr: ipmr_cache_report() changes
Eric Dumazet
1
-16
/
+29
2022-06-24
ipmr: change igmpmsg_netlink_event() prototype
Eric Dumazet
1
-2
/
+2
2022-06-24
ipmr: add rcu protection over (struct vif_device)->dev
Eric Dumazet
2
-44
/
+68
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-11
/
+17
2022-06-23
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
1
-33
/
+0
2022-06-23
bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_status
Jörn-Thorben Hinz
1
-0
/
+6
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
1
-3
/
+0
2022-06-21
raw: complete rcu conversion
Eric Dumazet
2
-6
/
+6
2022-06-20
skmsg: Get rid of skb_clone()
Cong Wang
1
-0
/
+1
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
3
-13
/
+9
2022-06-20
tcp: Introduce tcp_read_skb()
Cong Wang
1
-0
/
+47
2022-06-20
erspan: do not assume transport header is always set
Eric Dumazet
1
-5
/
+10
2022-06-20
raw: Use helpers for the hlist_nulls variant.
Kuniyuki Iwashima
2
-6
/
+6
2022-06-20
raw: Fix mixed declarations error in raw_icmp_error().
Kuniyuki Iwashima
1
-1
/
+1
2022-06-19
raw: convert raw sockets to RCU
Eric Dumazet
3
-54
/
+53
2022-06-19
raw: use more conventional iterators
Eric Dumazet
2
-76
/
+48
2022-06-18
ping: convert to RCU lookups, get rid of rwlock
Eric Dumazet
1
-20
/
+16
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-1
/
+3
2022-06-17
ipv4: ping: fix bind address validity check
Riccardo Paolo Bestetti
1
-3
/
+7
2022-06-17
tcp: fix build...
David S. Miller
1
-16
/
+0
2022-06-17
tcp: fix possible freeze in tx path under memory pressure
Eric Dumazet
1
-0
/
+17
[prev]
[next]