aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-11nfp: flower: remove unnecessary code in flow lookupJohn Hurley3-14/+6
2018-11-11nfp: flower: remove TC egdev offloadsJohn Hurley4-78/+17
2018-11-11nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley3-4/+144
2018-11-11nfp: flower: increase scope of netdev checking functionsJohn Hurley3-31/+29
2018-11-11nfp: flower: allow non repr netdev offloadJohn Hurley4-39/+49
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley3-1/+292
2018-11-11net: phy: realtek: use new PHYID matching macrosHeiner Kallweit1-19/+10
2018-11-11net: phy: add macros for PHYID matchingHeiner Kallweit1-0/+4
2018-11-11net: phy: improve and inline phy_changeHeiner Kallweit1-32/+15
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit3-17/+1
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit2-13/+2
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit29-121/+6
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interruptHeiner Kallweit1-2/+6
2018-11-11builddeb: Fix inclusion of dtbs in debian packageRob Herring1-2/+2
2018-11-11Revert "scripts/setlocalversion: git: Make -dirty check more robust"Guenter Roeck1-1/+1
2018-11-11kbuild: deb-pkg: fix too low build version numberMasahiro Yamada1-2/+5
2018-11-11kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada1-3/+4
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller1-5/+12
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller1-5/+12
2018-11-10iucv: Remove SKB list assumptions.David S. Miller1-26/+15
2018-11-10brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.David S. Miller1-63/+74
2018-11-10OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław1-1/+1
2018-11-10net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski1-1/+13
2018-11-09infiniband: nes: Fix more direct skb list accesses.David S. Miller1-2/+2
2018-11-09net: phy: leds: Don't make our own link speed namesKyle Roeschley2-14/+3
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit2-7/+7
2018-11-09net: mvneta: correct typoAlexandre Belloni1-2/+2
2018-11-09dpaa2-ptp: defer probe when portal allocation failedIoana Ciornei1-1/+4
2018-11-09dpaa2-eth: defer probe on object allocateIoana Ciornei1-10/+22
2018-11-09udp6: cleanup stats accounting in recvmsg()Paolo Abeni1-25/+7
2018-11-09flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-09nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski1-3/+1
2018-11-09net: qualcomm: rmnet: Fix incorrect assignment of real_devSubash Abhinov Kasiviswanathan1-3/+3
2018-11-09tg3: extend PTP gettime function to read system clockMiroslav Lichvar1-6/+13
2018-11-09ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+44
2018-11-09igb: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+55
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar3-16/+45
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar3-2/+10
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar3-0/+76
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar1-1/+4
2018-11-09ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar1-7/+7
2018-11-09net: hns3: add PCIe FLR support for VFHuazhong Tan2-2/+64
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan3-8/+74
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan6-1/+100
2018-11-09net: hns3: implement the IMP reset processing for PFHuazhong Tan3-9/+37
2018-11-09net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan1-6/+16
2018-11-09net: hns3: add error handler for hclgevf_reset()Huazhong Tan1-14/+37
2018-11-09net: hns3: stop handling command queue while resetting VFHuazhong Tan4-1/+35
2018-11-09net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan2-12/+46
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan9-20/+146