summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...David S. Miller
2019-02-05Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2019-02-05igc: Add ethtool supportSasha Neftin
2019-02-05igb: Bump version numberTodd Fujinaka
2019-02-05igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin
2019-02-05igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin
2019-02-05e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov
2019-02-05igc: Remove unneeded codeSasha Neftin
2019-02-05igc: Remove unused codeSasha Neftin
2019-02-05e1000e: fix a missing check for return valueJeff Kirsher
2019-02-05fm10k: TRIVIAL cleanup of extra spacing in function commentJacob Keller
2019-02-05ixgbe: remove magic constant in ixgbe_reset_hw_82599()Jiri Kosina
2019-02-05igc: Fix code redundancySasha Neftin
2019-02-05docs/networking: fix formatting of Intel drivers documentationMike Rapoport
2019-02-05igc: Remove unreachable code from igc_phy.c fileSasha Neftin
2019-02-05e1000e: Exclude device from suspend direct complete optimizationKai-Heng Feng
2019-02-05net: marvell: mvpp2: fix lack of link interruptsRussell King
2019-02-05net: marvell: mvpp2: use phy_interface_mode_is_8023z() helperRussell King
2019-02-05Merge branch 'nixge-Fixed-link-support'David S. Miller
2019-02-05dt-bindings: net: Add fixed-link supportMoritz Fischer
2019-02-05net: nixge: Add support for fixed-link configurationsMoritz Fischer
2019-02-05net: nixge: Make mdio child node optionalMoritz Fischer
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij
2019-02-04net/mlx5: Fix code style issue in mlx driverTonghao Zhang
2019-02-04Merge branch 'sh_eth-implement-simple-RX-checksum-offload'David S. Miller
2019-02-04sh_eth: offload RX checksum on SH7763Sergei Shtylyov
2019-02-04sh_eth: offload RX checksum on SH7734Sergei Shtylyov
2019-02-04sh_eth: offload RX checksum on R8A77980Sergei Shtylyov
2019-02-04sh_eth: offload RX checksum on R8A7740Sergei Shtylyov
2019-02-04sh_eth: offload RX checksum on R7S72100Sergei Shtylyov
2019-02-04sh_eth: RX checksum offload supportSergei Shtylyov
2019-02-04sh_eth: rename sh_eth_cpu_data::hw_checksumSergei Shtylyov
2019-02-03socket: fix for Add SO_TIMESTAMP[NS]_NEWStephen Rothwell
2019-02-03netdevice.h: Add __cold to netdev_<level> logging functionsJoe Perches
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada
2019-02-03Merge branch 'phy-aquantia-improvements'David S. Miller
2019-02-03net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit
2019-02-03net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit
2019-02-03net: phy: aquantia: remove unneeded includesHeiner Kallweit
2019-02-03net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski
2019-02-03Merge branch 'net-y2038-safe-socket-timestamps'David S. Miller
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Update timestamping DocumentationDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani