aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/connection.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-23nfp: xdp: move driver XDP setup into a separate functionJakub Kicinski1-5/+18
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski4-6/+13
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski2-2/+4
2017-06-23udp: fix poll()Paolo Abeni1-10/+17
2017-06-22udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni1-0/+1
2017-06-22net: mvpp2: remove mvpp2_pool_refill()Thomas Petazzoni1-11/+3
2017-06-22net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() functionThomas Petazzoni1-11/+0
2017-06-22net: mvpp2: add comments about smp_processor_id() usageThomas Petazzoni1-4/+29
2017-06-22stmmac: pci: Use dmi_system_id table for retrieving PHY addressesJan Kiszka1-33/+64
2017-06-22stmmac: pci: Select quark_pci_dmi_data from quark_default_dataJan Kiszka1-44/+39
2017-06-22stmmac: pci: Make stmmac_pci_find_phy_addr truly genericJan Kiszka1-7/+13
2017-06-22stmmac: pci: Use stmmac_pci_info for all devicesJan Kiszka1-13/+23
2017-06-22stmmac: pci: Make stmmac_pci_info structure constantJan Kiszka1-12/+11
2017-06-22hv_netvsc: Fix the carrier state error when data path is offHaiyang Zhang3-3/+9
2017-06-22hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_infoHaiyang Zhang2-5/+4
2017-06-22samples/bpf: fix a build problemYonghong Song1-1/+1
2017-06-22rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan5-2/+7
2017-06-22rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan4-11/+12
2017-06-22ibmvnic: Correct return code checking for ibmvnic_init during probeNathan Fontenot1-1/+1
2017-06-22ibmvnic: Fix error handling when registering long-term-mapped buffersThomas Falcon2-45/+35
2017-06-22ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structureThomas Falcon1-1/+1
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2-0/+4
2017-06-22net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann1-1/+1
2017-06-22net/mlx5e: Use device ID definesMyron Stowe1-3/+3
2017-06-22liquidio: stop using huge static buffer, save 4096k in .dataDenys Vlasenko3-8/+4
2017-06-22net/mlx5: Fix offset of hca cap reserved fieldOr Gerlitz1-1/+1
2017-06-22net/mlx5e: IPoIB, Support the flash device ethtool callbackOr Gerlitz1-0/+9
2017-06-22net/mlx5e: Support the flash device ethtool callbackOr Gerlitz2-0/+37
2017-06-22net/mlx5: Add mlxfw callbacksOr Gerlitz2-0/+157
2017-06-22net/mlx5: Add helper functions to set/query MCC/MCDA/MCQI registersOr Gerlitz1-0/+114
2017-06-22net/mlx5: Enhance MCAM reg to allow query on access reg supportOr Gerlitz2-0/+16
2017-06-22net/mlx5: Add MCC (Management Component Control) register definitionsOr Gerlitz2-0/+85
2017-06-22mlxfw: Make the module selectableOr Gerlitz2-1/+16
2017-06-22net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz2-0/+2
2017-06-22net/mlx5e: Use macro for TC header re-write offload field mappingOr Gerlitz1-25/+29
2017-06-22net/mlx5e: Offload TC matching on ip ttlOr Gerlitz2-5/+11
2017-06-22net/mlx5e: Relocate the TC match on ip tos offload code sectionOr Gerlitz1-23/+23
2017-06-22net/mlx5e: Introduce RX Page-ReuseTariq Toukan4-37/+126
2017-06-22net/mlx5e: Enhance RX SKB headroom logicTariq Toukan2-8/+7
2017-06-22net/mlx5e: Build SKB with exact frag_sizeTariq Toukan3-6/+6
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal6-7/+7
2017-06-21qed: Split rdma content between qed_rdma and qed_roceKalderon, Michal9-2919/+86
2017-06-21qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]Kalderon, Michal2-0/+2983
2017-06-21qed: Cleanup qed_roce before duplicating itKalderon, Michal1-39/+12
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann4-0/+8
2017-06-21Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-21mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-21sock: avoid dirtying incoming_cpu if not neededPaolo Abeni1-1/+4
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann12-0/+55
2017-06-21udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni1-0/+1