summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* libceph: move msgr1 protocol implementation to its own fileIlya Dryomov2020-12-143-1496/+1504
* libceph: separate msgr1 protocol implementationIlya Dryomov2020-12-141-50/+88
* libceph: export remaining protocol independent infrastructureIlya Dryomov2020-12-141-82/+75
* libceph: export zero_pageIlya Dryomov2020-12-141-8/+9
* libceph: rename and export con->flags bitsIlya Dryomov2020-12-141-43/+34
* libceph: rename and export con->state statesIlya Dryomov2020-12-141-51/+39
* libceph: make con->state an intIlya Dryomov2020-12-141-10/+6
* libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov2020-12-141-2/+0
* libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov2020-12-141-10/+17
* libceph: factor out ceph_con_get_out_msg()Ilya Dryomov2020-12-141-20/+39
* libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov2020-12-141-5/+6
* libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov2020-12-141-4/+3
* libceph: handle discarding acked and requeued messages separatelyIlya Dryomov2020-12-141-20/+54
* libceph: drop msg->ack_stamp fieldIlya Dryomov2020-12-141-1/+0
* libceph: remove redundant session reset log messageIlya Dryomov2020-12-141-4/+3
* libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov2020-12-141-3/+3
* libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov2020-12-141-6/+4
* libceph: split protocol reset bits out of reset_connection()Ilya Dryomov2020-12-141-26/+24
* libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov2020-12-141-3/+0
* libceph: lower exponential backoff delayIlya Dryomov2020-12-141-3/+9
* libceph: include middle_len in process_message() doutIlya Dryomov2020-12-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-106-31/+59
|\
| * xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-092-14/+20
| * lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang2020-12-071-3/+3
| * lwt: Disable BH too in run_lwt_bpf()Dongdong Wang2020-12-071-4/+4
| * xsk: Return error code if force_zc is setZhang Changzhong2020-12-041-0/+1
| * xsk: Change the tx writeable conditionXuan Zhuo2020-12-032-3/+19
| * xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo2020-12-031-1/+3
| * xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff()Björn Töpel2020-11-301-7/+10
* | net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault2020-12-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-097-62/+47
|\ \
| * | netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen2020-12-091-2/+0
| * | netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...Pablo Neira Ayuso2020-12-081-0/+4
| * | netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2020-12-082-5/+7
| * | netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-084-55/+36
* | | tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-091-3/+6
* | | net: flow_offload: Fix memory leak for indirect flow blockChris Mi2020-12-091-3/+1
* | | tcp: Retain ECT bits for tos reflectionWei Wang2020-12-092-4/+10
* | | ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek2020-12-091-0/+2
* | | can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp2020-12-091-0/+3
* | | tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-081-1/+2
* | | net: tipc: prevent possible null deref of linkCengiz Can2020-12-081-2/+4
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-072-3/+6
|\ \
| * | net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai2020-11-101-1/+3
| * | xfrm/compat: Don't allocate memory with __GFP_ZERODmitry Safonov2020-11-091-1/+1
| * | xfrm/compat: memset(0) 64-bit padding at right placeDmitry Safonov2020-11-091-1/+1
| * | xfrm/compat: Translate by copying XFRMA_UNSPEC attributeDmitry Safonov2020-11-091-0/+1
* | | mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu2020-12-071-0/+1
* | | bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang2020-12-073-9/+41
* | | udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-071-1/+1