| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2020-08-04 | 3 | -29/+31 |
|\ |
|
| * | bpfilter: Take advantage of the facilities of struct pid | Eric W. Biederman | 2020-07-07 | 2 | -17/+13 |
| * | umd: Track user space drivers with struct pid | Eric W. Biederman | 2020-07-04 | 2 | -9/+7 |
| * | bpfilter: Move bpfilter_umh back into init data | Eric W. Biederman | 2020-07-04 | 1 | -1/+1 |
| * | umd: Transform fork_usermode_blob into fork_usermode_driver | Eric W. Biederman | 2020-07-04 | 1 | -3/+11 |
| * | umd: Rename umd_info.cmdline umd_info.driver_name | Eric W. Biederman | 2020-07-04 | 1 | -1/+1 |
| * | umd: For clarity rename umh_info umd_info | Eric W. Biederman | 2020-07-04 | 1 | -1/+1 |
* | | Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-08-04 | 3 | -5/+118 |
|\ \ |
|
| * | | audit: use the proper gfp flags in the audit_log_nfcfg() calls | Paul Moore | 2020-07-09 | 1 | -4/+4 |
| * | | audit: add gfp parameter to audit_log_nfcfg | Richard Guy Briggs | 2020-06-30 | 3 | -17/+27 |
| * | | audit: log nftables configuration change events | Richard Guy Briggs | 2020-06-24 | 1 | -0/+103 |
| |/ |
|
* | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-04 | 3 | -70/+56 |
|\ \ |
|
| * | | fs: Add receive_fd() wrapper for __receive_fd() | Kees Cook | 2020-07-13 | 2 | -2/+2 |
| * | | fs: Move __scm_install_fd() to __receive_fd() | Kees Cook | 2020-07-13 | 2 | -27/+2 |
| * | | net/scm: Regularize compat handling of scm_detach_fds() | Kees Cook | 2020-07-13 | 2 | -47/+36 |
| * | | net/compat: Add missing sock updates for SCM_RIGHTS | Kees Cook | 2020-07-13 | 2 | -0/+22 |
| |/ |
|
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-04 | 18 | -26/+26 |
|\ \ |
|
| * | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 18 | -26/+26 |
* | | | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-08-04 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook | 2020-07-30 | 2 | -2/+2 |
* | | | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-03 | 1 | -1/+9 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'sched/urgent' | Peter Zijlstra | 2020-07-22 | 84 | -425/+573 |
| |\ \ \ \ |
|
| * | | | | | net: Restrict receive packets queuing to housekeeping CPUs | Alex Belits | 2020-07-08 | 1 | -1/+9 |
* | | | | | | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-08-03 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2020-07-31 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | docs: RCU: Convert rculist_nulls.txt to ReST | Mauro Carvalho Chehab | 2020-06-29 | 1 | -2/+2 |
| | | |_|_|/ /
| | |/| | | | |
|
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-08-03 | 1 | -12/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | mptcp: use sha256() instead of open coding | Eric Biggers | 2020-07-16 | 1 | -12/+3 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-08-02 | 26 | -95/+194 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-08-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | net/bpfilter: Initialize pos in __bpfilter_process_sockopt | Christoph Hellwig | 2020-07-31 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2020-08-01 | 5 | -52/+95 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | espintcp: count packets dropped in espintcp_rcv | Sabrina Dubroca | 2020-07-30 | 1 | -0/+6 |
| | * | | | | | | | | espintcp: handle short messages instead of breaking the encap socket | Sabrina Dubroca | 2020-07-30 | 1 | -1/+24 |
| | * | | | | | | | | xfrm: esp6: fix the location of the transport header with encapsulation | Sabrina Dubroca | 2020-07-28 | 1 | -0/+1 |
| | * | | | | | | | | af_key: pfkey_dump needs parameter validation | Mark Salyzyn | 2020-07-22 | 1 | -0/+7 |
| | * | | | | | | | | xfrm: policy: fix IPv6-only espintcp compilation | Sabrina Dubroca | 2020-07-17 | 1 | -2/+2 |
| | * | | | | | | | | espintcp: recv() should return 0 when the peer socket is closed | Sabrina Dubroca | 2020-07-17 | 1 | -1/+4 |
| | * | | | | | | | | espintcp: support non-blocking sends | Sabrina Dubroca | 2020-07-17 | 1 | -13/+13 |
| | * | | | | | | | | xfrm: esp6: fix encapsulation header offset computation | Sabrina Dubroca | 2020-07-07 | 1 | -3/+9 |
| | * | | | | | | | | xfrm: policy: match with both mark and mask on user interfaces | Xin Long | 2020-06-24 | 3 | -32/+29 |
| * | | | | | | | | | rds: Prevent kernel-infoleak in rds_notify_queue_get() | Peilin Ye | 2020-08-01 | 1 | -1/+2 |
| * | | | | | | | | | net/sched: The error lable position is corrected in ct_init_module | liujian | 2020-08-01 | 1 | -2/+2 |
| * | | | | | | | | | Merge tag 'mac80211-for-davem-2020-07-30' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2020-07-31 | 7 | -9/+27 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | mac80211: remove STA txq pending airtime underflow warning | Felix Fietkau | 2020-07-30 | 1 | -3/+1 |
| | * | | | | | | | | | mac80211: Fix bug in Tx ack status reporting in 802.3 xmit path | Vasanthakumar Thiagarajan | 2020-07-30 | 1 | -3/+4 |
| | * | | | | | | | | | cfg80211: check vendor command doit pointer before use | Julian Squires | 2020-07-30 | 1 | -3/+3 |
| | * | | | | | | | | | mac80211: mesh: Free pending skb when destroying a mpath | Remi Pommarel | 2020-07-30 | 1 | -0/+1 |
| | * | | | | | | | | | mac80211: mesh: Free ie data when leaving mesh | Remi Pommarel | 2020-07-30 | 1 | -0/+1 |
| | * | | | | | | | | | mac80211: fix warning in 6 GHz IE addition in mesh mode | Rajkumar Manoharan | 2020-07-30 | 2 | -0/+17 |