summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-04-30mptcp: avoid a WARN on bad input.Paolo Abeni
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-04-30mptcp: consolidate synack processing.Paolo Abeni
2020-04-29mptcp: replace mptcp_disconnect with a stubFlorian Westphal
2020-04-29netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann
2020-04-28net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing
2020-04-28Merge tag 'nfs-rdma-for-5.7-2' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2020-04-28SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown
2020-04-27bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang
2020-04-27Merge tag 'batadv-net-for-davem-20200427' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet
2020-04-27sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-04-27fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang
2020-04-27net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella
2020-04-27SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever
2020-04-27SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever
2020-04-27SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever
2020-04-26netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault
2020-04-25net: remove obsolete commentEric Dumazet
2020-04-25mptcp: fix race in msk status updatePaolo Abeni
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-04-24mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg
2020-04-23net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang
2020-04-23mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU
2020-04-23Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-04-22ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern
2020-04-22netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso
2020-04-22mptcp: fix data_fin handing in RX pathPaolo Abeni
2020-04-22sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2020-04-22sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean
2020-04-22sched: etf: do not assume all sockets are full blownEric Dumazet
2020-04-22xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-04-21SUNRPC: Remove unreachable error conditionXiyu Yang
2020-04-21cgroup, netclassid: remove double cond_reschedJiri Slaby
2020-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-04-21batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang
2020-04-21batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang
2020-04-21batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang
2020-04-21batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni
2020-04-20mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni
2020-04-20mptcp: handle mptcp listener destruction via rcuFlorian Westphal
2020-04-20ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang