aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-01net: dsa: change dsa_ptr for a dsa_portVivien Didelot6-18/+14
2017-10-01net: dsa: prepare master receive hot pathVivien Didelot3-0/+13
2017-10-01net: dsa: add tagging ops to portVivien Didelot5-3/+7
2017-10-01net: dsa: use temporary dsa_device_ops variableVivien Didelot2-6/+10
2017-10-01net: dsa: use cpu_dp in master codeVivien Didelot1-20/+22
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot9-101/+39
2017-10-01net: hns3: fix null pointer dereference before null checkColin Ian King1-1/+3
2017-10-01hv_netvsc: report stop_queue and wake_queueSimon Xiao3-2/+14
2017-10-01bpf: Fix compiler warning on info.map_ids for 32bit platformMartin KaFai Lau1-1/+1
2017-10-01net_sched: remove redundant assignment to retColin Ian King1-1/+0
2017-10-01net: ipmr: make function ipmr_notifier_init staticColin Ian King1-1/+1
2017-10-01ibmvnic: Set state UPMick Tarsel1-0/+2
2017-10-01Revert "net: dsa: bcm_sf2: Defer port enabling to calling port_enable"Florian Fainelli1-3/+6
2017-09-30mkiss: remove redundant check on len being zeroColin Ian King1-1/+2
2017-09-30net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski2-0/+13
2017-09-30net: ipv6: send NS for DAD when link operationally upMike Manning1-6/+6
2017-09-29i40e: refactor FW version checkingMitch Williams4-5/+23
2017-09-29i40e: Enable VF to negotiate number of allocated queuesAlan Brady4-0/+97
2017-09-29i40evf: fix ring to vector mappingAlan Brady1-38/+10
2017-09-29i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller2-2/+68
2017-09-29i40e: prevent service task from running while we're suspendedJacob Keller1-0/+8
2017-09-29i40e: don't clear suspended state until we finish resumingJacob Keller1-6/+13
2017-09-29i40e: use newer generic PM support instead of legacy PM callbacksJacob Keller1-37/+17
2017-09-29i40e: use separate state bit for miscellaneous IRQ setupJacob Keller2-25/+15
2017-09-29i40evf: lower message levelMitch Williams1-1/+1
2017-09-29i40e: fix for flow director counters not wrapping as expectedMariusz Stachura1-12/+23
2017-09-29i40e: relax warning message in case of version mismatchMariusz Stachura1-2/+1
2017-09-29i40e: simplify member variable accessesSudheer Mogilappagari1-10/+11
2017-09-29i40e: Fix link down message when interface is brought upSudheer Mogilappagari1-2/+1
2017-09-29i40e: Fix unqualified module message while bringing link upSudheer Mogilappagari1-9/+0
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller2-12/+12
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern1-3/+3
2017-09-29net: ipv4: remove fib_weightDavid Ahern2-12/+0
2017-09-29bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau1-11/+132
2017-09-29bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau1-28/+30
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau7-47/+157
2017-09-29bpf: Add map_name to bpf_map_infoMartin KaFai Lau3-1/+9
2017-09-29bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau3-1/+60
2017-09-29tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov5-2/+42
2017-09-28net: hns3: Add DCB support when interacting with network stackYunsheng Lin1-15/+87
2017-09-28net: hns3: Setting for fc_mode and dcb enable flag in TM moduleYunsheng Lin1-4/+30
2017-09-28net: hns3: Add dcb netlink interface for the support of DCB featureYunsheng Lin4-0/+117
2017-09-28net: hns3: Add hclge_dcb module for the support of DCB featureYunsheng Lin7-6/+375
2017-09-28net: hns3: Add some interface for the support of DCB featureYunsheng Lin4-5/+55
2017-09-28net: hns3: Add tc-based TM support for sriov enabled portYunsheng Lin1-18/+31
2017-09-28net: hns3: Add support for port shaper setting in TM moduleYunsheng Lin2-0/+36
2017-09-28net: hns3: Add support for PFC setting in TM moduleYunsheng Lin2-5/+68
2017-09-28net: hns3: Add support for dynamically buffer reallocationYunsheng Lin3-70/+87
2017-09-28net: hns3: Support for dynamically assigning tx buffer to TCYunsheng Lin2-10/+55