summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-282-0/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-03-2816-61/+131
|\
| * igb: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-03-283-2/+7
| * igb: never generate both software and hardware timestampsJakub Kicinski2014-03-281-2/+2
| * e1000e: remove redundant if clause from PTP workJakub Kicinski2014-03-281-3/+0
| * e1000e: add timeout for TX HW time stamping workJakub Kicinski2014-03-283-0/+10
| * i40e: Use DEBUG_FD message level for an FD messageAnjali Singhai Jain2014-03-281-2/+3
| * i40e/i40evf: Add an FD message levelAnjali Singhai Jain2014-03-282-0/+2
| * i40e: check for netdev before debugfs useShannon Nelson2014-03-281-13/+22
| * i40evf: remove double space after returnJesse Brandeburg2014-03-281-1/+1
| * i40e: Add functionality for FD SB to drop packetsAnjali Singhai Jain2014-03-281-1/+6
| * i40e: Cleanup in FDIR SB ethtool codeAnjali Singhai Jain2014-03-281-19/+13
| * i40e: eeprom integrity check on load and emprShannon Nelson2014-03-282-6/+45
| * i40e: Make the alloc and free queue vector calls orthogonalGreg Rose2014-03-281-6/+6
| * i40evf: fix oops in watchdog handlerMitch Williams2014-03-282-3/+8
| * i40e: Delete ATR filter on RSTAnjali Singhai Jain2014-03-281-3/+6
* | net: sxgbe: fix potential null dereferenceByungho An2014-03-281-2/+8
* | net: sxgbe: fix sparse warnings about static declarationByungho An2014-03-282-4/+4
* | Merge branch 'be2net-next'David S. Miller2014-03-285-67/+279
|\ \ | |/ |/|
| * be2net: csum, tso and rss steering offload support for VxLANSathya Perla2014-03-283-9/+125
| * be2net: add FW cmds needed for VxLAN offloadsSathya Perla2014-03-283-58/+154
|/
* Merge branch 'mdio_reset-next'David S. Miller2014-03-2814-87/+1
|\
| * Documentation: networking: phy.txt: MDIO bus reset is optionalFlorian Fainelli2014-03-281-1/+1
| * bfin_mac: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
| * r6040: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
| * net: ftgmac100: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
| * net: sun4i: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
| * net: emaclite: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-13/+0
| * net: mvmdio: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
| * fs_enet: remove empty MDIO bus functionFlorian Fainelli2014-03-281-7/+0
| * fec: remove empty MDIO bus functionFlorian Fainelli2014-03-281-6/+0
| * net: ethoc: remove empty MDIO bus functionFlorian Fainelli2014-03-281-6/+0
| * dnet: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
| * macb: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
| * tg3: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
| * net: greth: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
|/
* net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwardingFlorian Fainelli2014-03-271-0/+9
* yam: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* hsr: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* atm: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* isdn: replace del_timer by del_timer_syncJulia Lawall2014-03-273-4/+4
* tcp: tcp_make_synack() minor changesEric Dumazet2014-03-271-2/+2
* ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-274-39/+66
* ptp: Fix compiler warnings in the testptp utilityChristian Riesch2014-03-271-5/+6
* Revert "ptp: Fix compiler warnings in the testptp utility"David S. Miller2014-03-271-5/+5
* bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz2014-03-271-1/+1
* Merge branch 'tipc-next'David S. Miller2014-03-2712-217/+129
|\
| * tipc: use node list lock to protect tipc_num_links variableYing Xue2014-03-271-10/+11
| * tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue2014-03-271-4/+3
| * tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-274-21/+31