summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-15libceph: make con->state an intIlya Dryomov1-10/+6
2020-12-15libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov1-2/+0
2020-12-15libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov1-10/+17
2020-12-15libceph: factor out ceph_con_get_out_msg()Ilya Dryomov1-20/+39
2020-12-15libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov1-5/+6
2020-12-15libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov1-4/+3
2020-12-15libceph: handle discarding acked and requeued messages separatelyIlya Dryomov1-20/+54
2020-12-15libceph: drop msg->ack_stamp fieldIlya Dryomov1-1/+0
2020-12-15libceph: remove redundant session reset log messageIlya Dryomov1-4/+3
2020-12-15libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov1-3/+3
2020-12-15libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov1-6/+4
2020-12-15libceph: split protocol reset bits out of reset_connection()Ilya Dryomov1-26/+24
2020-12-15libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov1-3/+0
2020-12-15libceph: lower exponential backoff delayIlya Dryomov1-3/+9
2020-12-15libceph: include middle_len in process_message() doutIlya Dryomov1-1/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-31/+59
2020-12-10net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault1-2/+2
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-62/+47
2020-12-10tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell1-3/+6
2020-12-10net: flow_offload: Fix memory leak for indirect flow blockChris Mi1-3/+1
2020-12-10tcp: Retain ECT bits for tos reflectionWei Wang2-4/+10
2020-12-10ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek1-0/+2
2020-12-09can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp1-0/+3
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2-14/+20
2020-12-09netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen1-2/+0
2020-12-09tcp: select sane initial rcvq_space.space for big MSSEric Dumazet1-1/+2
2020-12-09net: tipc: prevent possible null deref of linkCengiz Can1-2/+4
2020-12-08netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...Pablo Neira Ayuso1-0/+4
2020-12-08netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2-5/+7
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan4-55/+36
2020-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2-3/+6
2020-12-08mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu1-0/+1
2020-12-08bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang3-9/+41
2020-12-07lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang1-3/+3
2020-12-07lwt: Disable BH too in run_lwt_bpf()Dongdong Wang1-4/+4
2020-12-07udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-12-05mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet1-3/+1
2020-12-05openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai1-1/+1
2020-12-05net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong1-1/+3
2020-12-05ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong1-1/+1
2020-12-05net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti1-1/+1
2020-12-04xsk: Return error code if force_zc is setZhang Changzhong1-0/+1
2020-12-04mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara1-0/+2
2020-12-04cfg80211: initialize rekey_dataSara Sharon1-1/+1
2020-12-04mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong1-1/+1
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-03net/x25: prevent a couple of overflowsDan Carpenter1-2/+4
2020-12-03xsk: Change the tx writeable conditionXuan Zhuo2-3/+19