Age | Commit message (Expand) | Author | Files | Lines |
2018-09-11 | cxgb4: fix abort_req_rss6 struct | Steve Wise | 1 | -1/+0 |
2018-08-21 | net_sched: remove list_head from tc_action | Cong Wang | 2 | -9/+6 |
2018-08-16 | Merge branch 'linus/master' into rdma.git for-next | Jason Gunthorpe | 17 | -236/+1428 |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe | 3 | -27/+18 |
2018-08-14 | cxgb4: Add new T5 PCI device ids 0x50af and 0x50b0 | Ganesh Goudar | 1 | -0/+2 |
2018-08-13 | cxgb4: remove set but not used variable 'spd' | YueHaibing | 1 | -8/+0 |
2018-08-10 | cxgb4: add support to display DCB info | Ganesh Goudar | 4 | -2/+197 |
2018-08-10 | cxgb4: update 1.20.8.0 as the latest firmware supported | Ganesh Goudar | 1 | -6/+6 |
2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
2018-08-08 | cxgb4/t4_hw: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+3 |
2018-08-08 | cxgb4/l2t: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-08-07 | cxgb4: mk_act_open_req() buggers ->{local, peer}_ip on big-endian hosts | Al Viro | 1 | -4/+2 |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2018-08-01 | cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32 | Ganesh Goudar | 1 | -4/+3 |
2018-08-01 | rdma/cxgb4: Fix SRQ endianness annotations | Bart Van Assche | 1 | -2/+2 |
2018-07-27 | cxgb4: print ULD queue information managed by LLD | Rahul Lakkireddy | 1 | -19/+277 |
2018-07-26 | cxgb4: Added missing break in ndo_udp_tunnel_{add/del} | Arjun Vynipadath | 1 | -0/+2 |
2018-07-24 | cxgb4: move Tx/Rx free pages collection to common code | Rahul Lakkireddy | 3 | -9/+14 |
2018-07-24 | cxgb4: collect number of free PSTRUCT page pointers | Rahul Lakkireddy | 5 | -4/+25 |
2018-07-21 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -22/+13 |
2018-07-18 | cxgb4: display number of rx and tx pages free | Ganesh Goudar | 2 | -7/+29 |
2018-07-17 | cxgb4: collect ASIC LA dumps from ULP TX | Surendra Mobiya | 4 | -3/+48 |
2018-07-16 | cxgb4: do not return DUPLEX_UNKNOWN when link is down | Ganesh Goudar | 1 | -7/+4 |
2018-07-12 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 1 | -2/+3 |
2018-07-12 | cxgb4: expose stats fetched from firmware via debugfs | Rahul Lakkireddy | 1 | -0/+164 |
2018-07-12 | cxgb4: remove stats fetched from firmware | Rahul Lakkireddy | 1 | -133/+0 |
2018-07-12 | cxgb4: specify IQTYPE in fw_iq_cmd | Arjun Vynipadath | 2 | -1/+15 |
2018-07-09 | net: allow fallback function to pass netdev | Alexander Duyck | 1 | -1/+1 |
2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 1 | -1/+2 |
2018-07-07 | cxgb4: assume flash part size to be 4MB, if it can't be determined | Casey Leedom | 1 | -22/+13 |
2018-07-05 | cxgb4: Fix the condition to check if the card is T5 | Ganesh Goudar | 1 | -1/+1 |
2018-07-05 | cxgb4: Add support to read actual provisioned resources | Casey Leedom | 4 | -35/+206 |
2018-06-29 | cxgb4: Support ethtool private flags | Arjun Vynipadath | 1 | -0/+42 |
2018-06-29 | cxgb4: Add support for FW_ETH_TX_PKT_VM_WR | Arjun Vynipadath | 3 | -4/+383 |
2018-06-28 | cxgb4: Add new T5 PCI device id 0x50ae | Ganesh Goudar | 1 | -0/+1 |
2018-06-28 | cxgb4: Add flag tc_flower_initialized | Casey Leedom | 3 | -0/+12 |
2018-06-26 | net: sched: pass extack pointer to block binds and cb registration | John Hurley | 1 | -1/+1 |
2018-06-26 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-06-24 | cxgb4: when disabling dcb set txq dcb priority to 0 | Ganesh Goudar | 1 | -1/+1 |
2018-06-22 | rhashtable: split rhashtable.h | NeilBrown | 1 | -0/+1 |
2018-06-13 | treewide: kvzalloc() -> kvcalloc() | Kees Cook | 3 | -4/+5 |
2018-06-13 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 1 | -1/+1 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2 | -4/+4 |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -74/+1 |
2018-06-04 | net: chelsio: Use zeroing memory allocator instead of allocator/memset | YueHaibing | 1 | -2/+1 |
2018-05-31 | cxgb4: Add FORCE_PAUSE bit to 32 bit port caps | Ganesh Goudar | 2 | -3/+12 |
2018-05-26 | cxgb4: Report PCIe link properties with pcie_print_link_status() | Bjorn Helgaas | 1 | -74/+1 |
2018-05-25 | cxgb4/cxgb4vf: Notify link changes to OS-dependent code | Arjun Vynipadath | 3 | -2/+34 |
2018-05-25 | cxgb4: clean up init_one | Ganesh Goudar | 2 | -21/+28 |