| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 2019-12-25 | 761 | -5377/+16490 |
|\ |
|
| * | Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-12-22 | 5 | -27/+13 |
| |\ |
|
| | * | s390/dasd: fix typo in copyright statement | Stefan Haberland | 2019-12-20 | 2 | -2/+2 |
| | * | s390/dasd: fix memleak in path handling error case | Stefan Haberland | 2019-12-20 | 1 | -17/+2 |
| | * | s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly | Jan Höppner | 2019-12-20 | 2 | -5/+6 |
| | * | nbd: fix shutdown and recv work deadlock v2 | Mike Christie | 2019-12-17 | 1 | -3/+3 |
| * | | Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-12-22 | 6 | -1/+194 |
| |\ \ |
|
| | * | | riscv: move sifive_l2_cache.c to drivers/soc | Christoph Hellwig | 2019-12-20 | 6 | -1/+194 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-12-22 | 85 | -423/+723 |
| |\ \ \ |
|
| | * | | | sfc: Include XDP packet headroom in buffer step size. | Charles McLachlan | 2019-12-21 | 1 | -7/+7 |
| | * | | | sfc: fix channel allocation with brute force | Edward Cree | 2019-12-21 | 2 | -22/+19 |
| | * | | | hv_netvsc: Fix unwanted rx_table reset | Haiyang Zhang | 2019-12-21 | 3 | -6/+11 |
| | * | | | net: phy: ensure that phy IDs are correctly typed | Russell King | 2019-12-21 | 1 | -4/+4 |
| | * | | | qede: Disable hardware gro when xdp prog is installed | Manish Chopra | 2019-12-21 | 1 | -2/+2 |
| | * | | | net: ena: fix issues in setting interrupt moderation params in ethtool | Arthur Kiyanovski | 2019-12-21 | 1 | -14/+10 |
| | * | | | net: ena: fix default tx interrupt moderation interval | Arthur Kiyanovski | 2019-12-21 | 1 | -1/+1 |
| | * | | | net: stmmac: platform: Fix MDIO init for platforms without PHY | Padmanabhan Rajanbabu | 2019-12-21 | 1 | -1/+1 |
| | * | | | net: hisilicon: Fix a BUG trigered by wrong bytes_compl | Jiangfeng Xiao | 2019-12-21 | 1 | -1/+1 |
| | * | | | s390/qeth: don't return -ENOTSUPP to userspace | Julian Wiedmann | 2019-12-21 | 1 | -1/+1 |
| | * | | | s390/qeth: fix promiscuous mode after reset | Julian Wiedmann | 2019-12-21 | 3 | -1/+4 |
| | * | | | s390/qeth: handle error due to unsupported transport mode | Julian Wiedmann | 2019-12-21 | 2 | -7/+12 |
| | * | | | cxgb4: fix refcount init for TC-MQPRIO offload | Rahul Lakkireddy | 2019-12-20 | 1 | -4/+8 |
| | * | | | nfc: s3fwrn5: replace the assertion with a WARN_ON | Aditya Pakki | 2019-12-20 | 1 | -1/+4 |
| | * | | | net: macb: fix probing of PHY not described in the dt | Antoine Tenart | 2019-12-20 | 1 | -4/+23 |
| | * | | | of: mdio: export of_mdiobus_child_is_phy | Antoine Tenart | 2019-12-20 | 1 | -1/+2 |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-12-19 | 10 | -40/+37 |
| | |\ \ \ |
|
| | | * | | | net/ixgbe: Fix concurrency issues between config flow and XSK | Maxim Mikityanskiy | 2019-12-19 | 2 | -3/+12 |
| | | * | | | net/i40e: Fix concurrency issues between config flow and XSK | Maxim Mikityanskiy | 2019-12-19 | 3 | -4/+12 |
| | | * | | | net/mlx5e: Fix concurrency issues between config flow and XSK | Maxim Mikityanskiy | 2019-12-19 | 5 | -33/+13 |
| | * | | | | net: stmmac: Always arm TX Timer at end of transmission start | Jose Abreu | 2019-12-18 | 1 | -4/+2 |
| | * | | | | net: stmmac: Enable 16KB buffer size | Jose Abreu | 2019-12-18 | 1 | -1/+3 |
| | * | | | | net: stmmac: 16KB buffer must be 16 byte aligned | Jose Abreu | 2019-12-18 | 1 | -3/+2 |
| | * | | | | net: stmmac: RX buffer size must be 16 byte aligned | Jose Abreu | 2019-12-18 | 1 | -1/+1 |
| | * | | | | net: stmmac: xgmac: Clear previous RX buffer size | Jose Abreu | 2019-12-18 | 2 | -1/+4 |
| | * | | | | net: stmmac: Only the last buffer has the FCS field | Jose Abreu | 2019-12-18 | 1 | -2/+3 |
| | * | | | | net: stmmac: Do not accept invalid MTU values | Jose Abreu | 2019-12-18 | 1 | -0/+12 |
| | * | | | | net: stmmac: Determine earlier the size of RX buffer | Jose Abreu | 2019-12-18 | 1 | -13/+11 |
| | * | | | | net: stmmac: selftests: Needs to check the number of Multicast regs | Jose Abreu | 2019-12-18 | 1 | -0/+4 |
| | * | | | | nfp: flower: fix stats id allocation | John Hurley | 2019-12-18 | 1 | -6/+6 |
| | * | | | | net: ag71xx: fix compile warnings | Oleksij Rempel | 2019-12-18 | 1 | -2/+2 |
| | * | | | | net: qlogic: Fix error paths in ql_alloc_large_buffers() | Ben Hutchings | 2019-12-18 | 1 | -4/+4 |
| | * | | | | Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2019-12-17 | 7 | -47/+122 |
| | |\ \ \ \ |
|
| | | * | | | | iwlwifi: pcie: move power gating workaround earlier in the flow | Luca Coelho | 2019-12-10 | 2 | -25/+30 |
| | | * | | | | Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection" | Anders Kaseorg | 2019-12-10 | 1 | -12/+12 |
| | | * | | | | mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() | qize wang | 2019-12-02 | 1 | -6/+64 |
| | | * | | | | mt76: mt76x0: fix default mac address overwrite | Lorenzo Bianconi | 2019-12-02 | 1 | -1/+4 |
| | | * | | | | ath9k: use iowrite32 over __raw_writel | Christian Lamparter | 2019-11-28 | 1 | -1/+1 |
| | | * | | | | mwifiex: fix possible heap overflow in mwifiex_process_country_ie() | Ganapathi Bhat | 2019-11-28 | 1 | -2/+11 |
| | * | | | | | dpaa2-ptp: fix double free of the ptp_qoriq IRQ | Ioana Ciornei | 2019-12-17 | 1 | -6/+8 |
| | * | | | | | Merge tag 'mac80211-for-net-2019-10-16' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2019-12-17 | 1 | -0/+1 |
| | |\ \ \ \ \ |
|