aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-26net: bcmgenet: use dev->phydev instead of priv->phydevDoug Berger3-34/+31
2017-10-26Revert "net: bcmgenet: Software reset EPHY after power on"Doug Berger3-18/+0
2017-10-26net: bcmgenet: relax lock constraints to reduce IRQ latencyDoug Berger1-15/+10
2017-10-26net: bcmgenet: rework bcmgenet_netif_start and bcmgenet_netif_stopDoug Berger1-32/+17
2017-10-26net: bcmgenet: cleanup ring interrupt masking and unmaskingDoug Berger1-23/+5
2017-10-26net: bcmgenet: move NAPI initialization to ring initializationDoug Berger1-34/+8
2017-10-26net: bcmgenet: enable loopback during UniMAC sw_resetDoug Berger1-45/+10
2017-10-26net: bcmgenet: prevent duplicate calls of bcmgenet_dma_teardownDoug Berger1-3/+1
2017-10-26net: bcmgenet: correct bad mergeDoug Berger1-17/+1
2017-10-26ethernet: cavium: octeon: Switch to using netdev_info().Steven J. Hill1-13/+11
2017-10-25drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook1-13/+8
2017-10-25drivers/net: sis: Convert timers to use timer_setup()Kees Cook2-11/+9
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook9-24/+22
2017-10-25bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_linkXin Long1-8/+3
2017-10-24mlxsw: spectrum: mr_tcam: Include the mr_tcam header fileYotam Gigi1-0/+1
2017-10-24mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup staticYotam Gigi1-1/+1
2017-10-24mlxsw: spectrum: mr: Fix various endianness issuesYotam Gigi1-5/+6
2017-10-24mlxsw: spectrum_dpipe: Fix entries dump of the adjacency tableArkadi Sharshevsky1-0/+1
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru4-3/+166
2017-10-24nfp: bpf: optimize mov64 a littleJakub Kicinski1-6/+15
2017-10-24nfp: bpf: support stack accesses via non-constant pointersJakub Kicinski3-10/+45
2017-10-24nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski3-14/+111
2017-10-24nfp: bpf: allow stack accesses via modified stack registersJakub Kicinski3-17/+33
2017-10-24nfp: bpf: optimize the RMW for stack accessesJakub Kicinski1-8/+25
2017-10-24nfp: bpf: add stack read supportJakub Kicinski1-5/+76
2017-10-24nfp: bpf: add stack write supportJakub Kicinski4-5/+147
2017-10-24nfp: bpf: refactor nfp_bpf_check_ptr()Jakub Kicinski1-6/+12
2017-10-24nfp: bpf: add helper for emitting nopsJakub Kicinski1-3/+8
2017-10-24net: hns3: fix a bug about hns3_clean_tx_ringLipeng2-4/+4
2017-10-24net: hns3: remove redundant memset when alloc bufferLipeng1-2/+0
2017-10-24net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfgLipeng1-2/+2
2017-10-24net: hns3: get vf count by pci_sriov_get_totalvfsLipeng1-1/+2
2017-10-24net: hns3: fix the ops check in hns3_get_rxnfcLipeng1-1/+1
2017-10-24net: hns3: fix the bug when map buffer failLipeng1-1/+1
2017-10-24net: hns3: fix a bug when alloc new bufferLipeng1-1/+1
2017-10-23net: systemport: Guard against unmapped TX ringFlorian Fainelli1-0/+3
2017-10-23mlxsw: spectrum: Add another partition to KVD linearIdo Schimmel1-2/+17
2017-10-23mlxsw: spectrum: Increase number of linear entriesIdo Schimmel2-3/+3
2017-10-23mlxsw: spectrum_router: Populate adjacency entries according to weightsIdo Schimmel1-12/+99
2017-10-23mlxsw: spectrum_router: Prepare for large adjacency groupsIdo Schimmel1-0/+58
2017-10-23mlxsw: spectrum_router: Store weight in nexthop structIdo Schimmel1-0/+7
2017-10-23mlxsw: spectrum: Add ability to query KVDL allocation sizeIdo Schimmel2-0/+18
2017-10-23mlxsw: spectrum: Better represent KVDL partitionsIdo Schimmel3-37/+238
2017-10-23mlxsw: spectrum_dpipe: Add adjacency group sizeIdo Schimmel3-7/+44
2017-10-23net: dsa: bcm_sf2: Allow matching arbitrary IPv6 masks/lengthsFlorian Fainelli1-33/+80
2017-10-23net: dsa: bcm_sf2: Allow matching arbitrary IPv4 mask lengthsFlorian Fainelli2-88/+149
2017-10-23net: dsa: bcm_sf2: Add support for IPv6 CFP rulesFlorian Fainelli4-40/+534
2017-10-23net: dsa: bcm_sf2: Simplify bcm_sf2_cfp_rule_get_all()Florian Fainelli1-54/+14
2017-10-23net: dsa: bcm_sf2: Make UDF slices more configurableFlorian Fainelli2-32/+76
2017-10-23net: dsa: bcm_sf2: Move IPv4 CFP processing to specific functionsFlorian Fainelli1-116/+163