summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue1-4/+3
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue4-21/+31
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue3-35/+35
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue2-4/+6
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue4-12/+5
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue3-15/+38
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue1-3/+11
2014-03-27tipc: obsolete the remote management featureYing Xue5-121/+3
2014-03-27tipc: remove unnecessary checking for node objectYing Xue1-6/+0
2014-03-27Merge branch 'sxgbe'David S. Miller24-0/+6513
2014-03-27net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal1-1/+1
2014-03-27net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal1-4/+4
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.cMonam Agarwal1-4/+4
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.cMonam Agarwal1-1/+1
2014-03-27MAINTAINERS: add maintainer for Samsung sxgbe driverByungho An1-0/+9
2014-03-27net: sxgbe: add ethtool related functions support Samsung sxgbeVipul Pandya4-1/+458
2014-03-27net: sxgbe: add Checksum offload support for Samsung sxgbeVipul Pandya4-12/+61
2014-03-27net: sxgbe: add TSO support for Samsung sxgbeVipul Pandya6-11/+92
2014-03-27net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbeGirish K S6-2/+360
2014-03-27net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy22-0/+5507
2014-03-27sxgbe: Add device-tree binding support documentSiva Reddy1-0/+52
2014-03-27ptp: Fix compiler warnings in the testptp utilityChristian Riesch1-5/+5
2014-03-27ptp: Add a command line option in testptp to set a specific PTP timeManfred Rudigier1-2/+18
2014-03-27Merge branch 'bonding-next'David S. Miller4-22/+69
2014-03-27bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong1-7/+9
2014-03-27bonding: support QinQ for bond arp intervaldingtianhong2-18/+50
2014-03-27vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong2-0/+13
2014-03-27Merge branch 'bonding-next'David S. Miller1-5/+5
2014-03-27bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong1-2/+2
2014-03-27bonding: slight optimization for bond xmit pathdingtianhong1-3/+3
2014-03-27xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss1-7/+19
2014-03-27xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss2-6/+11
2014-03-27xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss3-20/+4
2014-03-27Merge branch 'bcm7xxx-next'David S. Miller1-21/+37
2014-03-27net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTERFlorian Fainelli1-1/+1
2014-03-27net: phy: bcm7xxx: fix spurious MDIO failures during workaroundFlorian Fainelli1-15/+15
2014-03-27net: phy: bcm7xxx: define constants for our registersFlorian Fainelli1-11/+27
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert12-49/+49
2014-03-26qlcnic: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-26alx: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-26altera: Remove casts of pointer to same typeJoe Perches1-2/+2
2014-03-26chelsio: Remove addressof casts to same typeJoe Perches1-4/+4
2014-03-26smsc911x: No need to print driver versionFabio Estevam1-2/+0
2014-03-26smsc911x: Do not use netdev_dbg() when device is not registeredFabio Estevam1-1/+2
2014-03-26tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)1-3/+3
2014-03-26Merge branch 'bnx2x-next'David S. Miller8-2047/+925
2014-03-26bnx2x: Don't allow VFs to become promiscuousYuval Mintz1-32/+10
2014-03-26bnx2x: Don't show port statistics for VFsYuval Mintz1-5/+6
2014-03-26bnx2x: Remove the sriov VFOP mechanismYuval Mintz5-1954/+622
2014-03-26bnx2x: Create workqueue for IOV related tasksYuval Mintz5-78/+147