summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-03-12tcp: Add missing annotation for tcp_child_process()Jules Irenge1-0/+1
2020-03-12raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge1-0/+2
2020-03-10tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+3
2020-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-157/+223
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-6/+8
2020-02-28bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau1-0/+74
2020-02-28inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau4-56/+86
2020-02-28inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau4-101/+63
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+11
2020-02-27tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy1-1/+4
2020-02-25net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese1-0/+48
2020-02-25tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover1-2/+4
2020-02-25tcp, ulp: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-24igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing1-2/+0
2020-02-24tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-02-23ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-2/+21
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+5
2020-02-22tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2-0/+16
2020-02-22net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2-2/+5
2020-02-20net: remove unused macro from fib_trie.cLi RongQing1-5/+0
2020-02-20udp: rehash on disconnectWillem de Bruijn1-1/+5
2020-02-19net/ipv4/sysctl: show tcp_{allowed, available}_congestion_control in non-init...Christian Brauner1-12/+12
2020-02-17tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy1-1/+7
2020-02-17tcp-zerocopy: Return inq along with tcp receive zerocopy.Arjun Roy1-1/+14
2020-02-14icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld1-0/+33
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+13
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-25/+25
2020-02-03tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park1-1/+7
2020-02-01tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-01tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-01tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-01tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2-0/+7
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert1-23/+81
2020-01-27net: include struct nhmsg size in nh nlmsg sizeStephen Worley1-1/+3
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani4-1/+13
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-11/+23
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2-2/+2
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau1-1/+7
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2-0/+50
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad2-0/+18
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau1-0/+2
2020-01-24rt_cpu_seq_next should increase position indexVasily Averin1-0/+1
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet3-0/+3
2020-01-23fou: Fix IPv6 netlink policyKristian Evensen1-2/+2
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-14/+272
2020-01-22Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-21net, ip_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-26/+261