index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Add bpf_sk_storage support to bpf_tcp_ca
Martin KaFai Lau
2020-03-23
1
-0
/
+33
*
bpf, tcp: Make tcp_bpf_recvmsg static
YueHaibing
2020-03-20
1
-62
/
+62
*
bpf, tcp: Fix unused function warnings
YueHaibing
2020-03-20
1
-14
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-13
4
-107
/
+68
|
\
|
*
bpf: Add sockmap hooks for UDP sockets
Lorenz Bauer
2020-03-09
2
-0
/
+54
|
*
bpf: sockmap: Move generic sockmap hooks from BPF TCP
Lorenz Bauer
2020-03-09
1
-79
/
+5
|
*
bpf: tcp: Move assertions into tcp_bpf_get_proto
Lorenz Bauer
2020-03-09
1
-20
/
+22
|
*
skmsg: Update saved hooks only once
Lorenz Bauer
2020-03-09
1
-15
/
+1
|
*
bpf: sockmap: Only check ULP for TCP sockets
Lorenz Bauer
2020-03-09
1
-7
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-12
5
-30
/
+56
|
\
\
|
*
|
net: memcg: fix lockdep splat in inet_csk_accept()
Eric Dumazet
2020-03-11
1
-7
/
+7
|
*
|
net: memcg: late association of sock to memcg
Shakeel Butt
2020-03-10
1
-0
/
+20
|
*
|
inet_diag: return classid for all socket types
Dmitry Yakunin
2020-03-08
3
-28
/
+26
|
*
|
gre: fix uninit-value in __iptunnel_pull_header
Eric Dumazet
2020-03-08
1
-2
/
+10
*
|
|
inet: Use fallthrough;
Joe Perches
2020-03-12
15
-23
/
+23
*
|
|
tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPO...
Kuniyuki Iwashima
2020-03-12
1
-3
/
+9
*
|
|
tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...
Kuniyuki Iwashima
2020-03-12
2
-1
/
+18
*
|
|
tcp: Remove unnecessary conditions in inet_csk_bind_conflict().
Kuniyuki Iwashima
2020-03-12
1
-10
/
+8
*
|
|
tcp: Add missing annotation for tcp_child_process()
Jules Irenge
2020-03-11
1
-0
/
+1
*
|
|
raw: Add missing annotations to raw_seq_start() and raw_seq_stop()
Jules Irenge
2020-03-11
1
-0
/
+2
*
|
|
tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2020-03-09
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-02-29
4
-157
/
+223
|
\
\
|
*
|
bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
Martin KaFai Lau
2020-02-27
1
-0
/
+74
|
*
|
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
2020-02-27
4
-56
/
+86
|
*
|
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
2020-02-27
4
-101
/
+63
*
|
|
net: datagram: drop 'destructor' argument from several helpers
Paolo Abeni
2020-02-28
1
-6
/
+8
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-27
2
-2
/
+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
tcp: fix TFO SYNACK undo to avoid double-timestamp-undo
Neal Cardwell
2020-02-23
1
-1
/
+5
|
*
|
ipv4: ensure rcu_read_lock() in cipso_v4_error()
Matteo Croce
2020-02-22
1
-1
/
+6
*
|
|
tcp-zerocopy: Update returned getsockopt() optlen.
Arjun Roy
2020-02-26
1
-1
/
+4
*
|
|
net: UDP tunnel encapsulation module for tunnelling different protocols like ...
Martin Varghese
2020-02-24
1
-0
/
+48
*
|
|
tcp: ipv4: Pass lockdep expression to RCU lists
Amol Grover
2020-02-24
1
-2
/
+4
*
|
|
tcp, ulp: Pass lockdep expression to RCU lists
Amol Grover
2020-02-24
1
-1
/
+2
*
|
|
igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVAL
Li RongQing
2020-02-23
1
-2
/
+0
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-02-21
3
-2
/
+21
|
\
\
|
*
|
tcp_bpf: Don't let child socket inherit parent protocol ops on copy
Jakub Sitnicki
2020-02-21
2
-0
/
+16
|
*
|
net, sk_msg: Annotate lockless access to sk_prot on clone
Jakub Sitnicki
2020-02-21
2
-2
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-21
1
-1
/
+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
udp: rehash on disconnect
Willem de Bruijn
2020-02-19
1
-1
/
+5
*
|
|
net: remove unused macro from fib_trie.c
Li RongQing
2020-02-20
1
-5
/
+0
*
|
|
net/ipv4/sysctl: show tcp_{allowed, available}_congestion_control in non-init...
Christian Brauner
2020-02-19
1
-12
/
+12
|
|
/
|
/
|
*
|
tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.
Arjun Roy
2020-02-16
1
-1
/
+7
*
|
tcp-zerocopy: Return inq along with tcp receive zerocopy.
Arjun Roy
2020-02-16
1
-1
/
+14
|
/
*
icmp: introduce helper for nat'd source address in network device context
Jason A. Donenfeld
2020-02-13
1
-0
/
+33
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-02-04
2
-1
/
+13
|
\
|
*
tcp: Reduce SYN resend delay if a suspicous ACK is received
SeongJae Park
2020-02-02
1
-1
/
+7
|
*
tcp: clear tp->segs_{in|out} in tcp_disconnect()
Eric Dumazet
2020-01-31
1
-0
/
+2
|
*
tcp: clear tp->data_segs{in|out} in tcp_disconnect()
Eric Dumazet
2020-01-31
1
-0
/
+2
|
*
tcp: clear tp->delivered in tcp_disconnect()
Eric Dumazet
2020-01-31
1
-0
/
+1
|
*
tcp: clear tp->total_retrans in tcp_disconnect()
Eric Dumazet
2020-01-31
1
-0
/
+1
[next]