| Commit message (Expand) | Author | Age | Files | Lines |
* | enic: fix rq disable | Govindarajulu Varadarajan | 2016-10-29 | 1 | -9/+23 |
* | net: enic: use correct type specifier | xypron.glpk@gmx.de | 2016-08-01 | 1 | -2/+2 |
* | net: ethernet: enic: move to new ethtool api {get|set}_link_ksettings | Philippe Reynes | 2016-06-14 | 1 | -12/+16 |
* | enic: set netdev->vlan_features | Govindarajulu Varadarajan | 2016-04-18 | 1 | -0/+1 |
* | cisco: enic: Update logging macros and uses | Joe Perches | 2016-03-11 | 6 | -37/+43 |
* | enic: increment devcmd2 result ring in case of timeout | Sandeep Pillai | 2016-02-09 | 2 | -8/+13 |
* | net: provide generic busy polling to all NAPI drivers | Eric Dumazet | 2015-11-18 | 1 | -2/+0 |
* | enic: assign affinity hint to interrupts | Govindarajulu Varadarajan | 2015-11-02 | 2 | -0/+99 |
* | enic: do hang reset only in case of tx timeout | Govindarajulu Varadarajan | 2015-10-05 | 4 | -3/+40 |
* | enic: handle spurious error interrupt | Govindarajulu Varadarajan | 2015-10-05 | 1 | -5/+9 |
* | flow_dissector: Add flags argument to skb_flow_dissector functions | Tom Herbert | 2015-09-01 | 1 | -1/+1 |
* | enic: reduce ioread in devcmd2 | Govindarajulu Varadarajan | 2015-08-25 | 2 | -3/+6 |
* | enic: Fix build failure with SRIOV disabled. | David S. Miller | 2015-08-21 | 1 | -1/+1 |
* | enic: Fix namespace pollution causing build errors. | David S. Miller | 2015-08-18 | 3 | -7/+7 |
* | enic: Fix sparse warning in vnic_devcmd_init(). | David S. Miller | 2015-08-17 | 1 | -1/+1 |
* | enic: add devcmd2 | Govindarajulu Varadarajan | 2015-08-17 | 7 | -12/+222 |
* | enic: add devcmd2 resources | Govindarajulu Varadarajan | 2015-08-17 | 4 | -0/+42 |
* | enic: use netdev_<foo> or dev_<foo> instead of pr_<foo> | Govindarajulu Varadarajan | 2015-08-17 | 6 | -31/+54 |
* | enic: move struct definition from .c to .h file | Govindarajulu Varadarajan | 2015-08-17 | 2 | -40/+39 |
* | enic: allow adaptive coalesce setting for msi/legacy intr | Govindarajulu Varadarajan | 2015-07-20 | 1 | -48/+65 |
* | enic: add adaptive coalescing intr for intx and msi poll | Govindarajulu Varadarajan | 2015-07-20 | 1 | -68/+67 |
* | enic: fix issues in enic_poll | Govindarajulu Varadarajan | 2015-07-02 | 1 | -2/+2 |
* | enic: use atomic_t instead of spin_lock in busy poll | Govindarajulu Varadarajan | 2015-06-25 | 2 | -66/+29 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-13 | 3 | -10/+30 |
|\ |
|
| * | enic: fix memory leak in rq_clean | Govindarajulu Varadarajan | 2015-06-10 | 1 | -5/+4 |
| * | enic: check return value for stat dump | Govindarajulu Varadarajan | 2015-06-10 | 2 | -4/+25 |
| * | enic: unlock napi busy poll before unmasking intr | Govindarajulu Varadarajan | 2015-06-10 | 1 | -1/+1 |
* | | net: Add full IPv6 addresses to flow_keys | Tom Herbert | 2015-06-04 | 2 | -6/+6 |
* | | enic: Grammar s/an negative/a negative/ | Geert Uytterhoeven | 2015-05-24 | 1 | -1/+1 |
* | | flow_dissector: change port array into src, dst tuple | Jiri Pirko | 2015-05-13 | 2 | -4/+4 |
* | | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko | 2015-05-13 | 2 | -18/+19 |
* | | net: change name of flow_dissector header to match the .c file name | Jiri Pirko | 2015-05-13 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-03 | 1 | -2/+2 |
|\ |
|
| * | enic: do notify_check before returning credits | Sujith Sankar | 2015-02-27 | 1 | -2/+2 |
* | | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches | 2015-03-03 | 1 | -4/+4 |
|/ |
|
* | enic: enic_main: fix sparse warnings | Lad, Prabhakar | 2015-02-05 | 1 | -3/+3 |
* | enic: enic_ethtool: fix sparse warning | Lad, Prabhakar | 2015-02-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-01-27 | 1 | -1/+1 |
|\ |
|
| * | enic: fix rx napi poll return value | Govindarajulu Varadarajan | 2015-01-24 | 1 | -1/+1 |
* | | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 2015-01-13 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-01-06 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | enic: free all rq buffs when allocation fails | Govindarajulu Varadarajan | 2015-01-02 | 1 | -2/+4 |
* | | enic: reconfigure resources for kdump crash kernel | Govindarajulu Varadarajan | 2015-01-04 | 2 | -1/+18 |
* | | net: ethernet: cisco: enic: enic_dev: Remove some unused functions | Rickard Strandqvist | 2015-01-02 | 2 | -61/+0 |
* | | enic: add stats for dma mapping error | Govindarajulu Varadarajan | 2014-12-31 | 3 | -1/+25 |
* | | enic: check dma_mapping_error | Govindarajulu Varadarajan | 2014-12-31 | 2 | -58/+106 |
* | | enic: make vnic_wq_buf doubly linked | Govindarajulu Varadarajan | 2014-12-31 | 2 | -0/+4 |
|/ |
|
* | enic: fix rx skb checksum | Govindarajulu Varadarajan | 2014-12-19 | 1 | -4/+8 |
* | enic: add support for set/get rss hash key | Govindarajulu Varadarajan | 2014-12-10 | 3 | -4/+49 |
* | enic: use netdev_rss_key_fill() helper | Eric Dumazet | 2014-11-23 | 2 | -14/+19 |