aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller198-1718/+3370
2014-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-601/+1727
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann3-9/+9
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+1
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller24-294/+271
2014-05-23net: mvneta: Remove unneeded 'weigth' fieldEzequiel Garcia1-6/+1
2014-05-23net: mvmdio: Use devm_* API to simplify the codeEzequiel Garcia1-12/+6
2014-05-23net: mvneta: Change the number of default rx queues to oneEzequiel Garcia1-1/+4
2014-05-23net: mvneta: Use prepare/commit API to simplify MAC address settingEzequiel Garcia1-12/+7
2014-05-23net: mvneta: Clean-up mvneta_init()Ezequiel Garcia1-25/+11
2014-05-23net: mvneta: Check tx queue setup error in mvneta_change_mtu()Ezequiel Garcia1-4/+8
2014-05-23net: mvneta: Clean-up mvneta_tx_frag_process()Ezequiel Garcia1-8/+4
2014-05-23net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()Ezequiel Garcia1-10/+4
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty16-56/+109
2014-05-23hyperv: Add hash value into RNDIS Per-packet infoHaiyang Zhang2-4/+18
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger4-10/+0
2014-05-23igb/ixgbe: remove return statements for void functionsJeff Kirsher3-4/+0
2014-05-23ixgbe: add /* fallthrough */ comment to case statementsJacob Keller1-0/+4
2014-05-23ixgbe: add space between operands to &Jacob Keller1-1/+1
2014-05-23ixgbe: don't check NULL for debugfs_remove_recursiveJacob Keller1-2/+1
2014-05-23ixgbe: add braces around else blockJacob Keller1-2/+2
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller5-33/+19
2014-05-23ixgbe: fix checkpatch style of blank line after declarationJacob Keller1-0/+2
2014-05-23ixgbe: fix function-like macro, remove semicolonJacob Keller1-2/+2
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller17-241/+241
2014-05-22net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai4-18/+17
2014-05-22net/mlx4_core: Deprecate use_prio module parameterAmir Vadai1-4/+4
2014-05-22net: cdc_ncm: fix typo in test for supported formatsDan Carpenter1-1/+2
2014-05-22xilinx: Use time_before_eq()Manuel Schölling3-3/+3
2014-05-22micrel: Use time_before_eq()Manuel Schölling1-1/+1
2014-05-22mISDN: Use mod_timer()Manuel Schölling1-8/+4
2014-05-22mISDN: Use time_before()Manuel Schölling1-2/+2
2014-05-22qlogic: Use time_before()Manuel Schölling1-5/+5
2014-05-22bonding: Send ALB learning packets using the right sourceVlad Yasevich1-14/+35
2014-05-22bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico1-2/+0
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico1-2/+2
2014-05-22bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich1-3/+4
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2-27/+35
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer1-6/+5
2014-05-22Merge tag 'linux-can-fixes-for-3.15-20140521' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-5/+9
2014-05-22Merge tag 'linux-can-next-for-3.16-20140521' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+1
2014-05-22net: davinci_emac: fix oops caused by uninitialized ndev->devSekhar Nori1-4/+2
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli1-38/+0
2014-05-22ucc_geth: use the new fixed PHY helpersFlorian Fainelli1-3/+11
2014-05-22gianfar: use the new fixed PHY helpersFlorian Fainelli1-3/+11
2014-05-22fs_enet: use the new fixed PHY helpersFlorian Fainelli1-7/+10
2014-05-22net: systemport: use the new fixed PHY helpersFlorian Fainelli2-2/+16
2014-05-22net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli1-8/+13
2014-05-22stmmac: Remove unbalanced clk_disable callHans de Goede1-3/+1
2014-05-22teaming: fix vlan_features computingMichal Kubeček1-1/+1