aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-28net: mvmdio: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28fs_enet: remove empty MDIO bus functionFlorian Fainelli1-7/+0
2014-03-28fec: remove empty MDIO bus functionFlorian Fainelli1-6/+0
2014-03-28net: ethoc: remove empty MDIO bus functionFlorian Fainelli1-6/+0
2014-03-28dnet: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28macb: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28tg3: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28net: greth: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-27net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwardingFlorian Fainelli1-0/+9
2014-03-27yam: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27hsr: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27isdn: replace del_timer by del_timer_syncJulia Lawall3-4/+4
2014-03-27tcp: tcp_make_synack() minor changesEric Dumazet1-2/+2
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček4-39/+66
2014-03-27ptp: Fix compiler warnings in the testptp utilityChristian Riesch1-5/+6
2014-03-27Revert "ptp: Fix compiler warnings in the testptp utility"David S. Miller1-5/+5
2014-03-27bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz1-1/+1
2014-03-27Merge branch 'tipc-next'David S. Miller12-217/+129
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue1-10/+11
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-26MAINTAINERS: add maintainer for Samsung sxgbe driverByungho An1-0/+9
2014-03-26net: sxgbe: add ethtool related functions support Samsung sxgbeVipul Pandya4-1/+458
2014-03-26net: sxgbe: add Checksum offload support for Samsung sxgbeVipul Pandya4-12/+61
2014-03-26net: sxgbe: add TSO support for Samsung sxgbeVipul Pandya6-11/+92
2014-03-26net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbeGirish K S6-2/+360
2014-03-26net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy22-0/+5507
2014-03-26sxgbe: Add device-tree binding support documentSiva Reddy1-0/+52
2014-03-26ptp: Fix compiler warnings in the testptp utilityChristian Riesch1-5/+5
2014-03-26ptp: Add a command line option in testptp to set a specific PTP timeManfred Rudigier1-2/+18
2014-03-26Merge branch 'bonding-next'David S. Miller4-22/+69
2014-03-26bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong1-7/+9
2014-03-26bonding: support QinQ for bond arp intervaldingtianhong2-18/+50
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong2-0/+13
2014-03-26Merge branch 'bonding-next'David S. Miller1-5/+5
2014-03-26bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong1-2/+2
2014-03-26bonding: slight optimization for bond xmit pathdingtianhong1-3/+3