| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-11-18 | 27 | -101/+186 |
|\ |
|
| * | ipv6: check return value of ipv6_skip_exthdr | Jordy Zomer | 2021-11-18 | 1 | -0/+6 |
| * | devlink: Don't throw an error if flash notification sent before devlink visible | Leon Romanovsky | 2021-11-18 | 1 | -1/+3 |
| * | page_pool: Revert "page_pool: disable dma mapping support..." | Yunsheng Lin | 2021-11-18 | 1 | -6/+4 |
| * | NFC: add NCI_UNREG flag to eliminate the race | Lin Ma | 2021-11-17 | 1 | -2/+17 |
| * | NFC: reorder the logic in nfc_{un,}register_device | Lin Ma | 2021-11-17 | 1 | -14/+18 |
| * | NFC: reorganize the functions in nci_request | Lin Ma | 2021-11-17 | 1 | -4/+7 |
| * | tipc: check for null after calling kmemdup | Tadeusz Struk | 2021-11-17 | 1 | -0/+4 |
| * | net: sched: act_mirred: drop dst for the direction from egress to ingress | Xin Long | 2021-11-16 | 1 | -3/+8 |
| * | Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux... | Jakub Kicinski | 2021-11-16 | 10 | -58/+63 |
| |\ |
|
| | * | mac80211: fix throughput LED trigger | Felix Fietkau | 2021-11-15 | 3 | -26/+23 |
| | * | mac80211: fix monitor_sdata RCU/locking assertions | Johannes Berg | 2021-11-15 | 3 | -8/+15 |
| | * | mac80211: drop check for DONT_REORDER in __ieee80211_select_queue | Felix Fietkau | 2021-11-15 | 1 | -2/+1 |
| | * | mac80211: fix radiotap header generation | Johannes Berg | 2021-11-15 | 1 | -1/+1 |
| | * | mac80211: do not access the IV when it was stripped | Xing Song | 2021-11-15 | 1 | -1/+2 |
| | * | nl80211: fix radio statistics in survey dump | Johannes Berg | 2021-11-15 | 2 | -20/+20 |
| | * | cfg80211: call cfg80211_stop_ap when switch from P2P_GO type | Nguyen Dinh Phi | 2021-11-15 | 1 | -0/+1 |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2021-11-16 | 4 | -2/+24 |
| |\ \ |
|
| | * | | udp: Validate checksum in udp_read_sock() | Cong Wang | 2021-11-16 | 1 | -0/+11 |
| | * | | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs | Dmitrii Banshchikov | 2021-11-15 | 2 | -0/+8 |
| | * | | xsk: Fix crash on double free in buffer pool | Magnus Karlsson | 2021-11-12 | 1 | -2/+5 |
| * | | | net/smc: Make sure the link_id is unique | Wen Gu | 2021-11-15 | 1 | -1/+2 |
| * | | | sock: fix /proc/net/sockstat underflow in sk_clone_lock() | Tetsuo Handa | 2021-11-15 | 1 | -3/+3 |
| * | | | tipc: only accept encrypted MSG_CRYPTO msgs | Xin Long | 2021-11-15 | 1 | -2/+5 |
| * | | | net: return correct error code | liuguoqiang | 2021-11-15 | 1 | -1/+1 |
| * | | | net/smc: Transfer remaining wait queue entries during fallback | Wen Gu | 2021-11-15 | 1 | -0/+14 |
| * | | | tipc: use consistent GFP flags | Tadeusz Struk | 2021-11-15 | 1 | -4/+4 |
| | |/
| |/| |
|
| * | | net,lsm,selinux: revert the security_sctp_assoc_established() hook | Paul Moore | 2021-11-14 | 1 | -1/+1 |
| * | | tcp: Fix uninitialized access in skb frags array for Rx 0cp. | Arjun Roy | 2021-11-12 | 1 | -0/+3 |
| |/ |
|
* | | 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 |