summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-01hv_netvsc: report stop_queue and wake_queueSimon Xiao
2017-10-01bpf: Fix compiler warning on info.map_ids for 32bit platformMartin KaFai Lau
2017-10-01net_sched: remove redundant assignment to retColin Ian King
2017-10-01net: ipmr: make function ipmr_notifier_init staticColin Ian King
2017-10-01ibmvnic: Set state UPMick Tarsel
2017-10-01Revert "net: dsa: bcm_sf2: Defer port enabling to calling port_enable"Florian Fainelli
2017-10-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-09-30mkiss: remove redundant check on len being zeroColin Ian King
2017-09-30net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski
2017-09-30net: ipv6: send NS for DAD when link operationally upMike Manning
2017-09-29i40e: refactor FW version checkingMitch Williams
2017-09-29i40e: Enable VF to negotiate number of allocated queuesAlan Brady
2017-09-29i40evf: fix ring to vector mappingAlan Brady
2017-09-29i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller
2017-09-29i40e: prevent service task from running while we're suspendedJacob Keller
2017-09-29i40e: don't clear suspended state until we finish resumingJacob Keller
2017-09-29i40e: use newer generic PM support instead of legacy PM callbacksJacob Keller
2017-09-29i40e: use separate state bit for miscellaneous IRQ setupJacob Keller
2017-09-29i40evf: lower message levelMitch Williams
2017-09-29i40e: fix for flow director counters not wrapping as expectedMariusz Stachura
2017-09-29i40e: relax warning message in case of version mismatchMariusz Stachura
2017-09-29i40e: simplify member variable accessesSudheer Mogilappagari
2017-09-29i40e: Fix link down message when interface is brought upSudheer Mogilappagari
2017-09-29i40e: Fix unqualified module message while bringing link upSudheer Mogilappagari
2017-09-29i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern
2017-09-29net: ipv4: remove fib_weightDavid Ahern
2017-09-29Merge branch 'bpf-extend-info'David S. Miller
2017-09-29bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau
2017-09-29bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau
2017-09-29bpf: Add map_name to bpf_map_infoMartin KaFai Lau
2017-09-29bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau
2017-09-29tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran
2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov
2017-09-28Merge branch 'hns3-dcb'David S. Miller
2017-09-28net: hns3: Add DCB support when interacting with network stackYunsheng Lin
2017-09-28net: hns3: Setting for fc_mode and dcb enable flag in TM moduleYunsheng Lin
2017-09-28net: hns3: Add dcb netlink interface for the support of DCB featureYunsheng Lin
2017-09-28net: hns3: Add hclge_dcb module for the support of DCB featureYunsheng Lin
2017-09-28net: hns3: Add some interface for the support of DCB featureYunsheng Lin
2017-09-28net: hns3: Add tc-based TM support for sriov enabled portYunsheng Lin
2017-09-28net: hns3: Add support for port shaper setting in TM moduleYunsheng Lin
2017-09-28net: hns3: Add support for PFC setting in TM moduleYunsheng Lin
2017-09-28net: hns3: Add support for dynamically buffer reallocationYunsheng Lin
2017-09-28net: hns3: Support for dynamically assigning tx buffer to TCYunsheng Lin
2017-09-28arp: make arp_hdr_len() return unsigned intAlexey Dobriyan
2017-09-28net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk
2017-09-28net-next/hinic: Set Rxq irq to specific cpu for NUMAAviad Krawczyk
2017-09-28Merge branch 'bpf-verifier-disassembly-improvements'David S. Miller