summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-11-09net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan
2018-11-09net: hns3: add reset_hdev to reinit the hdev in VF's reset processHuazhong Tan
2018-11-09cxgb4vf: free mac_hlist properlyArjun Vynipadath
2018-11-09cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath
2018-11-09cxgb4: free mac_hlist properlyArjun Vynipadath
2018-11-09net: tcp: remove BUG_ON from tcp_v4_errLi RongQing
2018-11-09xen/netfront: remove unnecessary wmbJacob Wen
2018-11-08Merge branch 'nfp-abm-move-code-and-improve-parameter-validation'David S. Miller
2018-11-08nfp: abm: refuse RED offload with harddrop setJakub Kicinski
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski
2018-11-08nfp: abm: don't set negative thresholdJakub Kicinski
2018-11-08nfp: abm: provide more precise info about offload parameter validationJakub Kicinski
2018-11-08nfp: parse vNIC TLV capabilities at alloc timeJakub Kicinski
2018-11-08nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski
2018-11-08nfp: abm: split qdisc offload code into a separate fileJakub Kicinski
2018-11-08tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell
2018-11-08Merge branch 'net-Use-__vlan_hwaccel_-helpers'David S. Miller