summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-22net/mlx4_core: Deprecate use_prio module parameterAmir Vadai2-5/+4
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-165/+65
2014-05-22ieee802154: missing put_dev() on errorDan Carpenter1-2/+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-22Merge branch 'bonding'David S. Miller2-4/+2
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-22Merge branch 'genphy'David S. Miller2-33/+40
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-next-for-3.16-20140521' of git://gitorious.org/linux-can...David S. Miller1-1/+1
2014-05-22bridge: make br_device_notifier staticCong Wang4-121/+99
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang1-1/+1
2014-05-22mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister1-0/+2
2014-05-22Merge branch 'mac80211'David S. Miller1-2/+2
2014-05-22mac802154: llsec: fold useless return value checkPhoebe Buckheister1-1/+1
2014-05-22mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister1-1/+1
2014-05-22net: davinci_emac: fix oops caused by uninitialized ndev->devSekhar Nori1-4/+2
2014-05-22Merge branch 'fixed_phy'David S. Miller13-109/+76
2014-05-22powerpc/fsl: fsl_soc: remove 'fixed-link' parsing codeFlorian Fainelli1-32/+0
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli2-48/+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-22Documentation: devicetree: net: refer to fixed-link.txtFlorian Fainelli3-6/+3
2014-05-22Documentation: devicetree: add old and deprecated 'fixed-link'Florian Fainelli1-0/+12
2014-05-22Merge branch 'vlan_features'David S. Miller4-3/+18
2014-05-22teaming: fix vlan_features computingMichal Kubeček1-1/+1
2014-05-22bonding: fix vlan_features computingMichal Kubeček1-0/+1
2014-05-22vlan: more careful checksum features handlingMichal Kubeček2-2/+16
2014-05-22net: fec: correct the MDIO clock sourceNimrod Andy1-1/+1
2014-05-22net: fec: optimize the clock management to save powerNimrod Andy1-64/+56
2014-05-22Merge branch 'sw_tso'David S. Miller5-78/+492
2014-05-22net: mv643xx_eth: Implement software TSOEzequiel Garcia1-4/+160
2014-05-22net: mv643xx_eth: Use dma_map_single() to map the skb fragmentsEzequiel Garcia1-12/+6
2014-05-22net: mv643xx_eth: Factorize feature settingEzequiel Garcia1-3/+5
2014-05-22net: mv643xx_eth: Avoid setting the initial TCP checksumEzequiel Garcia1-3/+6
2014-05-22net: mv643xx_eth: Factorize initial checksum and command preparationEzequiel Garcia1-48/+65
2014-05-22net: mvneta: Implement software TSOEzequiel Garcia1-1/+152
2014-05-22net: mvneta: Clean mvneta_tx() sk_buff handlingEzequiel Garcia1-8/+7
2014-05-22net: mvneta: Factorize feature settingEzequiel Garcia1-2/+2
2014-05-22net: Add a software TSO helper APIEzequiel Garcia3-1/+93
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller13-472/+1407