summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-05-23net: mvneta: Remove unneeded 'weigth' fieldEzequiel Garcia
2014-05-23net: mvmdio: Use devm_* API to simplify the codeEzequiel Garcia
2014-05-23net: mvneta: Change the number of default rx queues to oneEzequiel Garcia
2014-05-23net: mvneta: Use prepare/commit API to simplify MAC address settingEzequiel Garcia
2014-05-23net: mvneta: Clean-up mvneta_init()Ezequiel Garcia
2014-05-23net: mvneta: Check tx queue setup error in mvneta_change_mtu()Ezequiel Garcia
2014-05-23net: mvneta: Clean-up mvneta_tx_frag_process()Ezequiel Garcia
2014-05-23net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()Ezequiel Garcia
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty
2014-05-23hyperv: Add hash value into RNDIS Per-packet infoHaiyang Zhang
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger
2014-05-23igb/ixgbe: remove return statements for void functionsJeff Kirsher
2014-05-23ixgbe: add /* fallthrough */ comment to case statementsJacob Keller
2014-05-23ixgbe: add space between operands to &Jacob Keller
2014-05-23ixgbe: don't check NULL for debugfs_remove_recursiveJacob Keller
2014-05-23ixgbe: add braces around else blockJacob Keller
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller
2014-05-23ixgbe: fix checkpatch style of blank line after declarationJacob Keller
2014-05-23ixgbe: fix function-like macro, remove semicolonJacob Keller
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller
2014-05-22net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai
2014-05-22net/mlx4_core: Deprecate use_prio module parameterAmir Vadai
2014-05-22net: cdc_ncm: fix typo in test for supported formatsDan Carpenter
2014-05-22xilinx: Use time_before_eq()Manuel Schölling
2014-05-22micrel: Use time_before_eq()Manuel Schölling
2014-05-22mISDN: Use mod_timer()Manuel Schölling
2014-05-22mISDN: Use time_before()Manuel Schölling
2014-05-22qlogic: Use time_before()Manuel Schölling
2014-05-22bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer
2014-05-22Merge tag 'linux-can-next-for-3.16-20140521' of git://gitorious.org/linux-can...David S. Miller
2014-05-22net: davinci_emac: fix oops caused by uninitialized ndev->devSekhar Nori
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli
2014-05-22ucc_geth: use the new fixed PHY helpersFlorian Fainelli
2014-05-22gianfar: use the new fixed PHY helpersFlorian Fainelli
2014-05-22fs_enet: use the new fixed PHY helpersFlorian Fainelli
2014-05-22net: systemport: use the new fixed PHY helpersFlorian Fainelli
2014-05-22net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli
2014-05-22teaming: fix vlan_features computingMichal Kubeček
2014-05-22bonding: fix vlan_features computingMichal Kubeček
2014-05-22net: fec: correct the MDIO clock sourceNimrod Andy
2014-05-22net: fec: optimize the clock management to save powerNimrod Andy
2014-05-22net: mv643xx_eth: Implement software TSOEzequiel Garcia
2014-05-22net: mv643xx_eth: Use dma_map_single() to map the skb fragmentsEzequiel Garcia
2014-05-22net: mv643xx_eth: Factorize feature settingEzequiel Garcia
2014-05-22net: mv643xx_eth: Avoid setting the initial TCP checksumEzequiel Garcia