summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Provide more refcount helper functionsDavid Howells2016-06-228-18/+26
* rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells2016-06-223-24/+31
* rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells2016-06-221-8/+11
* rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells2016-06-221-0/+5
* rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells2016-06-226-152/+196
* rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells2016-06-221-8/+8
* rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells2016-06-225-43/+44
* rxrpc: Fix exclusive connection handlingDavid Howells2016-06-225-73/+60
* rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells2016-06-229-46/+44
* rxrpc: Use structs to hold connection params and protocol infoDavid Howells2016-06-2213-163/+226
* rxrpc: fix uninitialized variable useArnd Bergmann2016-06-221-0/+3
* rxrpc: checking for IS_ERR() instead of NULLDan Carpenter2016-06-223-4/+4
* Merge branch 'mlxsw-next'David S. Miller2016-06-213-684/+592
|\
| * mlxsw: spectrum: Add debug printsIdo Schimmel2016-06-212-0/+14
| * mlxsw: spectrum: Free resources upon vPort destructionIdo Schimmel2016-06-212-35/+15
| * mlxsw: spectrum: Refactor FDB flushing logicIdo Schimmel2016-06-213-89/+47
| * mlxsw: spectrum: Don't count on FID being presentIdo Schimmel2016-06-213-8/+11
| * mlxsw: spectrum: Add FID get / set functionsIdo Schimmel2016-06-213-21/+32
| * mlxsw: spectrum: Check if port is vPort using its VIDIdo Schimmel2016-06-211-6/+8
| * mlxsw: spectrum: Use per-FID struct for the VLAN-aware bridgeIdo Schimmel2016-06-213-125/+195
| * mlxsw: spectrum: Remove unused function argumentIdo Schimmel2016-06-211-6/+3
| * mlxsw: spectrum: Use join / leave functions for vFID operationsIdo Schimmel2016-06-211-178/+126
| * mlxsw: spectrum: Make vFID struct genericIdo Schimmel2016-06-213-150/+131
| * mlxsw: spectrum: Use FID instead of vFID to setup floodingIdo Schimmel2016-06-213-10/+12
| * mlxsw: spectrum: Create a function to map vPort's FIDIdo Schimmel2016-06-211-46/+38
| * mlxsw: spectrum: Use only one function to create vFIDsIdo Schimmel2016-06-211-42/+37
| * mlxsw: spectrum: Remove redundant function argumentIdo Schimmel2016-06-213-10/+8
| * mlxsw: spectrum: Use DECLARE_BITMAP() macroIdo Schimmel2016-06-211-4/+4
| * mlxsw: spectrum: Centralize VLAN-aware bridge ref countingIdo Schimmel2016-06-211-28/+30
| * mlxsw: spectrum: Remove unnecessary function argumentIdo Schimmel2016-06-211-4/+3
| * mlxsw: spectrum: Make unlinking functions return voidIdo Schimmel2016-06-211-40/+28
| * mlxsw: spectrum: Use WARN_ON() return valueIdo Schimmel2016-06-211-12/+4
| * mlxsw: spectrum: Remove unnecessary checks from event processingIdo Schimmel2016-06-211-4/+2
| * mlxsw: spectrum: Forbid LAG slave from having VLAN uppersIdo Schimmel2016-06-211-1/+6
| * mlxsw: spectrum: Sanitize port netdev upper devicesIdo Schimmel2016-06-211-0/+7
| * mlxsw: spectrum: Use notifier_from_errno() in notifier blockIdo Schimmel2016-06-211-63/+29
|/
* Merge branch 'hns-next'David S. Miller2016-06-2111-155/+291
|\
| * net: hns: bug fix about TSO on|off when there is trafficDaode Huang2016-06-211-4/+4
| * net: hns: change the default coalesce usecsDaode Huang2016-06-212-2/+2
| * net: hns: fix sbm default parameters config errorDaode Huang2016-06-212-17/+39
| * net: hns: fix bug that alloc skb fail lead to port unavailableJun He2016-06-211-2/+3
| * net: hns: bug fix about led control logic when link downDaode Huang2016-06-211-5/+7
| * net: hns: delete redundancy ring enable operationsDaode Huang2016-06-214-21/+10
| * net: hns: add get_coalesce_range api for hnsDaode Huang2016-06-213-0/+40
| * net: hns: fix bug of getting the wrong tcam dataDaode Huang2016-06-211-4/+4
| * net: hns: add spin lock for tcam table operationDaode Huang2016-06-212-0/+27
| * net: hns: bugfix about pfc pause frame statisticsDaode Huang2016-06-214-12/+81
| * net: hns: fix the wrong speed for bondQianqian Xie2016-06-212-20/+25
| * net: hns: fix ethtool loopback fail bugKejian Yan2016-06-211-21/+14
| * net: hns: select Hilink before serdes loopback for HNS V2Kejian Yan2016-06-211-6/+20