summaryrefslogtreecommitdiffstats
path: root/kernel/kmod.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-09net: mvpp2: handle register mapping and access for PPv2.2Thomas Petazzoni1-69/+188
2017-03-09net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2Thomas Petazzoni1-5/+21
2017-03-09net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2Thomas Petazzoni1-10/+12
2017-03-09net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2Thomas Petazzoni1-12/+20
2017-03-09net: mvpp2: adjust the allocation/free of BM pools for PPv2.2Thomas Petazzoni1-10/+71
2017-03-09net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessorsThomas Petazzoni1-12/+76
2017-03-09net: mvpp2: introduce an intermediate union for the TX/RX descriptorsThomas Petazzoni1-14/+31
2017-03-09net: mvpp2: add hw_version field in "struct mvpp2"Thomas Petazzoni1-1/+11
2017-03-09net: mvpp2: add and use accessors for TX/RX descriptorsThomas Petazzoni1-49/+145
2017-03-09net: mvpp2: store physical address of buffer in rx_desc->buf_cookieThomas Petazzoni1-14/+26
2017-03-09net: mvpp2: remove mvpp2_txq_pend_desc_num_get() functionThomas Petazzoni1-13/+2
2017-03-09net: mvpp2: remove unused register definition MVPP2_TXQ_THRESH_REGThomas Petazzoni1-3/+0
2017-03-09net: mvpp2: remove support for buffer headerThomas Petazzoni1-77/+0
2017-03-09net: mvpp2: use "dma" instead of "phys" where appropriateThomas Petazzoni1-74/+74
2017-03-09dt-bindings: net: update Marvell PPv2 binding for PPv2.2 supportThomas Petazzoni1-11/+51
2017-03-09mlx4: remove duplicate code in mlx4_en_process_rx_cq()Eric Dumazet1-168/+41
2017-03-09mlx4: make validate_loopback() more genericEric Dumazet2-19/+10
2017-03-09mlx4: factorize page_address() callsEric Dumazet1-8/+7
2017-03-09mlx4: do not access rx_desc from mlx4_en_process_rx_cq()Eric Dumazet1-6/+3
2017-03-09mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet5-6/+12
2017-03-09mlx4: add page recycling in receive pathEric Dumazet2-177/+82
2017-03-09mlx4: use order-0 pages for RXEric Dumazet2-44/+33
2017-03-09mlx4: removal of frag_sizes[]Eric Dumazet2-22/+10
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet3-10/+15
2017-03-09mlx4: rx_headroom is a per port attributeEric Dumazet2-4/+4
2017-03-09mlx4: get rid of frag_prefix_sizeEric Dumazet2-17/+13
2017-03-09mlx4: remove order field from mlx4_en_frag_infoEric Dumazet2-4/+4
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet3-12/+12
2017-03-09mlxsw: pci: Remove unused bitIdo Schimmel2-14/+0
2017-03-09mlxsw: spectrum: Fix helper function and port variable namesJiri Pirko1-11/+12
2017-03-09net: use proper lockdep annotation in __sk_dst_set()Eric Dumazet1-5/+2
2017-03-09flow_dissector: Move GRE dissection into a separate functionJiri Pirko1-110/+134
2017-03-09flow_dissector: rename "proto again" goto labelJiri Pirko1-4/+4
2017-03-09flow_dissector: Fix GRE header error pathJiri Pirko1-3/+3
2017-03-09flow_dissector: Move MPLS dissection into a separate functionJiri Pirko1-22/+34
2017-03-09flow_dissector: Move ARP dissection into a separate functionJiri Pirko1-53/+67
2017-03-09net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-10/+14
2017-03-09net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+29
2017-03-09net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+34
2017-03-09net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+57
2017-03-09net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+20
2017-03-09net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-46/+52
2017-03-09net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+25
2017-03-09net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+27
2017-03-07decnet: Use TCP nagle macro instead of literal number in decnetGao Feng1-6/+7
2017-03-07net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence valuesTimur Tabi1-0/+6
2017-03-07net: ethernet: bgmac: driver power manangementJoey Zhong3-0/+87
2017-03-07net: ethernet: bgmac: unify code of the same familyJon Mason1-36/+28
2017-03-07net: ethernet: bgmac: use #defines for MAX sizeJon Mason1-1/+1
2017-03-07net: axienet: use eth_hw_addr_random()Tobias Klauser1-1/+1