| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2021-11-13 | 2 | -53/+10 |
|\ |
|
| * | libceph, ceph: move ceph_osdc_copy_from() into cephfs code | Luís Henriques | 2021-11-08 | 1 | -51/+9 |
| * | libceph: drop ->monmap and err initialization | Jean Sacren | 2021-11-08 | 1 | -2/+1 |
* | | net,lsm,selinux: revert the security_sctp_assoc_established() hook | Paul Moore | 2021-11-12 | 1 | -1/+1 |
* | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-11-11 | 30 | -106/+272 |
|\ \ |
|
| * | | net: fix premature exit from NAPI state polling in napi_disable() | Alexander Lobakin | 2021-11-10 | 1 | -2/+5 |
| * | | net/smc: fix sk_refcnt underflow on linkdown and fallback | Dust Li | 2021-11-10 | 1 | -7/+11 |
| * | | vsock: prevent unnecessary refcnt inc for nonblocking connect | Eiichi Tsukata | 2021-11-10 | 1 | -0/+2 |
| * | | net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any | Eric Dumazet | 2021-11-09 | 1 | -10/+17 |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2021-11-09 | 4 | -24/+104 |
| |\ \ |
|
| | * | | bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg | Jussi Maki | 2021-11-09 | 1 | -6/+30 |
| | * | | bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding | John Fastabend | 2021-11-09 | 2 | -9/+23 |
| | * | | bpf, sockmap: Fix race in ingress receive verdict with redirect to self | John Fastabend | 2021-11-09 | 1 | -0/+47 |
| | * | | bpf, sockmap: Remove unhash handler for BPF sockmap usage | John Fastabend | 2021-11-09 | 1 | -1/+0 |
| | * | | bpf, sockmap: Use stricter sk state checks in sk_lookup_assign | John Fastabend | 2021-11-09 | 2 | -8/+4 |
| * | | | sctp: remove unreachable code from sctp_sf_violation_chunk() | Alexey Khoroshilov | 2021-11-07 | 1 | -3/+0 |
| * | | | can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM | Zhang Changzhong | 2021-11-06 | 1 | -0/+5 |
| * | | | can: j1939: j1939_can_recv(): ignore messages with invalid source address | Zhang Changzhong | 2021-11-06 | 1 | -0/+7 |
| * | | | can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport | Zhang Changzhong | 2021-11-06 | 1 | -0/+6 |
| |/ / |
|
| * | | ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock() | Nghia Le | 2021-11-05 | 1 | -1/+0 |
| * | | net/smc: Print function name in smcr_link_down tracepoint | Tony Lu | 2021-11-05 | 1 | -1/+1 |
| * | | mctp: handle the struct sockaddr_mctp_ext padding field | Eugene Syromiatnikov | 2021-11-04 | 1 | -1/+10 |
| * | | mctp: handle the struct sockaddr_mctp padding fields | Eugene Syromiatnikov | 2021-11-04 | 1 | -0/+13 |
| * | | devlink: fix flexible_array.cocci warning | Guo Zhengkui | 2021-11-04 | 1 | -1/+1 |
| * | | net: fix possible NULL deref in sock_reserve_memory | Eric Dumazet | 2021-11-04 | 1 | -1/+1 |
| * | | tcp: Use BIT() for OPTION_* constants | Leonard Crestez | 2021-11-04 | 1 | -7/+7 |
| * | | net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge | Vladimir Oltean | 2021-11-03 | 1 | -0/+3 |
| * | | net: vlan: fix a UAF in vlan_dev_real_dev() | Ziyang Xuan | 2021-11-03 | 2 | -3/+3 |
| * | | net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS() | Menglong Dong | 2021-11-03 | 1 | -3/+3 |
| * | | ethtool: fix ethtool msg len calculation for pause stats | Jakub Kicinski | 2021-11-03 | 1 | -2/+1 |
| * | | net: avoid double accounting for pure zerocopy skbs | Talal Ahmad | 2021-11-03 | 4 | -6/+29 |
| * | | net:ipv6:Remove unneeded semicolon | Zhang Mingyu | 2021-11-03 | 1 | -1/+1 |
| * | | NFC: add necessary privilege flags in netlink layer | Lin Ma | 2021-11-03 | 1 | -0/+15 |
| * | | security: add sctp_assoc_established hook | Xin Long | 2021-11-03 | 1 | -1/+1 |
| * | | security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ce | Xin Long | 2021-11-03 | 1 | -0/+5 |
| * | | security: pass asoc to sctp_assoc_request and sctp_sk_clone | Xin Long | 2021-11-03 | 2 | -16/+15 |
| * | | net: add and use skb_unclone_keeptruesize() helper | Eric Dumazet | 2021-11-02 | 2 | -16/+4 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski | 2021-11-02 | 2 | -1/+3 |
| |\ \ |
|
| | * | | ipvs: autoload ipvs on genl access | Thomas Weißschuh | 2021-10-22 | 1 | -0/+2 |
| | * | | netfilter: nfnetlink_queue: fix OOB when mac header was cleared | Florian Westphal | 2021-10-22 | 1 | -1/+1 |
* | | | | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2021-11-10 | 8 | -114/+94 |
|\ \ \ \ |
|
| * | | | | SUNRPC: De-duplicate .pc_release() call sites | Chuck Lever | 2021-10-12 | 1 | -15/+7 |
| * | | | | SUNRPC: Simplify the SVC dispatch code path | Chuck Lever | 2021-10-12 | 1 | -49/+2 |
| * | | | | SUNRPC: Add trace event when alloc_pages_bulk() makes no progress | Chuck Lever | 2021-10-04 | 1 | -0/+1 |
| * | | | | svcrdma: Split svcrmda_wc_{read,write} tracepoints | Chuck Lever | 2021-10-04 | 1 | -4/+26 |
| * | | | | svcrdma: Split the svcrdma_wc_send() tracepoint | Chuck Lever | 2021-10-04 | 1 | -3/+11 |
| * | | | | svcrdma: Split the svcrdma_wc_receive() tracepoint | Chuck Lever | 2021-10-04 | 1 | -2/+7 |
| * | | | | NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() | Chuck Lever | 2021-10-02 | 1 | -5/+6 |
| * | | | | SUNRPC: xdr_stream_subsegment() must handle non-zero page_bases | Chuck Lever | 2021-10-02 | 1 | -15/+17 |
| * | | | | UNRPC: Return specific error code on kmalloc failure | Yang Li | 2021-09-23 | 1 | -1/+1 |