Age | Commit message (Expand) | Author | Files | Lines |
2019-01-07 | r8169: don't try to read counters if chip is in a PCI power-save state | Heiner Kallweit | 1 | -2/+4 |
2019-01-07 | net/mlx4: replace pci_{,un}map_sg with dma_{,un}map_sg | Stephen Warren | 1 | -8/+7 |
2019-01-07 | net/mlx4: Get rid of page operation after dma_alloc_coherent | Stephen Warren | 2 | -39/+75 |
2019-01-05 | ixgbe: fix Kconfig when driver is not a module | Jeff Kirsher | 1 | -1/+1 |
2019-01-05 | net: hns: Fix use after free identified by SLUB debug | Yonglong Liu | 1 | -4/+2 |
2019-01-05 | net: hns: Fix WARNING when hns modules installed | Yonglong Liu | 1 | -10/+7 |
2019-01-04 | net: macb: remove unnecessary code | Claudiu Beznea | 1 | -6/+2 |
2019-01-04 | qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrier | Denis Bolotin | 1 | -0/+4 |
2019-01-04 | r8169: Add support for new Realtek Ethernet | Kai-Heng Feng | 1 | -0/+2 |
2019-01-04 | octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()' | Christophe JAILLET | 1 | -1/+3 |
2019-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 12 | -13/+42 |
2019-01-02 | net-next/hinic:add shutdown callback | Xue Chaojing | 1 | -0/+6 |
2019-01-01 | net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT | Huazhong Tan | 1 | -3/+4 |
2019-01-01 | ibmveth: fix DMA unmap error in ibmveth_xmit_start error path | Tyrel Datwyler | 1 | -1/+5 |
2018-12-31 | r8169: fix WoL device wakeup enable | Heiner Kallweit | 1 | -2/+2 |
2018-12-29 | fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address() | Scott Wood | 2 | -2/+2 |
2018-12-29 | Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -25/+22 |
2018-12-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -5/+3 |
2018-12-28 | net: marvell: fix a missing check of acpi_match_device | Kangjie Lu | 1 | -0/+2 |
2018-12-28 | atl1e: checking the status of atl1e_write_phy_reg | Kangjie Lu | 1 | -1/+3 |
2018-12-28 | net: stmicro: fix a missing check of clk_prepare | Kangjie Lu | 1 | -1/+3 |
2018-12-28 | net: (cpts) fix a missing check of clk_prepare | Kangjie Lu | 1 | -1/+3 |
2018-12-28 | niu: fix missing checks of niu_pci_eeprom_read | Kangjie Lu | 1 | -2/+8 |
2018-12-28 | net: chelsio: Add a missing check on cudg_get_buffer | Aditya Pakki | 1 | -0/+4 |
2018-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 380 | -9214/+28710 |
2018-12-27 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -6/+6 |
2018-12-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+10 |
2018-12-25 | bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw | Ivan Mironov | 1 | -4/+10 |
2018-12-25 | net/mlx4_core: drop useless LIST_HEAD | Julia Lawall | 1 | -5/+0 |
2018-12-25 | mlxsw: spectrum: drop useless LIST_HEAD | Julia Lawall | 1 | -1/+0 |
2018-12-25 | net/mlx5e: drop useless LIST_HEAD | Julia Lawall | 1 | -3/+0 |
2018-12-25 | net/mlx5e: fix semicolon.cocci warnings | kbuild test robot | 1 | -1/+1 |
2018-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+3 |
2018-12-21 | net: netxen: fix a missing check and an uninitialized use | Kangjie Lu | 1 | -1/+2 |
2018-12-21 | Merge USB 4.20-rc8 mergepoint into usb-next | Greg Kroah-Hartman | 45 | -339/+678 |
2018-12-21 | net/mlx5e: XDP, Add user control for XDP TX MPWQE feature | Tariq Toukan | 3 | -1/+34 |
2018-12-21 | net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQE | Tariq Toukan | 4 | -27/+173 |
2018-12-21 | net/mlx5e: XDP, Add array for WQE info descriptors | Tariq Toukan | 3 | -21/+54 |
2018-12-21 | net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instances | Tariq Toukan | 4 | -24/+65 |
2018-12-21 | net/mlx5e: XDP, Replace boolean doorbell indication with segment pointer | Tariq Toukan | 3 | -18/+9 |
2018-12-21 | net/mlx5e: XDP, Warn upon polling an error CQE | Tariq Toukan | 1 | -0/+5 |
2018-12-21 | net/mlx5e: XDP, Change the XDP SQ redirect indication | Tariq Toukan | 5 | -26/+18 |
2018-12-21 | net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program... | Tariq Toukan | 3 | -11/+18 |
2018-12-21 | net/mlx5e: TX, Print opcode in error CQE warning | Tariq Toukan | 1 | -3/+4 |
2018-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -17/+10 |
2018-12-21 | net: mscc: ocelot: Register poll timeout should be wall time not attempts | Steen Hegelund | 1 | -28/+27 |
2018-12-21 | mscc: Configured MAC entries should be locked. | Allan W. Nielsen | 1 | -1/+1 |
2018-12-21 | Merge tag 'mlx5-updates-2018-12-19' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 9 | -103/+177 |
2018-12-21 | mlxsw: spectrum: Remove limitation regarding VID 1 | Ido Schimmel | 1 | -5/+0 |
2018-12-21 | mlxsw: spectrum: Switch to VID 4095 as default VID | Ido Schimmel | 3 | -21/+11 |