Age | Commit message (Expand) | Author |
2013-08-01 | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang |
2013-07-10 | net: rename ll methods to busy-poll | Eliezer Tamir |
2013-07-10 | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir |
2013-06-25 | net/mlx4_en: Add prints when TX timeout occurs | Yevgeny Petrilin |
2013-06-25 | net/mlx4_en: Fix a race between napi poll function and RX ring cleanup | Eugenia Emantayev |
2013-06-25 | net/mlx4_en: Change log level from error to debug for vlan related messages | Eugenia Emantayev |
2013-06-25 | net/mlx4_en: Move register_netdev() to the end of initialization function | Eugenia Emantayev |
2013-06-25 | net/mlx4_en: Do not query stats when device port is down | Jack Morgenstein |
2013-06-19 | net/mlx4_en: Low Latency recv statistics | Amir Vadai |
2013-06-19 | net/mlx4_en: Add Low Latency Socket (LLS) support | Amir Vadai |
2013-06-13 | net/mlx4: Add VF link state support | Rony Efraim |
2013-06-04 | net/mlx4_en: Handle unassigned VF MAC address correctly | Or Gerlitz |
2013-06-04 | net/mlx4_en: Fix adaptive moderation cq update | Sagi Grimberg |
2013-05-08 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
2013-04-26 | net/mlx4: Add support to get VF config | Rony Efraim |
2013-04-26 | net/mlx4: Add VF MAC spoof checking support | Rony Efraim |
2013-04-26 | net/mlx4: Add set VF default vlan ID and priority support | Rony Efraim |
2013-04-26 | net/mlx4: Add set VF mac address support | Rony Efraim |
2013-04-26 | net/mlx4_en: Disable HW clock overflow check when no HW support | Amir Vadai |
2013-04-24 | mlx4: Match DMFS promiscuous field names to firmware spec | Hadar Hen Zion |
2013-04-24 | net/mlx4_en: Add a service task | Amir Vadai |
2013-04-24 | net/mlx4_en: Add HW timestamping (TS) support | Amir Vadai |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy |
2013-04-07 | net/mlx4_en: Enable DCB ETS ops only when supported by the firmware | Or Gerlitz |
2013-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-02 | net/mlx4_en: Fix setting initial MAC address | Yan Burman |
2013-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-21 | net/mlx4_en: Remove ethtool flow steering rules before releasing QPs | Hadar Hen Zion |
2013-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-07 | net/mlx4_en: Disable RFS when running in SRIOV mode | Amir Vadai |
2013-03-07 | net/mlx4_en: Cleanup MAC resources on module unload or port stop | Yan Burman |
2013-03-07 | net/mlx4_en: Fix race when setting the device MAC address | Yan Burman |
2013-03-07 | mlx4: Remove driver specific fdb handlers. | Vlad Yasevich |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2013-02-23 | mlx4_en: fix allocation of CPU affinity reverse-map | Kleber Sacilotto de Souza |
2013-02-23 | mlx4_en: fix allocation of device tx_cq | Kleber Sacilotto de Souza |
2013-02-13 | bridge: Add vlan support to static neighbors | Vlad Yasevich |
2013-02-08 | drivers: net: Remove remaining alloc/OOM messages | Joe Perches |
2013-02-07 | mlx4_en: Fix BQL reset TX queue call point | Tom Herbert |
2013-02-07 | net/mlx4_en: Implement ndo fdb functionality | Yan Burman |
2013-02-07 | net/mlx4_en: Add unicast MAC filtering | Yan Burman |
2013-02-07 | net/mlx4_en: Manage hash of MAC addresses per port | Yan Burman |
2013-02-07 | net/mlx4_en: Save previous MAC address of the port so we can replace it later | Yan Burman |
2013-02-07 | net/mlx4_en: Re-arrange ndo_set_rx_mode related code | Yan Burman |
2013-02-07 | net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_en | Yan Burman |
2013-02-07 | net/mlx4_en: Cleanup multiline strings | Yan Burman |
2013-02-07 | net/mlx4_en: Optimize Rx fast path filter checks | Yan Burman |
2013-02-07 | net/mlx4_en: Optimize loopback related checks in data path | Yan Burman |
2013-01-31 | net/mlx4_en: Fix transmit timeout when driver restarts port | Amir Vadai |