summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.0-rc8v5.0-rc8Linus Torvalds2019-02-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-02-244-5/+21
|\
| * KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-222-0/+2
| * kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang2019-02-221-0/+4
| * x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-222-4/+14
| * Merge tag 'kvm-s390-master-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-masterPaolo Bonzini2019-02-201-1/+1
| |\
| | * s390: vsie: Use effective CRYCBD.31 to check CRYCBD validityPierre Morel2019-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-2464-420/+568
|\ \ \
| * | | net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2019-02-232-0/+15
| * | | tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-231-0/+1
| * | | net/x25: fix a race in x25_bind()Eric Dumazet2019-02-231-5/+8
| * | | net: dsa: Remove documentation for port_fdb_prepareHauke Mehrtens2019-02-231-7/+3
| * | | Revert "bridge: do not add port to router list when receives query with source 0.0.0.0"Hangbin Liu2019-02-231-8/+1
| * | | selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo2019-02-231-0/+1
| * | | net: set static variable an initial value in atl2_probe()Mao Wenan2019-02-231-3/+1
| * | | net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier2019-02-231-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-226-34/+69
| |\ \ \
| | * | | bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann2019-02-231-1/+13
| | * | | Merge branch 'bpf-nfp-codegen-fixes'Daniel Borkmann2019-02-231-11/+6
| | |\ \ \
| | | * | | nfp: bpf: fix ALU32 high bits clearance bugJiong Wang2019-02-231-11/+6
| | | * | | nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang2019-02-231-1/+1
| | |/ / /
| | * | | bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-02-222-0/+11
| | * | | Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel2019-02-211-1/+15
| | * | | bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev2019-02-191-21/+24
| * | | | Merge branch 'udp-a-few-fixes'David S. Miller2019-02-223-8/+12
| |\ \ \ \
| | * | | | udp: fix possible user after free in error handlerPaolo Abeni2019-02-221-2/+4
| | * | | | udpv6: fix possible user after free in error handlerPaolo Abeni2019-02-221-4/+6
| | * | | | fou6: fix proto error handler argument typePaolo Abeni2019-02-221-1/+1
| | * | | | udpv6: add the required annotation to mib typePaolo Abeni2019-02-221-1/+1
| |/ / / /
| * | | | mdio_bus: Fix use-after-free on device_register failsYueHaibing2019-02-221-1/+0
| * | | | net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-02-221-1/+1
| * | | | Merge branch 'bnxt_en-firmware-message-delay-fixes'David S. Miller2019-02-222-3/+3
| |\ \ \ \
| | * | | | bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2019-02-222-2/+2
| | * | | | bnxt_en: Fix typo in firmware message timeout logic.Michael Chan2019-02-221-1/+1
| |/ / / /
| * | | | Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2019-02-223-4/+9
| |\ \ \ \
| | * | | | mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau2019-02-221-1/+6
| | * | | | mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen2019-02-221-2/+2
| | * | | | mac80211_hwsim: propagate genlmsg_reply return codeLi RongQing2019-02-221-1/+1
| * | | | | Documentation: networking: switchdev: Update port parent ID sectionFlorian Fainelli2019-02-221-5/+5
| * | | | | net: socket: add check for negative optlen in compat setsockoptJann Horn2019-02-221-1/+5
| * | | | | ipv6: route: purge exception on removalPaolo Abeni2019-02-221-1/+12
| * | | | | Merge branch 'nic-thunderx-fix-communication-races-between-VF-PF'David S. Miller2019-02-225-153/+142
| |\ \ \ \ \
| | * | | | | net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev2019-02-221-102/+12
| | * | | | | net: thunderx: move link state polling function to VFVadim Lomovtsev2019-02-223-19/+74
| | * | | | | net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2019-02-222-3/+12
| | * | | | | net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev2019-02-223-9/+7
| | * | | | | net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev2019-02-221-4/+8
| | * | | | | net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2019-02-222-4/+13
| | * | | | | net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to private for each of them.Vadim Lomovtsev2019-02-222-15/+19
| | * | | | | net: thunderx: correct typo in macro nameVadim Lomovtsev2019-02-222-2/+2
| |/ / / / /