| Commit message (Expand) | Author | Age | Files | Lines |
* | ipvlan: Initial check-in of the IPVLAN driver. | Mahesh Bandewar | 2014-11-24 | 6 | -0/+1552 |
* | 8139too: The maximum MTU should allow for VLAN headers | Alban Bedel | 2014-11-24 | 1 | -3/+4 |
* | net: fec: init maximum receive buffer size for ring1 and ring2 | Nimrod Andy | 2014-11-24 | 2 | -5/+10 |
* | enic: use netdev_rss_key_fill() helper | Eric Dumazet | 2014-11-24 | 2 | -14/+19 |
* | enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock) | Govindarajulu Varadarajan | 2014-11-23 | 1 | -4/+3 |
* | enic: use napi_schedule_irqoff() | Govindarajulu Varadarajan | 2014-11-23 | 1 | -7/+5 |
* | mlx4: fix mlx4_en_set_rxfh() | Eric Dumazet | 2014-11-23 | 4 | -5/+10 |
* | RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,... | Hariprasad Shenai | 2014-11-22 | 6 | -163/+264 |
* | cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI | Hariprasad Shenai | 2014-11-22 | 7 | -222/+364 |
* | cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues | Hariprasad Shenai | 2014-11-22 | 5 | -284/+624 |
* | RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an... | Hariprasad Shenai | 2014-11-22 | 5 | -196/+295 |
* | RDMA/cxgb4: Cleanup Filter related macros/register defines | Hariprasad Shenai | 2014-11-22 | 3 | -330/+330 |
* | i40e: enable fdb add code, remove unused code | Jesse Brandeburg | 2014-11-22 | 1 | -63/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-22 | 23 | -85/+261 |
|\ |
|
| * | virtio-net: validate features during probe | Jason Wang | 2014-11-21 | 1 | -0/+37 |
| * | Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2014-11-21 | 4 | -8/+13 |
| |\ |
|
| | * | brcmfmac: don't include linux/unaligned/access_ok.h | Johannes Berg | 2014-11-20 | 1 | -1/+1 |
| | * | brcmfmac: fix error handling of irq_of_parse_and_map | Dmitry Torokhov | 2014-11-17 | 1 | -2/+2 |
| | * | brcmfmac: kill URB when request timed out | Mathy Vanhoef | 2014-11-17 | 1 | -2/+4 |
| | * | ath9k: fix regression in bssidmask calculation | Ben Greear | 2014-11-17 | 1 | -3/+6 |
| * | | cxgb4 : Fix DCB priority groups being returned in wrong order | Anish Bhatt | 2014-11-21 | 1 | -1/+1 |
| * | | pptp: fix stack info leak in pptp_getname() | Mathias Krause | 2014-11-21 | 1 | -1/+3 |
| * | | Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-ca... | David S. Miller | 2014-11-19 | 9 | -64/+177 |
| |\ \ |
|
| | * | | can: m_can: update to support CAN FD features | Dong Aisheng | 2014-11-18 | 1 | -43/+134 |
| | * | | can: m_can: fix incorrect error messages | Dong Aisheng | 2014-11-18 | 1 | -3/+3 |
| | * | | can: m_can: add missing delay after setting CCCR_INIT bit | Dong Aisheng | 2014-11-18 | 1 | -0/+1 |
| | * | | can: m_can: fix not set can_dlc for remote frame | Dong Aisheng | 2014-11-18 | 1 | -3/+4 |
| | * | | can: m_can: fix possible sleep in napi poll | Dong Aisheng | 2014-11-18 | 1 | -5/+15 |
| | * | | can: m_can: add missing message RAM initialization | Dong Aisheng | 2014-11-18 | 1 | -1/+10 |
| | * | | can: m_can: add CONFIG_HAS_IOMEM dependence | David Cohen | 2014-11-18 | 1 | -0/+1 |
| | * | | can: m_can: add .ndo_change_mtu function | Dong Aisheng | 2014-11-18 | 1 | -0/+1 |
| | * | | can: gs_usb: add .ndo_change_mtu function | Marc Kleine-Budde | 2014-11-18 | 1 | -0/+1 |
| | * | | can: rcar_can: add .ndo_change_mtu function | Marc Kleine-Budde | 2014-11-18 | 1 | -0/+1 |
| | * | | can: xilinx_can: add .ndo_change_mtu function | Marc Kleine-Budde | 2014-11-18 | 1 | -0/+1 |
| | * | | can: xilinx_can: fix comparison of unsigned variable | Sudip Mukherjee | 2014-11-18 | 1 | -1/+2 |
| | * | | can: remove unused variable | Sudip Mukherjee | 2014-11-18 | 3 | -8/+2 |
| | * | | can: esd_usb2: fix memory leak on disconnect | Alexey Khoroshilov | 2014-11-18 | 1 | -0/+1 |
| | * | | can: dev: fix typo CIA -> CiA, CAN in Automation | Roman Fietze | 2014-11-18 | 1 | -1/+1 |
| | * | | can: dev: avoid calling kfree_skb() from interrupt context | Thomas Körper | 2014-11-18 | 1 | -1/+1 |
| * | | | net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too | Or Gerlitz | 2014-11-19 | 1 | -1/+6 |
| * | | | bonding: fix curr_active_slave/carrier with loadbalance arp monitoring | Nikolay Aleksandrov | 2014-11-19 | 1 | -1/+2 |
| * | | | vxlan: Inline vxlan_gso_check(). | Joe Stringer | 2014-11-18 | 1 | -19/+0 |
| |/ / |
|
| * | | qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem | Martin Hauke | 2014-11-16 | 1 | -0/+1 |
| * | | ieee802154: fix error handling in ieee802154fake_probe() | Alexey Khoroshilov | 2014-11-16 | 1 | -5/+8 |
| * | | drivers: net: cpsw: Fix TX_IN_SEL offset | John Ogness | 2014-11-16 | 1 | -3/+3 |
| * | | qlcnic: Implement ndo_gso_check() | Joe Stringer | 2014-11-14 | 1 | -0/+6 |
| * | | net/mlx4_en: Implement ndo_gso_check() | Joe Stringer | 2014-11-14 | 1 | -0/+6 |
| * | | be2net: Implement ndo_gso_check() | Joe Stringer | 2014-11-14 | 1 | -0/+6 |
| * | | net: Add vxlan_gso_check() helper | Joe Stringer | 2014-11-14 | 1 | -0/+13 |
| * | | Merge tag 'master-2014-11-11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2014-11-14 | 11 | -75/+78 |
| |\| |
|