summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit
2018-11-11documentation of some IP/ICMP snmp countersyupeng
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh
2018-11-11Merge branch 'net-sched-indirect-tc-block-cb-registration'David S. Miller
2018-11-11nfp: flower: remove unnecessary code in flow lookupJohn Hurley
2018-11-11nfp: flower: remove TC egdev offloadsJohn Hurley
2018-11-11nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley
2018-11-11nfp: flower: increase scope of netdev checking functionsJohn Hurley
2018-11-11nfp: flower: allow non repr netdev offloadJohn Hurley
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley
2018-11-11Merge branch 'PHYID-matching-macros'David S. Miller
2018-11-11net: phy: realtek: use new PHYID matching macrosHeiner Kallweit
2018-11-11net: phy: add macros for PHYID matchingHeiner Kallweit
2018-11-11Merge branch 'phylib-simplifications'David S. Miller
2018-11-11net: phy: improve and inline phy_changeHeiner Kallweit
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit
2018-11-11Merge branch 'remove-PHY_HAS_INTERRUPT'David S. Miller
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller
2018-11-10iucv: Remove SKB list assumptions.David S. Miller
2018-11-10brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.David S. Miller
2018-11-10OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław
2018-11-09infiniband: nes: Fix more direct skb list accesses.David S. Miller
2018-11-09net: phy: leds: Don't make our own link speed namesKyle Roeschley
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit
2018-11-09Merge branch 'dpaa2-eth-defer-probe-on-object-allocate'David S. Miller
2018-11-09dpaa2-ptp: defer probe when portal allocation failedIoana Ciornei
2018-11-09dpaa2-eth: defer probe on object allocateIoana Ciornei
2018-11-09udp6: cleanup stats accounting in recvmsg()Paolo Abeni
2018-11-09nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski
2018-11-09Merge branch 'ptp-more-accurate-PHC-system-clock-synchronization'David S. Miller
2018-11-09tg3: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-09ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-09igb: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar
2018-11-09ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar
2018-11-09Merge branch 'hns3-add-code-optimization-for-VF-reset-and-some-new-reset-feat...David S. Miller
2018-11-09net: hns3: add PCIe FLR support for VFHuazhong Tan
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan
2018-11-09net: hns3: implement the IMP reset processing for PFHuazhong Tan
2018-11-09net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan
2018-11-09net: hns3: add error handler for hclgevf_reset()Huazhong Tan
2018-11-09net: hns3: stop handling command queue while resetting VFHuazhong Tan