summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-28i40evf: remove double space after returnJesse Brandeburg1-1/+1
2014-03-28i40e: Add functionality for FD SB to drop packetsAnjali Singhai Jain1-1/+6
2014-03-28i40e: Cleanup in FDIR SB ethtool codeAnjali Singhai Jain1-19/+13
2014-03-28i40e: eeprom integrity check on load and emprShannon Nelson2-6/+45
2014-03-28i40e: Make the alloc and free queue vector calls orthogonalGreg Rose1-6/+6
2014-03-28i40evf: fix oops in watchdog handlerMitch Williams2-3/+8
2014-03-28i40e: Delete ATR filter on RSTAnjali Singhai Jain1-3/+6
2014-03-28Merge branch 'mdio_reset-next'David S. Miller14-87/+1
2014-03-28Documentation: networking: phy.txt: MDIO bus reset is optionalFlorian Fainelli1-1/+1
2014-03-28bfin_mac: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28r6040: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28net: ftgmac100: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28net: sun4i: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28net: emaclite: remove empty MDIO bus reset functionFlorian Fainelli1-13/+0
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