Age | Commit message (Expand) | Author | Files | Lines |
2019-07-02 | rxrpc: Fix uninitialized error code in rxrpc_send_data_packet() | David Howells | 1 | -0/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 19 | -95/+19 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 9 | -46/+9 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-16 | rxrpc: Allow the kernel to mark a call as being non-interruptible | David Howells | 5 | -3/+16 |
2019-05-16 | rxrpc: Provide kernel interface to set max lifespan on a call | David Howells | 1 | -0/+25 |
2019-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+16 |
2019-04-30 | rxrpc: Fix net namespace cleanup | David Howells | 1 | -16/+16 |
2019-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+10 |
2019-04-25 | rxrpc: fix race condition in rxrpc_input_packet() | Eric Dumazet | 2 | -5/+10 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -25/+48 |
2019-04-13 | rxrpc: Fix detection of out of order acks | Jeffrey Altman | 2 | -6/+13 |
2019-04-13 | rxrpc: Trace received connection aborts | David Howells | 1 | -4/+7 |
2019-04-13 | rxrpc: Allow errors to be returned from rxrpc_queue_packet() | Marc Dionne | 1 | -9/+12 |
2019-04-13 | rxrpc: Make rxrpc_kernel_check_life() indicate if call completed | Marc Dionne | 1 | -5/+9 |
2019-04-13 | rxrpc: Clear socket error | Marc Dionne | 1 | -0/+5 |
2019-04-12 | rxrpc: Check address length before reading srx_service field | Tetsuo Handa | 1 | -1/+2 |
2019-04-04 | rxrpc: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2019-03-24 | rxrpc: avoid clang -Wuninitialized warning | Arnd Bergmann | 1 | -6/+5 |
2019-03-09 | rxrpc: Fix client call queueing, waiting for channel | David Howells | 1 | -2/+2 |
2019-03-08 | rxrpc: Fix client call connect/disconnect race | David Howells | 1 | -5/+15 |
2019-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2019-02-06 | rxrpc: bad unlock balance in rxrpc_recvmsg | Eric Dumazet | 1 | -1/+2 |
2019-02-03 | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD | Deepa Dinamani | 1 | -1/+1 |
2019-01-16 | Revert "rxrpc: Allow failed client calls to be retried" | David Howells | 5 | -191/+24 |
2018-11-15 | rxrpc: Fix life check | David Howells | 1 | -4/+23 |
2018-11-03 | rxrpc: Fix lockup due to no error backoff after ack transmit error | David Howells | 3 | -8/+46 |
2018-10-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -23/+23 |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -1/+1 |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -3/+5 |
2018-10-16 | rxrpc: Fix a missing rxrpc_put_peer() in the error_report handler | David Howells | 1 | -0/+1 |
2018-10-16 | rxrpc: Add /proc/net/rxrpc/peers to display peer list | David Howells | 3 | -0/+130 |
2018-10-16 | rxrpc: Fix incorrect conditional on IPV6 | David Howells | 1 | -1/+1 |
2018-10-16 | rxrpc: use correct kvec num when sending BUSY response packet | YueHaibing | 1 | -1/+2 |
2018-10-16 | rxrpc: Fix an uninitialised variable | David Howells | 1 | -1/+1 |
2018-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 9 | -173/+233 |
2018-10-09 | rxrpc: Fix the packet reception routine | David Howells | 6 | -50/+105 |
2018-10-09 | rxrpc: Fix connection-level abort handling | David Howells | 3 | -15/+19 |
2018-10-09 | rxrpc: Only take the rwind and mtu values from latest ACK | David Howells | 1 | -9/+10 |
2018-10-08 | rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window() | David Howells | 1 | -6/+8 |
2018-10-08 | rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window() | David Howells | 1 | -16/+19 |
2018-10-08 | rxrpc: Don't need to take the RCU read lock in the packet receiver | David Howells | 1 | -28/+13 |
2018-10-08 | rxrpc: Use the UDP encap_rcv hook | David Howells | 3 | -44/+35 |
2018-10-05 | rxrpc: Fix the data_ready handler | David Howells | 2 | -35/+44 |
2018-10-05 | rxrpc: Fix some missed refs to init_net | David Howells | 6 | -24/+34 |
2018-10-04 | rxrpc: Allow the reply time to be obtained on a client call | David Howells | 1 | -0/+14 |
2018-10-04 | rxrpc: Allow the reply time to be obtained on a client call | David Howells | 1 | -0/+43 |
2018-10-04 | rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb() | David Howells | 6 | -9/+6 |
2018-10-04 | rxrpc: Use IPv4 addresses throught the IPv6 | David Howells | 4 | -22/+17 |
2018-10-04 | rxrpc: Emit the data Tx trace line before transmitting | David Howells | 1 | -4/+4 |