1. 9fe1c98 enic: fix rq disable by Govindarajulu Varadarajan · 8 years ago
  2. 8d546f5 net: enic: use correct type specifier by xypron.glpk@gmx.de · 8 years ago
  3. 7659f50 net: ethernet: enic: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  4. e760044 enic: set netdev->vlan_features by Govindarajulu Varadarajan · 8 years ago
  5. e327f4e cisco: enic: Update logging macros and uses by Joe Perches · 8 years ago
  6. ca7f41a enic: increment devcmd2 result ring in case of timeout by Sandeep Pillai · 8 years ago
  7. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  8. 322cf7e enic: assign affinity hint to interrupts by Govindarajulu Varadarajan · 9 years ago
  9. 937317c enic: do hang reset only in case of tx timeout by Govindarajulu Varadarajan · 9 years ago
  10. cc80923 enic: handle spurious error interrupt by Govindarajulu Varadarajan · 9 years ago
  11. cd79a23 flow_dissector: Add flags argument to skb_flow_dissector functions by Tom Herbert · 9 years ago
  12. dafc219 enic: reduce ioread in devcmd2 by Govindarajulu Varadarajan · 9 years ago
  13. 1a69205 enic: Fix build failure with SRIOV disabled. by David S. Miller · 9 years ago
  14. 3dc33e2 enic: Fix namespace pollution causing build errors. by David S. Miller · 9 years ago
  15. f376d4a enic: Fix sparse warning in vnic_devcmd_init(). by David S. Miller · 9 years ago
  16. 373fb08 enic: add devcmd2 by Govindarajulu Varadarajan · 9 years ago
  17. fda3f52 enic: add devcmd2 resources by Govindarajulu Varadarajan · 9 years ago
  18. 6a3c2f8 enic: use netdev_<foo> or dev_<foo> instead of pr_<foo> by Govindarajulu Varadarajan · 9 years ago
  19. 8b89f3a enic: move struct definition from .c to .h file by Govindarajulu Varadarajan · 9 years ago
  20. d9382bd enic: allow adaptive coalesce setting for msi/legacy intr by Govindarajulu Varadarajan · 9 years ago
  21. fc865d6 enic: add adaptive coalescing intr for intx and msi poll by Govindarajulu Varadarajan · 9 years ago
  22. 25c14ef enic: fix issues in enic_poll by Govindarajulu Varadarajan · 9 years ago
  23. f586a33 enic: use atomic_t instead of spin_lock in busy poll by Govindarajulu Varadarajan · 9 years ago
  24. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  25. 8b13b4e enic: fix memory leak in rq_clean by Govindarajulu Varadarajan · 9 years ago
  26. 19b596b enic: check return value for stat dump by Govindarajulu Varadarajan · 9 years ago
  27. 6286e82 enic: unlock napi busy poll before unmasking intr by Govindarajulu Varadarajan · 9 years ago
  28. c3f8324 net: Add full IPv6 addresses to flow_keys by Tom Herbert · 9 years ago
  29. 29044b5 enic: Grammar s/an negative/a negative/ by Geert Uytterhoeven · 9 years ago
  30. 59346af flow_dissector: change port array into src, dst tuple by Jiri Pirko · 9 years ago
  31. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 9 years ago
  32. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 9 years ago
  33. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  34. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  35. 2b0c2e2d enic: do notify_check before returning credits by Sujith Sankar · 9 years ago
  36. 57ae84a enic: enic_main: fix sparse warnings by Lad, Prabhakar · 9 years ago
  37. a20667b enic: enic_ethtool: fix sparse warning by Lad, Prabhakar · 9 years ago
  38. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  39. f104fed enic: fix rx napi poll return value by Govindarajulu Varadarajan · 9 years ago
  40. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  41. 44d84d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. 3f255dc enic: reconfigure resources for kdump crash kernel by Govindarajulu Varadarajan · 9 years ago
  43. 9dac623 enic: free all rq buffs when allocation fails by Govindarajulu Varadarajan · 9 years ago
  44. 3adc0be net: ethernet: cisco: enic: enic_dev: Remove some unused functions by Rickard Strandqvist · 9 years ago
  45. 58feff0 enic: add stats for dma mapping error by Govindarajulu Varadarajan · 10 years ago
  46. 065df15 enic: check dma_mapping_error by Govindarajulu Varadarajan · 10 years ago
  47. 5e32066 enic: make vnic_wq_buf doubly linked by Govindarajulu Varadarajan · 10 years ago
  48. 17e9683 enic: fix rx skb checksum by Govindarajulu Varadarajan · 10 years ago
  49. 4f675eb enic: add support for set/get rss hash key by Govindarajulu Varadarajan · 10 years ago
  50. c33d23c enic: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  51. 78e2045 enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock) by Govindarajulu Varadarajan · 10 years ago
  52. db40b3f enic: use napi_schedule_irqoff() by Govindarajulu Varadarajan · 10 years ago
  53. f8e34d2 enic: support skb->xmit_more by Govindarajulu Varadarajan · 10 years ago
  54. f41281d enic: fix work done in tx napi_poll by Govindarajulu Varadarajan · 10 years ago
  55. f6b7734 enic: update desc properly in rx_copybreak by Govindarajulu Varadarajan · 10 years ago
  56. 44aa91a enic: handle error condition properly in enic_rq_indicate_buf by Govindarajulu Varadarajan · 10 years ago
  57. 39dc90c enic: Do not call napi_disable when preemption is disabled. by Govindarajulu Varadarajan · 10 years ago
  58. b6931c9 enic: fix possible deadlock in enic_stop/ enic_rfs_flw_tbl_free by Govindarajulu Varadarajan · 10 years ago
  59. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  60. d4ad30b enic: Add tunable_ops support for rx_copybreak by Govindarajulu Varadarajan · 10 years ago
  61. a03bb56 enic: implement rx_copybreak by Govindarajulu Varadarajan · 10 years ago
  62. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  63. 87f44b4 enic: use pci_zalloc_consistent by Joe Perches · 10 years ago
  64. 3762ff8 enic: Add ethtool support to show classifier filters added by the driver by Govindarajulu Varadarajan · 10 years ago
  65. e3e5af3 enic: remove #ifdef CONFIG_RFS_ACCEL around filter structures by Govindarajulu Varadarajan · 10 years ago
  66. a16a336 enic: fix return values in enic_set_coalesce by Govindarajulu Varadarajan · 10 years ago
  67. 644a918 enic: Make dummy rfs functions inline to fix !CONFIG_RFS_ACCEL build by Geert Uytterhoeven · 10 years ago
  68. f2769af enic: Kill unused variable in enic_rfs_flw_tbl_init(). by David S. Miller · 10 years ago
  69. 4cfe878 enic: do tx cleanup in napi poll by Govindarajulu Varadarajan · 10 years ago
  70. 14747cd enic: add low latency socket busy_poll support by Govindarajulu Varadarajan · 10 years ago
  71. 8e09134 enic: fix lockdep around devcmd_lock by Tony Camuso · 10 years ago
  72. a145df2 enic: Add Accelerated RFS support by Govindarajulu Varadarajan · 10 years ago
  73. b6e97c1 enic: alloc/free rx_cpu_rmap by Govindarajulu Varadarajan · 10 years ago
  74. 6311852 enic: devcmd for adding IP 5 tuple hardware filters by Govindarajulu Varadarajan · 10 years ago
  75. 10cc884 enic: fix return value in _vnic_dev_cmd by Govindarajulu Varadarajan · 10 years ago
  76. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 10 years ago
  77. f009618 enic: Update driver to use __dev_uc/mc_sync/unsync calls by Alexander Duyck · 10 years ago
  78. 958c492 enic: Fix 64 bit divide on 32bit system by Govindarajulu Varadarajan · 10 years ago
  79. 7c2ce6e enic: Add support for adaptive interrupt coalescing by Sujith Sankar · 10 years ago
  80. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  81. fef1f07 net: enic: include irq.h for irqreturn_t definitions by Josh Boyer · 10 years ago
  82. 98d8a65 enic: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  83. 4c50254 enic: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 10 years ago
  84. abbb6a3 enic: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  85. 9130ac6 net: enic: slight optimization of addr compare by dingtianhong · 10 years ago
  86. 3739acd net: cisco-enic calls skb_set_hash by Tom Herbert · 11 years ago
  87. 6d2d83e net: enic: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  88. 001e1c1 driver/net: enic: update enic maintainers and driver by govindarajulu.v · 11 years ago
  89. 4a50ddf driver/net: enic: Exposing symbols for Cisco's low latency driver by govindarajulu.v · 11 years ago
  90. 624dbf5 driver/net: enic: Try DMA 64 first, then failover to DMA by govindarajulu.v · 11 years ago
  91. bf751ba driver/net: enic: record q_number and rss_hash for skb by govindarajulu.v · 11 years ago
  92. 822473b driver/net: enic: Add multi tx support for enic by govindarajulu.v · 11 years ago
  93. d765bb4 drivers/net: enic: Generate notification of hardware crash by Neel Patel · 11 years ago
  94. 0b03856 drivers/net: enic: Add an interface for USNIC to interact with firmware by Neel Patel · 11 years ago
  95. 92e2b46 drivers/net: enic: Adding support for Cisco Low Latency NIC by Neel Patel · 11 years ago
  96. f13bbc2 drivers/net: enic: Move ethtool code to a separate file by Neel Patel · 11 years ago
  97. e057590 drivers/net: enic: release rtnl_lock on error-path by Konstantin Khlebnikov · 11 years ago
  98. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  99. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  100. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago