summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-164-2/+24
| |\ \ \ \
| | * | | | udp: Validate checksum in udp_read_sock()Cong Wang2021-11-161-0/+11
| | * | | | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-152-0/+8
| | * | | | xsk: Fix crash on double free in buffer poolMagnus Karlsson2021-11-121-2/+5
| * | | | | net/smc: Make sure the link_id is uniqueWen Gu2021-11-151-1/+2
| * | | | | sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa2021-11-151-3/+3
| * | | | | tipc: only accept encrypted MSG_CRYPTO msgsXin Long2021-11-151-2/+5
| * | | | | net: return correct error codeliuguoqiang2021-11-151-1/+1
| * | | | | net/smc: Transfer remaining wait queue entries during fallbackWen Gu2021-11-151-0/+14
| * | | | | tipc: use consistent GFP flagsTadeusz Struk2021-11-151-4/+4
| | |/ / / | |/| | |
| * | | | net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-141-1/+1
| * | | | tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy2021-11-121-0/+3
| |/ / /
* | | | Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-11-132-53/+10
|\ \ \ \
| * | | | libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-51/+9
| * | | | libceph: drop ->monmap and err initializationJean Sacren2021-11-081-2/+1
* | | | | net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-1/+1
| |/ / / |/| | |
* | | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-1130-106/+272
|\ \ \ \
| * | | | net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin2021-11-101-2/+5
| * | | | net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li2021-11-101-7/+11
| * | | | vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata2021-11-101-0/+2
| * | | | net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet2021-11-091-10/+17
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-094-24/+104
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki2021-11-091-6/+30
| | * | | bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-092-9/+23
| | * | | bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend2021-11-091-0/+47
| | * | | bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend2021-11-091-1/+0
| | * | | bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend2021-11-092-8/+4
| * | | | sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov2021-11-071-3/+0
| * | | | can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong2021-11-061-0/+5
| * | | | can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong2021-11-061-0/+7
| * | | | can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong2021-11-061-0/+6
| |/ / /
| * | | ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()Nghia Le2021-11-051-1/+0
| * | | net/smc: Print function name in smcr_link_down tracepointTony Lu2021-11-051-1/+1
| * | | mctp: handle the struct sockaddr_mctp_ext padding fieldEugene Syromiatnikov2021-11-041-1/+10
| * | | mctp: handle the struct sockaddr_mctp padding fieldsEugene Syromiatnikov2021-11-041-0/+13
| * | | devlink: fix flexible_array.cocci warningGuo Zhengkui2021-11-041-1/+1
| * | | net: fix possible NULL deref in sock_reserve_memoryEric Dumazet2021-11-041-1/+1
| * | | tcp: Use BIT() for OPTION_* constantsLeonard Crestez2021-11-041-7/+7
| * | | net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-0/+3
| * | | net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2021-11-032-3/+3
| * | | net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()Menglong Dong2021-11-031-3/+3
| * | | ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski2021-11-031-2/+1
| * | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-034-6/+29
| * | | net:ipv6:Remove unneeded semicolonZhang Mingyu2021-11-031-1/+1
| * | | NFC: add necessary privilege flags in netlink layerLin Ma2021-11-031-0/+15
| * | | security: add sctp_assoc_established hookXin Long2021-11-031-1/+1
| * | | security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ceXin Long2021-11-031-0/+5
| * | | security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-032-16/+15
| * | | net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-022-16/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-11-022-1/+3
| |\ \ \