summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-20Merge branch 'sfc-fix-bugs-introduced-by-XDP-patches'David S. Miller
2019-12-20sfc: Include XDP packet headroom in buffer step size.Charles McLachlan
2019-12-20sfc: fix channel allocation with brute forceEdward Cree
2019-12-20net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven
2019-12-20selftests: pmtu: fix init mtu value in descriptionHangbin Liu
2019-12-20hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang
2019-12-20net: phy: ensure that phy IDs are correctly typedRussell King
2019-12-20mod_devicetable: fix PHY module formatRussell King
2019-12-20qede: Disable hardware gro when xdp prog is installedManish Chopra
2019-12-20Merge branch 'ena-fixes-of-interrupt-moderation-bugs'David S. Miller
2019-12-20net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski
2019-12-20net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski
2019-12-20net/smc: unregister ib devices in reboot_eventKarsten Graul
2019-12-20net: stmmac: platform: Fix MDIO init for platforms without PHYPadmanabhan Rajanbabu
2019-12-20llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex
2019-12-20net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao
2019-12-20net: dsa: ksz: use common define for tag lenMichael Grzeschik
2019-12-20Merge branch 's390-fixes'David S. Miller
2019-12-20s390/qeth: don't return -ENOTSUPP to userspaceJulian Wiedmann
2019-12-20s390/qeth: fix promiscuous mode after resetJulian Wiedmann
2019-12-20s390/qeth: handle error due to unsupported transport modeJulian Wiedmann
2019-12-20cxgb4: fix refcount init for TC-MQPRIO offloadRahul Lakkireddy
2019-12-19Merge branch 'cls_u32-fix-refcount-leak'David S. Miller
2019-12-19tc-testing: initial tdc selftests for cls_u32Davide Caratti
2019-12-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti
2019-12-19nfc: s3fwrn5: replace the assertion with a WARN_ONAditya Pakki
2019-12-19Merge branch 'macb-fix-probing-of-PHY-not-described-in-the-dt'David S. Miller
2019-12-19net: macb: fix probing of PHY not described in the dtAntoine Tenart
2019-12-19of: mdio: export of_mdiobus_child_is_phyAntoine Tenart
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-19bpf: Add further test_verifier cases for record_func_keyDaniel Borkmann
2019-12-19bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2019-12-19Merge branch 'bpf-fix-xsk-wakeup'Daniel Borkmann
2019-12-19net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-19net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy
2019-12-18Merge branch 'stmmac-fixes'David S. Miller
2019-12-18net: stmmac: Always arm TX Timer at end of transmission startJose Abreu
2019-12-18net: stmmac: Enable 16KB buffer sizeJose Abreu
2019-12-18net: stmmac: 16KB buffer must be 16 byte alignedJose Abreu
2019-12-18net: stmmac: RX buffer size must be 16 byte alignedJose Abreu
2019-12-18net: stmmac: xgmac: Clear previous RX buffer sizeJose Abreu
2019-12-18net: stmmac: Only the last buffer has the FCS fieldJose Abreu
2019-12-18net: stmmac: Do not accept invalid MTU valuesJose Abreu
2019-12-18net: stmmac: Determine earlier the size of RX bufferJose Abreu
2019-12-18net: stmmac: selftests: Needs to check the number of Multicast regsJose Abreu
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander