aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23net/mlx5e: Remove redundant WARN when we cannot find neigh entryRoi Dayan1-3/+1
2018-07-23net/mlx5: FW tracer, Add debug printsSaeed Mahameed1-2/+11
2018-07-23net/mlx5: FW tracer, Enable tracingFeras Daoud3-4/+18
2018-07-23net/mlx5: FW tracer, parse traces and kernel tracing supportFeras Daoud3-2/+333
2018-07-23net/mlx5: FW tracer, events handlingFeras Daoud4-10/+347
2018-07-23net/mlx5: FW tracer, register log buffer memory keySaeed Mahameed1-3/+61
2018-07-23net/mlx5: FW tracer, create trace buffer and copy strings databaseFeras Daoud2-3/+224
2018-07-23net/mlx5: FW tracer, implement tracer logicFeras Daoud3-0/+265
2018-07-23lan743x: Add RSS supportBryan Whitehead3-0/+171
2018-07-23lan743x: Add EEE supportBryan Whitehead2-0/+88
2018-07-23lan743x: Add power management supportBryan Whitehead3-0/+270
2018-07-23lan743x: Add support for ethtool eeprom accessBryan Whitehead2-0/+242
2018-07-23lan743x: Add support for ethtool message levelBryan Whitehead1-0/+17
2018-07-23lan743x: Add support for ethtool statisticsBryan Whitehead3-3/+214
2018-07-23lan743x: Add support for ethtool link settingsBryan Whitehead1-0/+5
2018-07-23lan743x: Add support for ethtool get_drvinfoBryan Whitehead4-1/+35
2018-07-23sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetricSergei Shtylyov1-5/+6
2018-07-23sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameterSergei Shtylyov1-9/+6
2018-07-23sh_eth: call sh_eth_tsu_get_offset() from TSU register accessorsSergei Shtylyov1-2/+2
2018-07-23sh_eth: make sh_eth_tsu_get_offset() match its nameSergei Shtylyov1-10/+14
2018-07-23sh_eth: uninline sh_eth_tsu_get_offset()Sergei Shtylyov2-6/+5
2018-07-23wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing1-3/+3
2018-07-23net/smc: remove local variable page in smc_rx_splice()Ursula Braun1-3/+1
2018-07-23net/smc: use DECLARE_BITMAP for rtokens_used_maskUrsula Braun1-2/+1
2018-07-23net/smc: add function to get link group from linkStefan Raspl5-47/+20
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl6-101/+48
2018-07-23net/smc: provide smc mode in smc_diag.cKarsten Graul2-2/+14
2018-07-23selftests: forwarding: gre_multipath: Drop IPv6 testsPetr Machata1-107/+6
2018-07-23ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhYueHaibing1-3/+1
2018-07-23net: bridge: add support for backup portNikolay Aleksandrov6-2/+134
2018-07-23net: bridge: add support for raw sysfs port optionsNikolay Aleksandrov1-14/+42
2018-07-22net: mediatek: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-5/+2
2018-07-22nfp: avoid buffer leak when FW communication failsJakub Kicinski1-3/+10
2018-07-22nfp: bring back support for offloading shared blocksJakub Kicinski3-11/+0
2018-07-22xen-netfront: fix queue name settingVitaly Kuznetsov1-1/+1
2018-07-22net/dsa/realtek: add MODULE_LICENSE()Randy Dunlap1-0/+2
2018-07-22bonding: don't cast const buf in sysfs storeNikolay Aleksandrov1-1/+6
2018-07-22vhost_net: batch update used ring for datacopy TXJason Wang1-15/+25
2018-07-22vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang1-4/+4
2018-07-22vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang1-4/+4
2018-07-22vhost_net: split out datacopy logicJason Wang1-20/+90
2018-07-22vhost_net: introduce tx_can_batch()Jason Wang1-2/+7
2018-07-22vhost_net: introduce get_tx_bufs()Jason Wang1-17/+32
2018-07-22vhost_net: introduce vhost_exceeds_weight()Jason Wang1-5/+8
2018-07-22vhost_net: introduce helper to initialize tx iov iterJason Wang1-9/+17
2018-07-22vhost_net: drop unnecessary parameterJason Wang1-4/+2
2018-07-21multicast: remove useless parameter for group addHangbin Liu2-9/+9
2018-07-21net: wimax: stack: fixed multi line comment issueMark Railton1-1/+2
2018-07-21net: phy: sfp: Do not use "imply HWMON"Guenter Roeck1-1/+1
2018-07-21libcxgb: replace vmalloc and memset with vzallocYueHaibing1-3/+1