summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/3w-9xxx.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-29ice: Add functions to rebuild host VLAN/MAC config for a VFBrett Creeley1-32/+89
2020-05-29ice: Add function to set trust mode bit on resetBrett Creeley1-4/+13
2020-05-29ice: Renaming and simplification in VF init pathBrett Creeley1-29/+54
2020-05-29ice: Separate VF VSI initialization/creation from reset flowBrett Creeley1-4/+106
2020-05-29ice: Add helper function for clearing VPGEN_VFRTRIGBrett Creeley1-11/+20
2020-05-29ice: Simplify ice_sriov_configureBrett Creeley1-24/+48
2020-05-29ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappingsBrett Creeley1-32/+59
2020-05-29ice: Declare functions staticTony Nguyen2-6/+3
2020-05-29ice: fix kernel BUG if register_netdev failsJacob Keller1-2/+4
2020-05-29ice: fix potential double free in probe unrollingJacob Keller1-1/+2
2020-05-29ice: cleanup VSI context initializationJacob Keller1-1/+0
2020-05-29ice: Poll for reset completion when DDP load failsAnirudh Venkataramanan1-0/+3
2020-05-28sfc: avoid an unused-variable warningArnd Bergmann1-1/+1
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig3-12/+14
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig4-6/+28
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig2-8/+9
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig3-61/+72
2020-05-28ipv6: add ip6_sock_set_recverrChristoph Hellwig2-8/+9
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig3-9/+13
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig3-3/+11
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig4-16/+18
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig3-7/+10
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig3-10/+12
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig4-28/+28
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig5-17/+18
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig4-5/+15
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig4-21/+37
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig4-22/+12
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig3-8/+14
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig4-23/+29
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig16-127/+49
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig7-51/+43
2020-05-28net: add sock_set_reuseportChristoph Hellwig3-16/+10
2020-05-28net: add sock_set_rcvbufChristoph Hellwig3-33/+34
2020-05-28net: add sock_set_keepaliveChristoph Hellwig5-13/+14
2020-05-28net: add sock_enable_timestampsChristoph Hellwig3-25/+31
2020-05-28net: add sock_bindtoindexChristoph Hellwig4-12/+18
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig3-6/+14
2020-05-28net: add sock_set_priorityChristoph Hellwig4-24/+15
2020-05-28net: add sock_no_lingerChristoph Hellwig8-37/+16
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig7-34/+19
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet3-1/+12
2020-05-28net: dsa: sja1105: offload the Credit-Based Shaper qdiscVladimir Oltean5-0/+199
2020-05-28selftests: Add torture tests to nexthop testsDavid Ahern1-2/+113
2020-05-28ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak1-9/+21
2020-05-28net/mlx5: DR, Split RX and TX lock for parallel insertionAlex Vesker5-35/+56
2020-05-28net/mlx5: DR, Add a spinlock to protect the send ringAlex Vesker2-4/+10
2020-05-28net/mlx5e: Optimize performance for IPv4/IPv6 ethertypeEli Britstein5-60/+85
2020-05-28net/mlx5e: Helper function to set ethertypeEli Britstein4-16/+27
2020-05-28net/mlx5: Add missing mutex destroyParav Pandit1-2/+14