index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-23
tcp: Prevent low rmem stalls with SO_RCVLOWAT.
Arjun Roy
2
-1
/
+4
2020-10-22
tcp: fix to update snd_wl1 in bulk receiver fast path
Neal Cardwell
1
-0
/
+2
2020-10-19
nexthop: Fix performance regression in nexthop deletion
Ido Schimmel
1
-1
/
+1
2020-10-16
icmp: randomize the global rate limiter
Eric Dumazet
1
-2
/
+5
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
39
-362
/
+711
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-11
/
+56
2020-10-14
ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...
Mathieu Desnoyers
1
-2
/
+21
2020-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2
-4
/
+21
2020-10-13
ip_gre: set dev->hard_header_len and dev->needed_headroom properly
Cong Wang
1
-4
/
+11
2020-10-13
iptunnel: use new function dev_fetch_sw_netstats
Heiner Kallweit
1
-22
/
+1
2020-10-13
tcp: use semicolons rather than commas to separate statements
Julia Lawall
2
-5
/
+6
2020-10-14
netfilter: nf_log: missing vlan offload tag and proto
Pablo Neira Ayuso
2
-4
/
+21
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-9
/
+9
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+0
2020-10-10
ipv4: Restore flowi4_oif update before call to xfrm_lookup_route
David Ahern
1
-1
/
+3
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2020-10-06
ipv4: use dev_sw_netstats_rx_add()
Fabian Frederick
2
-15
/
+2
2020-10-06
tcp: fix receive window update in tcp_add_backlog()
Eric Dumazet
1
-3
/
+3
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-9
/
+31
2020-10-03
tcp: account total lost packets properly
Yuchung Cheng
1
-0
/
+10
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2
-6
/
+6
2020-10-02
tcp: fix syn cookied MPTCP request socket leak
Paolo Abeni
1
-1
/
+1
2020-10-02
tcp: use sendpage_ok() to detect misused .sendpage
Coly Li
1
-1
/
+2
2020-10-02
bpf: tcp: Do not limit cb_flags when creating child sk from listen sk
Martin KaFai Lau
1
-1
/
+0
2020-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-21
/
+2
2020-09-30
tcp: add exponential backoff in __tcp_send_ack()
Eric Dumazet
1
-3
/
+8
2020-09-30
inet: remove icsk_ack.blocked
Eric Dumazet
4
-11
/
+5
2020-09-28
udp_tunnel: add the ability to share port tables
Jakub Kicinski
1
-10
/
+86
2020-09-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+2
2020-09-25
tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost
Yuchung Cheng
1
-12
/
+2
2020-09-25
tcp: simplify tcp_mark_skb_lost
Yuchung Cheng
1
-37
/
+22
2020-09-25
tcp: move tcp_mark_skb_lost
Yuchung Cheng
2
-14
/
+14
2020-09-25
tcp: consistently check retransmit hint
Yuchung Cheng
2
-8
/
+3
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-21
/
+2
2020-09-24
net: tcp: drop unused function argument from mptcp_incoming_options
Florian Westphal
1
-2
/
+2
2020-09-24
tcp: skip DSACKs with dubious sequence ranges
Priyaranjan Jha
2
-7
/
+26
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-36
/
+17
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-11
/
+28
2020-09-21
inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
Eric Dumazet
1
-5
/
+15
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
1
-14
/
+5
2020-09-15
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
1
-2
/
+2
2020-09-15
nexthop: Convert to blocking notification chain
Ido Schimmel
1
-6
/
+7
2020-09-15
ipv4: Update exception handling for multipath routes via same device
David Ahern
1
-5
/
+8
2020-09-14
tcp: schedule EPOLLOUT after a partial sendmsg
Soheil Hassas Yeganeh
1
-11
/
+9
2020-09-14
tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit
Soheil Hassas Yeganeh
1
-2
/
+2
2020-09-14
lwtunnel: only keep the available bits when setting vxlan md->gbp
Xin Long
1
-0
/
+1
2020-09-14
ipv4: Initialize flowi4_multipath_hash in data path
David Ahern
2
-0
/
+2
2020-09-14
tcp: remove SOCK_QUEUE_SHRUNK
Eric Dumazet
2
-17
/
+7
2020-09-14
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
1
-1
/
+1
2020-09-10
tcp: Simplify tcp_set_congestion_control() load=false case
Neal Cardwell
1
-11
/
+4
[next]