summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-05-272-33/+59
* nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern2020-05-271-14/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-267-41/+119
|\
| * netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso2020-05-251-1/+2
| * netfilter: conntrack: make conntrack userspace helpers work againPablo Neira Ayuso2020-05-251-6/+72
| * netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-05-253-33/+38
| * netfilter: ipset: Fix subcounter update skipPhil Sutter2020-05-251-1/+1
| * netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun2020-05-251-0/+6
* | Merge tag 'mac80211-for-net-2020-05-25' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-05-263-2/+9
|\ \
| * | cfg80211: fix debugfs rename crashJohannes Berg2020-05-251-1/+1
| * | ieee80211: Fix incorrect mask for default PE durationPradeep Kumar Chitrapu2020-05-251-1/+1
| * | mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing2020-05-251-0/+7
| |/
* | qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu2020-05-261-1/+3
* | dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean2020-05-261-1/+1
* | net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-05-262-6/+31
|/
* Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-2412-39/+124
|\
| * Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Borislav Petkov2020-05-2212-39/+124
| |\
| | * tpm: check event log version before reading final eventsLoïc Yhuel2020-05-172-3/+7
| | * efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel2020-05-172-4/+3
| | * x86/boot: Mark global variables as staticArvind Sankar2020-05-141-8/+8
| | * efi: cper: Add support for printing Firmware Error Record ReferencePunit Agrawal2020-05-142-0/+71
| | * efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz2020-05-143-17/+22
| | * efi/earlycon: Fix early printk for wider fontsDave Young2020-05-121-6/+8
| | * efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt2020-04-301-1/+5
* | | Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-242-2/+9
|\ \ \
| * | | x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf2020-05-221-0/+7
| * | | x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor2020-05-191-2/+2
| |/ /
* | | Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-242-14/+39
|\ \ \
| * | | sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot2020-05-191-12/+30
| * | | sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti2020-05-191-2/+2
| * | | sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-191-0/+7
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-24112-454/+940
|\ \ \
| * | | net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu2020-05-241-4/+5
| * | | Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-05-2416-48/+168
| |\ \ \
| | * | | net/mlx5: Fix error flow in case of function_setup failureShay Drory2020-05-231-1/+2
| | * | | net/mlx5e: CT: Correctly get flow ruleRoi Dayan2020-05-232-3/+6
| | * | | net/mlx5e: Update netdev txq on completions during closureMoshe Shemesh2020-05-231-3/+6
| | * | | net/mlx5: Annotate mutex destroy for root nsRoi Dayan2020-05-231-0/+6
| | * | | net/mlx5: Don't maintain a case of del_sw_func being nullRoi Dayan2020-05-231-8/+9
| | * | | net/mlx5: Fix cleaning unmanaged flow tablesRoi Dayan2020-05-231-5/+6
| | * | | net/mlx5: Fix memory leak in mlx5_events_initMoshe Shemesh2020-05-231-1/+3
| | * | | net/mlx5e: Fix inner tirs handlingRoi Dayan2020-05-234-10/+12
| | * | | net/mlx5e: kTLS, Destroy key object after destroying the TISTariq Toukan2020-05-231-1/+1
| | * | | net/mlx5e: Fix allowed tc redirect merged eswitch offload casesMaor Dickman2020-05-233-14/+41
| | * | | net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha2020-05-233-0/+23
| | * | | net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha2020-05-233-4/+40
| | * | | net/mlx5: Add command entry handling completionMoshe Shemesh2020-05-232-0/+15
| * | | | net/mlx4_core: fix a memory leak bug.Qiushi Wu2020-05-241-1/+1
| * | | | net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko2020-05-241-0/+4
| * | | | net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart2020-05-245-10/+21