Age | Commit message (Expand) | Author | Files | Lines |
2022-05-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -3/+3 |
2022-05-26 | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 9 | -41/+49 |
2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 319 | -4092/+7705 |
2022-05-25 | Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -2/+2 |
2022-05-24 | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+3 |
2022-05-24 | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -8/+1 |
2022-05-24 | Revert "net/smc: fix listen processing for SMC-Rv2" | liuyacan | 1 | -27/+17 |
2022-05-24 | Merge tag 'v5.18' into rdma.git for-next | Jason Gunthorpe | 126 | -731/+1424 |
2022-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 9 | -56/+82 |
2022-05-23 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 7 | -20/+105 |
2022-05-23 | Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 10 | -35/+168 |
2022-05-23 | Bluetooth: hci_conn: Fix hci_connect_le_sync | Luiz Augusto von Dentz | 2 | -5/+8 |
2022-05-23 | Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+10 |
2022-05-23 | Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-... | Linus Torvalds | 1 | -10/+42 |
2022-05-23 | Bluetooth: hci_sync: use hci_skb_event() helper | Ahmad Fatoum | 1 | -1/+1 |
2022-05-23 | SUNRPC: Use RMW bitops in single-threaded hot paths | Chuck Lever | 5 | -11/+11 |
2022-05-23 | net: dsa: OF-ware slave_mii_bus | Luiz Angelo Daros de Luca | 1 | -1/+6 |
2022-05-23 | net/smc: fix listen processing for SMC-Rv2 | liuyacan | 1 | -17/+27 |
2022-05-23 | net/smc: postpone sk_refcnt increment in connect() | liuyacan | 1 | -1/+1 |
2022-05-22 | net: wrap the wireless pointers in struct net_device in an ifdef | Jakub Kicinski | 2 | -8/+15 |
2022-05-22 | rxrpc: Fix decision on when to generate an IDLE ACK | David Howells | 4 | -16/+25 |
2022-05-22 | rxrpc: Don't let ack.previousPacket regress | David Howells | 3 | -4/+6 |
2022-05-22 | rxrpc: Fix overlapping ACK accounting | David Howells | 2 | -11/+12 |
2022-05-22 | rxrpc: Don't try to resend the request if we're receiving the reply | David Howells | 1 | -1/+2 |
2022-05-22 | rxrpc: Fix listen() setting the bar too high for the prealloc rings | David Howells | 1 | -2/+2 |
2022-05-22 | afs: Adjust ACK interpretation to try and cope with NAT | David Howells | 1 | -0/+27 |
2022-05-22 | rxrpc, afs: Fix selection of abort codes | David Howells | 2 | -3/+3 |
2022-05-22 | rxrpc: Return an error to sendmsg if call failed | David Howells | 1 | -0/+6 |
2022-05-22 | rxrpc: Fix locking issue | David Howells | 5 | -22/+16 |
2022-05-22 | rxrpc: Use refcount_t rather than atomic_t | David Howells | 12 | -121/+118 |
2022-05-22 | rxrpc: Allow list of in-use local UDP endpoints to be viewed in /proc | David Howells | 4 | -22/+94 |
2022-05-20 | net: Add a second bind table hashed by port and address | Joanne Koong | 4 | -82/+405 |
2022-05-20 | stcp: Use memset_after() to zero sctp_stream_out_ext | Xiu Jianfeng | 1 | -6/+3 |
2022-05-20 | net: avoid strange behavior with skb_defer_max == 1 | Jakub Kicinski | 1 | -8/+5 |
2022-05-20 | bpf: Add bpf_skc_to_mptcp_sock_proto | Geliang Tang | 3 | -0/+41 |
2022-05-20 | Merge tag 'ceph-for-5.18-rc8' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -185/+126 |
2022-05-20 | tcp_ipv6: set the drop_reason in the right place | Jakub Kicinski | 1 | -1/+1 |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 5 | -52/+19 |
2022-05-19 | mptcp: Do not traverse the subflow connection list without lock | Mat Martineau | 2 | -16/+1 |
2022-05-19 | mptcp: Check for orphaned subflow before handling MP_FAIL timer | Mat Martineau | 2 | -13/+6 |
2022-05-19 | mptcp: stop using the mptcp_has_another_subflow() helper | Paolo Abeni | 3 | -16/+2 |
2022-05-19 | tcp: improve PRR loss recovery | Yuchung Cheng | 1 | -5/+5 |
2022-05-19 | net: tls: fix messing up lists when bpf enabled | Jakub Kicinski | 1 | -1/+3 |
2022-05-19 | Merge tag 'linux-can-next-for-5.19-20220519' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 1 | -12/+17 |
2022-05-19 | can: isotp: isotp_bind(): do not validate unused address information | Oliver Hartkopp | 1 | -12/+17 |
2022-05-19 | Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski | 18 | -526/+614 |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 23 | -121/+266 |
2022-05-19 | Bluetooth: eir: Add helpers for managing service data | Luiz Augusto von Dentz | 2 | -0/+35 |
2022-05-19 | SUNRPC: Simplify synopsis of svc_pool_for_cpu() | Chuck Lever | 2 | -7/+13 |
2022-05-19 | SUNRPC: Don't disable preemption while calling svc_pool_for_cpu(). | Sebastian Andrzej Siewior | 1 | -4/+1 |