summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-02fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller1-2/+6
2017-10-02fm10k: don't loop while resetting VFs due to VFLR eventJacob Keller1-13/+11
2017-10-02fm10k: simplify reading PFVFLRE registerJacob Keller1-4/+2
2017-10-02fm10k: avoid needless delay when loading driverJacob Keller1-4/+2
2017-10-02fm10k: add missing fall through commentJacob Keller1-0/+1
2017-10-02fm10k: avoid possible truncation of q_vector->nameJacob Keller1-7/+7
2017-10-02fm10k: fix typos on fall through commentsJacob Keller2-7/+7
2017-10-02fm10k: stop spurious link down messages when Tx FIFO is fullJacob Keller1-3/+3
2017-10-02fm10k: Use seq_putc() in fm10k_dbg_desc_break()Markus Elfring1-2/+2
2017-10-02fm10k: reschedule service event if we stall the PF<->SM mailboxJacob Keller1-0/+4
2017-10-02fm10k: ensure we process SM mbx when processing VF mbxJacob Keller1-0/+3
2017-10-02samples/bpf: fix warnings in xdp_monitor_userStephen Hemminger1-2/+2
2017-10-02mlxsw: spectrum: fix uninitialized value in errColin Ian King1-3/+1
2017-10-02bcm63xx_enet: remove unneeded includeJonas Gorski1-1/+0
2017-10-02bcm63xx_enet: drop unneeded NULL phy_clk checkJonas Gorski1-5/+2
2017-10-02bcm63xx_enet: use managed functions for clock/ioremapJonas Gorski1-42/+12
2017-10-02bcm63xx_enet: do not rely on probe orderJonas Gorski1-7/+2
2017-10-02bcm63xx_enet: do not write to random DMA channel on BCM6345Jonas Gorski1-1/+2
2017-10-02bcm63xx_enet: correct clock usageJonas Gorski1-8/+23
2017-10-02net-ipv6: remove unused IP6_ECN_clear() functionMaciej Żenczykowski1-5/+0
2017-10-02ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan4-28/+27
2017-10-02ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan7-35/+70
2017-10-02ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan5-10/+5
2017-10-02ipv4: Namespaceify tcp_fastopen knobHaishuang Yan7-19/+21
2017-10-01net: dsa: remove tag ops from the switch treeVivien Didelot3-15/+0
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