| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-11-18 | Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 27 | -101/+186 |
| 2021-11-18 | ipv6: check return value of ipv6_skip_exthdr |  Jordy Zomer | 1 | -0/+6 |
| 2021-11-18 | devlink: Don't throw an error if flash notification sent before devlink visible |  Leon Romanovsky | 1 | -1/+3 |
| 2021-11-18 | page_pool: Revert "page_pool: disable dma mapping support..." |  Yunsheng Lin | 1 | -6/+4 |
| 2021-11-17 | NFC: add NCI_UNREG flag to eliminate the race |  Lin Ma | 1 | -2/+17 |
| 2021-11-17 | NFC: reorder the logic in nfc_{un,}register_device |  Lin Ma | 1 | -14/+18 |
| 2021-11-17 | NFC: reorganize the functions in nci_request |  Lin Ma | 1 | -4/+7 |
| 2021-11-17 | tipc: check for null after calling kmemdup |  Tadeusz Struk | 1 | -0/+4 |
| 2021-11-16 | net: sched: act_mirred: drop dst for the direction from egress to ingress |  Xin Long | 1 | -3/+8 |
| 2021-11-16 | Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 |  Jakub Kicinski | 10 | -58/+63 |
| 2021-11-16 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  Jakub Kicinski | 4 | -2/+24 |
| 2021-11-16 | udp: Validate checksum in udp_read_sock() |  Cong Wang | 1 | -0/+11 |
| 2021-11-15 | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs |  Dmitrii Banshchikov | 2 | -0/+8 |
| 2021-11-15 | net/smc: Make sure the link_id is unique |  Wen Gu | 1 | -1/+2 |
| 2021-11-15 | sock: fix /proc/net/sockstat underflow in sk_clone_lock() |  Tetsuo Handa | 1 | -3/+3 |
| 2021-11-15 | tipc: only accept encrypted MSG_CRYPTO msgs |  Xin Long | 1 | -2/+5 |
| 2021-11-15 | net: return correct error code |  liuguoqiang | 1 | -1/+1 |
| 2021-11-15 | net/smc: Transfer remaining wait queue entries during fallback |  Wen Gu | 1 | -0/+14 |
| 2021-11-15 | tipc: use consistent GFP flags |  Tadeusz Struk | 1 | -4/+4 |
| 2021-11-15 | mac80211: fix throughput LED trigger |  Felix Fietkau | 3 | -26/+23 |
| 2021-11-15 | mac80211: fix monitor_sdata RCU/locking assertions |  Johannes Berg | 3 | -8/+15 |
| 2021-11-15 | mac80211: drop check for DONT_REORDER in __ieee80211_select_queue |  Felix Fietkau | 1 | -2/+1 |
| 2021-11-15 | mac80211: fix radiotap header generation |  Johannes Berg | 1 | -1/+1 |
| 2021-11-15 | mac80211: do not access the IV when it was stripped |  Xing Song | 1 | -1/+2 |
| 2021-11-15 | nl80211: fix radio statistics in survey dump |  Johannes Berg | 2 | -20/+20 |
| 2021-11-15 | cfg80211: call cfg80211_stop_ap when switch from P2P_GO type |  Nguyen Dinh Phi | 1 | -0/+1 |
| 2021-11-14 | net,lsm,selinux: revert the security_sctp_assoc_established() hook |  Paul Moore | 1 | -1/+1 |
| 2021-11-13 | Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 2 | -53/+10 |
| 2021-11-12 | tcp: Fix uninitialized access in skb frags array for Rx 0cp. |  Arjun Roy | 1 | -0/+3 |
| 2021-11-12 | net,lsm,selinux: revert the security_sctp_assoc_established() hook |  Paul Moore | 1 | -1/+1 |
| 2021-11-12 | xsk: Fix crash on double free in buffer pool |  Magnus Karlsson | 1 | -2/+5 |
| 2021-11-11 | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 30 | -106/+272 |
| 2021-11-10 | net: fix premature exit from NAPI state polling in napi_disable() |  Alexander Lobakin | 1 | -2/+5 |
| 2021-11-10 | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux |  Linus Torvalds | 8 | -112/+92 |
| 2021-11-10 | Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs |  Linus Torvalds | 9 | -132/+163 |
| 2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 1 | -1/+1 |
| 2021-11-10 | net/smc: fix sk_refcnt underflow on linkdown and fallback |  Dust Li | 1 | -7/+11 |
| 2021-11-10 | vsock: prevent unnecessary refcnt inc for nonblocking connect |  Eiichi Tsukata | 1 | -0/+2 |
| 2021-11-09 | net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any |  Eric Dumazet | 1 | -10/+17 |
| 2021-11-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  Jakub Kicinski | 4 | -24/+104 |
| 2021-11-09 | Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux |  Linus Torvalds | 11 | -307/+268 |
| 2021-11-09 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -1/+1 |
| 2021-11-09 | sections: move and rename core_kernel_data() to is_kernel_core_data() |  Kefeng Wang | 1 | -1/+1 |
| 2021-11-09 | bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg |  Jussi Maki | 1 | -6/+30 |
| 2021-11-09 | bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding |  John Fastabend | 2 | -9/+23 |
| 2021-11-09 | bpf, sockmap: Fix race in ingress receive verdict with redirect to self |  John Fastabend | 1 | -0/+47 |
| 2021-11-09 | bpf, sockmap: Remove unhash handler for BPF sockmap usage |  John Fastabend | 1 | -1/+0 |
| 2021-11-09 | bpf, sockmap: Use stricter sk state checks in sk_lookup_assign |  John Fastabend | 2 | -8/+4 |
| 2021-11-08 | libceph, ceph: move ceph_osdc_copy_from() into cephfs code |  Luís Henriques | 1 | -51/+9 |
| 2021-11-08 | libceph: drop ->monmap and err initialization |  Jean Sacren | 1 | -2/+1 |