summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau2020-03-231-0/+33
* bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2020-03-201-62/+62
* bpf, tcp: Fix unused function warningsYueHaibing2020-03-201-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-134-107/+68
|\
| * bpf: Add sockmap hooks for UDP socketsLorenz Bauer2020-03-092-0/+54
| * bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-091-79/+5
| * bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2020-03-091-20/+22
| * skmsg: Update saved hooks only onceLorenz Bauer2020-03-091-15/+1
| * bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2020-03-091-7/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-125-30/+56
|\ \
| * | net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet2020-03-111-7/+7
| * | net: memcg: late association of sock to memcgShakeel Butt2020-03-101-0/+20
| * | inet_diag: return classid for all socket typesDmitry Yakunin2020-03-083-28/+26
| * | gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet2020-03-081-2/+10
* | | inet: Use fallthrough;Joe Perches2020-03-1215-23/+23
* | | tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPO...Kuniyuki Iwashima2020-03-121-3/+9
* | | tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima2020-03-122-1/+18
* | | tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Kuniyuki Iwashima2020-03-121-10/+8
* | | tcp: Add missing annotation for tcp_child_process()Jules Irenge2020-03-111-0/+1
* | | raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge2020-03-111-0/+2
* | | tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-03-091-0/+3
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-294-157/+223
|\ \
| * | bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau2020-02-271-0/+74
| * | inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-274-56/+86
| * | inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-274-101/+63
* | | net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-281-6/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-272-2/+11
|\ \ \ | | |/ | |/|
| * | tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-02-231-1/+5
| * | ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-02-221-1/+6
* | | tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy2020-02-261-1/+4
* | | net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2020-02-241-0/+48
* | | tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover2020-02-241-2/+4
* | | tcp, ulp: Pass lockdep expression to RCU listsAmol Grover2020-02-241-1/+2
* | | igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing2020-02-231-2/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-213-2/+21
|\ \
| * | tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2020-02-212-0/+16
| * | net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-212-2/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-1/+5
|\ \ \ | | |/ | |/|
| * | udp: rehash on disconnectWillem de Bruijn2020-02-191-1/+5
* | | net: remove unused macro from fib_trie.cLi RongQing2020-02-201-5/+0
* | | net/ipv4/sysctl: show tcp_{allowed, available}_congestion_control in non-init...Christian Brauner2020-02-191-12/+12
| |/ |/|
* | tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy2020-02-161-1/+7
* | tcp-zerocopy: Return inq along with tcp receive zerocopy.Arjun Roy2020-02-161-1/+14
|/
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2020-02-131-0/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-042-1/+13
|\
| * tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park2020-02-021-1/+7
| * tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
| * tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
| * tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-01-311-0/+1
| * tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-01-311-0/+1