| Commit message (Expand) | Author | Age | Files | Lines |
* | rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call() | David Howells | 2016-09-17 | 1 | -24/+12 |
* | rxrpc: Fix the putting of client connections | David Howells | 2016-09-17 | 1 | -15/+13 |
* | rxrpc: Purge the to_be_accepted queue on socket release | David Howells | 2016-09-17 | 1 | -0/+10 |
* | rxrpc: Record calls that need to be accepted | David Howells | 2016-09-17 | 1 | -0/+2 |
* | rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data() | David Howells | 2016-09-17 | 2 | -17/+36 |
* | rxrpc: Check the return value of rxrpc_locate_data() | David Howells | 2016-09-17 | 1 | -1/+4 |
* | rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller | David Howells | 2016-09-17 | 1 | -5/+4 |
* | rxrpc: Remove some whitespace. | David Howells | 2016-09-17 | 1 | -1/+1 |
* | rxrpc: Make IPv6 support conditional on CONFIG_IPV6 | David Howells | 2016-09-17 | 8 | -2/+34 |
* | Merge branch 'QCA8K' | David S. Miller | 2016-09-16 | 11 | -0/+1492 |
|\ |
|
| * | net-next: dsa: add new driver for qca8xxx family | John Crispin | 2016-09-16 | 4 | -0/+1255 |
| * | net-next: dsa: add Qualcomm tag RX/TX handler | John Crispin | 2016-09-16 | 6 | -0/+148 |
| * | Documentation: devicetree: add qca8k binding | John Crispin | 2016-09-16 | 1 | -0/+89 |
|/ |
|
* | net: emac: remove .owner field for driver | Wei Yongjun | 2016-09-16 | 1 | -1/+0 |
* | net: emac: remove unnecessary dev_set_drvdata() | Wei Yongjun | 2016-09-16 | 1 | -1/+0 |
* | net: dsa: b53: Remove unused including <linux/version.h> | Wei Yongjun | 2016-09-16 | 1 | -1/+0 |
* | net: dsa: bcm_sf2: Fix non static symbol warning | Wei Yongjun | 2016-09-16 | 1 | -1/+1 |
* | tcp: fix a stale ooo_last_skb after a replace | Eric Dumazet | 2016-09-16 | 1 | -1/+2 |
* | Merge branch 'mediatek-reset-flow' | David S. Miller | 2016-09-16 | 2 | -55/+186 |
|\ |
|
| * | net: ethernet: mediatek: avoid race condition during the reset process | Sean Wang | 2016-09-16 | 2 | -1/+38 |
| * | net: ethernet: mediatek: add more resets for internal ethernet circuit block | Sean Wang | 2016-09-16 | 2 | -13/+20 |
| * | net: ethernet: mediatek: add the whole ethernet reset into the reset process | Sean Wang | 2016-09-16 | 2 | -8/+51 |
| * | net: ethernet: mediatek: add controlling power domain the ethernet belongs to | Sean Wang | 2016-09-16 | 1 | -0/+7 |
| * | net: ethernet: mediatek: cleanup error path inside mtk_hw_init | Sean Wang | 2016-09-16 | 1 | -5/+29 |
| * | net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_ini... | Sean Wang | 2016-09-16 | 1 | -4/+11 |
| * | net: ethernet: mediatek: refactoring mtk_hw_init to be reused | Sean Wang | 2016-09-16 | 1 | -28/+34 |
|/ |
|
* | Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 2016-09-16 | 8 | -119/+179 |
|\ |
|
| * | rxrpc: Add IPv6 support | David Howells | 2016-09-13 | 7 | -83/+154 |
| * | rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually | David Howells | 2016-09-13 | 2 | -34/+11 |
| * | rxrpc: Don't specify protocol to when creating transport socket | David Howells | 2016-09-13 | 1 | -2/+2 |
| * | rxrpc: Create an address for sendmsg() to bind unbound socket with | David Howells | 2016-09-13 | 1 | -0/+12 |
* | | Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 2016-09-16 | 11 | -31/+64 |
|\| |
|
| * | rxrpc: Correctly initialise, limit and transmit call->rx_winsize | David Howells | 2016-09-13 | 6 | -13/+26 |
| * | rxrpc: Fix prealloc refcounting | David Howells | 2016-09-13 | 3 | -4/+9 |
| * | rxrpc: Adjust the call ref tracepoint to show kernel API refs | David Howells | 2016-09-13 | 4 | -2/+7 |
| * | rxrpc: Allow tx_winsize to grow in response to an ACK | David Howells | 2016-09-13 | 1 | -3/+5 |
| * | rxrpc: Use skb->len not skb->data_len | David Howells | 2016-09-13 | 1 | -4/+4 |
| * | rxrpc: Add missing unlock in rxrpc_call_accept() | David Howells | 2016-09-13 | 1 | -3/+5 |
| * | rxrpc: Requeue call for recvmsg if more data | David Howells | 2016-09-13 | 1 | -0/+4 |
| * | rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay | David Howells | 2016-09-13 | 1 | -1/+1 |
| * | rxrpc: Add missing wakeup on Tx window rotation | David Howells | 2016-09-13 | 1 | -0/+2 |
| * | rxrpc: Make sure we initialise the peer hash key | David Howells | 2016-09-13 | 1 | -1/+1 |
* | | Merge branch 'libcxgb-next' | David S. Miller | 2016-09-15 | 8 | -418/+428 |
|\ \ |
|
| * | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() | Varun Prakash | 2016-09-15 | 3 | -21/+29 |
| * | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() | Varun Prakash | 2016-09-15 | 3 | -15/+20 |
| * | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() | Varun Prakash | 2016-09-15 | 3 | -19/+23 |
| * | | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() | Varun Prakash | 2016-09-15 | 3 | -19/+23 |
| * | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() | Varun Prakash | 2016-09-15 | 3 | -15/+19 |
| * | | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() | Varun Prakash | 2016-09-15 | 4 | -25/+16 |
| * | | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() | Varun Prakash | 2016-09-15 | 3 | -40/+30 |