summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-10cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-10bnxt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-10xgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-10bonding: no need to print a message if debugfs_create_dir() failsGreg Kroah-Hartman
2019-08-10wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-09Merge tag 'mlx5-updates-2019-08-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2019-08-09tc-testing: added tdc tests for matchall filterRoman Mashak
2019-08-09selftests: Fix detection of nettest command in fcnal-testDavid Ahern
2019-08-09net/mlx5e: Use refcount_t for refcountChuhong Yuan
2019-08-09net/mlx5e: Use vhca_id in generating representor port_indexParav Pandit
2019-08-09net/mlx5e: Simplify querying port representor parent idParav Pandit
2019-08-09net/mlx5: E-switch, Removed unused hwidParav Pandit
2019-08-09net/mlx5e: Allow concurrent creation of encap entriesVlad Buslov
2019-08-09net/mlx5e: Protect encap hash table with mutexVlad Buslov
2019-08-09net/mlx5e: Extend encap entry with reference counterVlad Buslov
2019-08-09net/mlx5e: Allow concurrent creation of mod_hdr entriesVlad Buslov
2019-08-09net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov
2019-08-09net/mlx5e: Protect mod header entry flows list with spinlockVlad Buslov
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov
2019-08-09net/mlx5e: Allow concurrent creation of hairpin entriesVlad Buslov
2019-08-09net/mlx5e: Protect hairpin hash table with mutexVlad Buslov
2019-08-09net/mlx5e: Protect hairpin entry flows list with spinlockVlad Buslov
2019-08-09net/mlx5e: Extend hairpin entry with reference counterVlad Buslov
2019-08-09Merge branch 'hns3-next'David S. Miller
2019-08-09net: hns3: refine some macro definitionsGuojia Liao
2019-08-09net: hns3: add handshake with VF for PF resetHuazhong Tan
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng Mo
2019-08-09net: hns3: add function display NCL_CONFIG infoYufeng Mo
2019-08-09net: hns3: add check for max TX BD num for tso and non-tso caseYunsheng Lin
2019-08-09net: hns3: add some statitics info to tx processYunsheng Lin
2019-08-09net: hns3: add DFX registers information for ethtool -dGuangbin Huang
2019-08-09net: hns3: modify how pause options is displayedYonglong Liu
2019-08-09net: hns3: add input length check for debugfs write functionYufeng Mo
2019-08-09net: hns3: clean up for vlan handling in hns3_fill_desc_vtagsYunsheng Lin
2019-08-09net: hns3: fix interrupt clearing error for VFHuazhong Tan
2019-08-09net: hns3: fix GFP flag error in hclge_mac_update_stats()Zhongzhu Liu
2019-08-09taprio: remove unused variable 'entry_list_policy'YueHaibing
2019-08-09r8169: fix performance issue on RTL8168evlHolger Hoffstätte
2019-08-09tcp: Update TCP_BASE_MSS commentJosh Hunt
2019-08-09tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt
2019-08-09devlink: remove pointless data_len arg from region snapshot createJiri Pirko
2019-08-09tcp: batch calls to sk_flush_backlog()Eric Dumazet
2019-08-09Merge branch 'bpf-xdp-fwd-sample-improvements'Daniel Borkmann
2019-08-09samples/bpf: xdp_fwd explain bpf_fib_lookup return codesJesper Dangaard Brouer
2019-08-09samples/bpf: make xdp_fwd more practically usable via devmap lookupJesper Dangaard Brouer
2019-08-09samples/bpf: xdp_fwd rename devmap name to be xdp_tx_portsJesper Dangaard Brouer
2019-08-09xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk
2019-08-08liquidio: Use pcie_flr() instead of reimplementing itDenis Efremov
2019-08-08r8169: allocate rx buffers using alloc_pages_nodeHeiner Kallweit