Age | Commit message (Expand) | Author |
2014-11-24 | net: fec: init maximum receive buffer size for ring1 and ring2 | Nimrod Andy |
2014-11-23 | enic: use netdev_rss_key_fill() helper | Eric Dumazet |
2014-11-23 | enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock) | Govindarajulu Varadarajan |
2014-11-23 | enic: use napi_schedule_irqoff() | Govindarajulu Varadarajan |
2014-11-23 | mlx4: fix mlx4_en_set_rxfh() | Eric Dumazet |
2014-11-22 | RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,... | Hariprasad Shenai |
2014-11-22 | cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI | Hariprasad Shenai |
2014-11-22 | cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues | Hariprasad Shenai |
2014-11-22 | RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an... | Hariprasad Shenai |
2014-11-22 | RDMA/cxgb4: Cleanup Filter related macros/register defines | Hariprasad Shenai |
2014-11-22 | i40e: enable fdb add code, remove unused code | Jesse Brandeburg |
2014-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-11-21 | Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller |
2014-11-21 | defxx: Clean up DEFEA resource management | Maciej W. Rozycki |
2014-11-21 | defxx: Disable DEFEA's ESIC I/O decoding on shutdown | Maciej W. Rozycki |
2014-11-21 | defxx: Correct DEFEA's ESIC MMIO decoding | Maciej W. Rozycki |
2014-11-21 | defxx: Fix DEFPA enable error propagation | Maciej W. Rozycki |
2014-11-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller |
2014-11-21 | amd-xgbe: Add support for the skb->xmit_more flag | Lendacky, Thomas |
2014-11-21 | amd-xgbe: Perform Tx coalescing on a packet basis | Lendacky, Thomas |
2014-11-21 | amd-xgbe: Remove unused variable | Lendacky, Thomas |
2014-11-21 | amd-xgbe: Add BQL support | Lendacky, Thomas |
2014-11-21 | amd-xgbe: Separate Tx/Rx ring data fields into new structs | Lendacky, Thomas |
2014-11-21 | amd-xgbe: Incorporate Smatch coding suggestion | Lendacky, Thomas |
2014-11-21 | amd-xgbe: Tx engine must not be active before stopping it | Lendacky, Thomas |
2014-11-21 | amd-xgbe: Add a read memory barrier to Tx/Rx path | Lendacky, Thomas |
2014-11-21 | net: USB: Deletion of unnecessary checks before the function call "kfree" | Markus Elfring |
2014-11-21 | net: Xilinx: Deletion of unnecessary checks before two function calls | Markus Elfring |
2014-11-21 | IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put" | Markus Elfring |
2014-11-21 | net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set | Saeed Mahameed |
2014-11-21 | macvtap: advance iov iterator when needed in macvtap_put_user() | Jason Wang |
2014-11-21 | mlx4: don't duplicate kvfree() | Al Viro |
2014-11-21 | mlx5: don't duplicate kvfree() | Al Viro |
2014-11-21 | r8152: adjust rtl_start_rx | hayeswang |
2014-11-21 | r8152: adjust r8152_submit_rx | hayeswang |
2014-11-21 | net: bcmgenet: log RX buffer allocation and RX/TX dma failures | Florian Fainelli |
2014-11-21 | net: systemport: log RX buffer allocation and RX/TX DMA failures | Florian Fainelli |
2014-11-21 | vlan: introduce *vlan_hwaccel_push_inside helpers | Jiri Pirko |
2014-11-21 | vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto | Jiri Pirko |
2014-11-21 | vlan: kill vlan_put_tag helper | Jiri Pirko |
2014-11-21 | net: phy: micrel: add copyright entry | Johan Hovold |
2014-11-21 | net: phy: micrel: refactor interrupt config | Johan Hovold |
2014-11-21 | net: phy: micrel: add support for clock-mode select to KSZ8081/KSZ8091 | Johan Hovold |
2014-11-21 | net: phy: micrel: add generic clock-mode-select support | Johan Hovold |
2014-11-21 | net: phy: micrel: add has-broadcast-disable flag to type data | Johan Hovold |
2014-11-21 | net: phy: micrel: parse of nodes at probe | Johan Hovold |
2014-11-21 | net: phy: micrel: add device-type abstraction | Johan Hovold |
2014-11-21 | sky2: use new netdev_rss_key_fill() helper | Ian Morris |
2014-11-21 | enic: support skb->xmit_more | Govindarajulu Varadarajan |
2014-11-21 | virtio-net: validate features during probe | Jason Wang |