Age | Commit message (Expand) | Author | Files | Lines |
2016-09-17 | rxrpc: Add a tracepoint to follow what recvmsg does | David Howells | 4 | -8/+91 |
2016-09-17 | rxrpc: Add a tracepoint to follow packets in the Rx buffer | David Howells | 6 | -1/+73 |
2016-09-17 | rxrpc: Add a tracepoint to log ACK transmission | David Howells | 3 | -1/+39 |
2016-09-17 | rxrpc: Add a tracepoint to log received ACK packets | David Howells | 2 | -0/+28 |
2016-09-17 | rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer | David Howells | 5 | -1/+57 |
2016-09-17 | rxrpc: Add connection tracepoint and client conn state tracepoint | David Howells | 9 | -59/+274 |
2016-09-17 | rxrpc: Add some additional call tracing | David Howells | 2 | -4/+17 |
2016-09-17 | rxrpc: Print the packet type name in the Rx packet trace | David Howells | 2 | -5/+6 |
2016-09-17 | rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes | David Howells | 1 | -1/+1 |
2016-09-17 | rxrpc: Be consistent about switch value in rxrpc_send_call_packet() | David Howells | 1 | -1/+1 |
2016-09-17 | rxrpc: Don't transmit an ACK if there's no reason set | David Howells | 1 | -0/+5 |
2016-09-17 | rxrpc: Fix retransmission algorithm | David Howells | 1 | -8/+4 |
2016-09-17 | rxrpc: Fix the parsing of soft-ACKs | David Howells | 1 | -1/+1 |
2016-09-17 | rxrpc: Fix unexposed client conn release | David Howells | 1 | -1/+0 |
2016-09-17 | rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call() | David Howells | 1 | -24/+12 |
2016-09-17 | rxrpc: Fix the putting of client connections | David Howells | 1 | -15/+13 |
2016-09-17 | rxrpc: Purge the to_be_accepted queue on socket release | David Howells | 1 | -0/+10 |
2016-09-17 | rxrpc: Record calls that need to be accepted | David Howells | 1 | -0/+2 |
2016-09-17 | rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data() | David Howells | 2 | -17/+36 |
2016-09-17 | rxrpc: Check the return value of rxrpc_locate_data() | David Howells | 1 | -1/+4 |
2016-09-17 | rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller | David Howells | 1 | -5/+4 |
2016-09-17 | rxrpc: Remove some whitespace. | David Howells | 1 | -1/+1 |
2016-09-17 | rxrpc: Make IPv6 support conditional on CONFIG_IPV6 | David Howells | 8 | -2/+34 |
2016-09-16 | Merge branch 'QCA8K' | David S. Miller | 11 | -0/+1492 |
2016-09-16 | net-next: dsa: add new driver for qca8xxx family | John Crispin | 4 | -0/+1255 |
2016-09-16 | net-next: dsa: add Qualcomm tag RX/TX handler | John Crispin | 6 | -0/+148 |
2016-09-16 | Documentation: devicetree: add qca8k binding | John Crispin | 1 | -0/+89 |
2016-09-16 | net: emac: remove .owner field for driver | Wei Yongjun | 1 | -1/+0 |
2016-09-16 | net: emac: remove unnecessary dev_set_drvdata() | Wei Yongjun | 1 | -1/+0 |
2016-09-16 | net: dsa: b53: Remove unused including <linux/version.h> | Wei Yongjun | 1 | -1/+0 |
2016-09-16 | net: dsa: bcm_sf2: Fix non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2016-09-16 | tcp: fix a stale ooo_last_skb after a replace | Eric Dumazet | 1 | -1/+2 |
2016-09-16 | Merge branch 'mediatek-reset-flow' | David S. Miller | 2 | -55/+186 |
2016-09-16 | net: ethernet: mediatek: avoid race condition during the reset process | Sean Wang | 2 | -1/+38 |
2016-09-16 | net: ethernet: mediatek: add more resets for internal ethernet circuit block | Sean Wang | 2 | -13/+20 |
2016-09-16 | net: ethernet: mediatek: add the whole ethernet reset into the reset process | Sean Wang | 2 | -8/+51 |
2016-09-16 | net: ethernet: mediatek: add controlling power domain the ethernet belongs to | Sean Wang | 1 | -0/+7 |
2016-09-16 | net: ethernet: mediatek: cleanup error path inside mtk_hw_init | Sean Wang | 1 | -5/+29 |
2016-09-16 | net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_ini... | Sean Wang | 1 | -4/+11 |
2016-09-16 | net: ethernet: mediatek: refactoring mtk_hw_init to be reused | Sean Wang | 1 | -28/+34 |
2016-09-16 | Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 8 | -119/+179 |
2016-09-16 | Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 11 | -31/+64 |
2016-09-16 | Merge branch 'libcxgb-next' | David S. Miller | 8 | -418/+428 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() | Varun Prakash | 3 | -21/+29 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() | Varun Prakash | 3 | -15/+20 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() | Varun Prakash | 3 | -19/+23 |
2016-09-16 | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() | Varun Prakash | 3 | -19/+23 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() | Varun Prakash | 3 | -15/+19 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() | Varun Prakash | 4 | -25/+16 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() | Varun Prakash | 3 | -40/+30 |