Age | Commit message (Expand) | Author | Files | Lines |
2014-11-27 | Merge tag 'master-2014-11-25' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 4 | -15/+24 |
2014-11-26 | net: Check for presence of IFLA_AF_SPEC | Thomas Graf | 2 | -0/+4 |
2014-11-26 | net: Validate IFLA_BRIDGE_MODE attribute length | Thomas Graf | 2 | -0/+6 |
2014-11-26 | stmmac: platform: fix default values of the filter bins setting | Huacai Chen | 1 | -6/+7 |
2014-11-26 | net/mlx4_core: Limit count field to 24 bits in qp_alloc_res | Jack Morgenstein | 1 | -1/+1 |
2014-11-26 | net: dsa: bcm_sf2: reset switch prior to initialization | Florian Fainelli | 1 | -23/+29 |
2014-11-26 | net: dsa: bcm_sf2: fix unmapping registers in case of errors | Florian Fainelli | 1 | -2/+4 |
2014-11-25 | tg3: fix ring init when there are more TX than RX channels | Thadeu Lima de Souza Cascardo | 1 | -1/+2 |
2014-11-25 | rtlwifi: Change order in device startup | Larry Finger | 1 | -10/+10 |
2014-11-25 | rtlwifi: rtl8821ae: Fix 5G detection problem | Larry Finger | 1 | -2/+3 |
2014-11-25 | vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX] | Alexander Duyck | 1 | -2/+2 |
2014-11-25 | xen-netback: do not report success if backend_create_xenvif() fails | Alexey Khoroshilov | 1 | -6/+9 |
2014-11-24 | Merge tag 'iwlwifi-for-john-2014-11-23' of git://git.kernel.org/pub/scm/linux... | John W. Linville | 2 | -3/+11 |
2014-11-23 | iwlwifi: mvm: check TLV flag before trying to use hotspot firmware commands | Luciano Coelho | 2 | -3/+11 |
2014-11-23 | igb: Fixes needed for surprise removal support | Carolyn Wyborny | 1 | -7/+16 |
2014-11-23 | ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probe | Daniel Borkmann | 1 | -2/+6 |
2014-11-23 | ixgbe: Correctly disable VLAN filter in promiscuous mode | Vlad Yasevich | 1 | -2/+2 |
2014-11-21 | virtio-net: validate features during probe | Jason Wang | 1 | -0/+37 |
2014-11-21 | Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 4 | -8/+13 |
2014-11-21 | cxgb4 : Fix DCB priority groups being returned in wrong order | Anish Bhatt | 1 | -1/+1 |
2014-11-21 | pptp: fix stack info leak in pptp_getname() | Mathias Krause | 1 | -1/+3 |
2014-11-20 | brcmfmac: don't include linux/unaligned/access_ok.h | Johannes Berg | 1 | -1/+1 |
2014-11-19 | Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-ca... | David S. Miller | 9 | -64/+177 |
2014-11-19 | net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too | Or Gerlitz | 1 | -1/+6 |
2014-11-19 | bonding: fix curr_active_slave/carrier with loadbalance arp monitoring | Nikolay Aleksandrov | 1 | -1/+2 |
2014-11-18 | vxlan: Inline vxlan_gso_check(). | Joe Stringer | 1 | -19/+0 |
2014-11-18 | can: m_can: update to support CAN FD features | Dong Aisheng | 1 | -43/+134 |
2014-11-18 | can: m_can: fix incorrect error messages | Dong Aisheng | 1 | -3/+3 |
2014-11-18 | can: m_can: add missing delay after setting CCCR_INIT bit | Dong Aisheng | 1 | -0/+1 |
2014-11-18 | can: m_can: fix not set can_dlc for remote frame | Dong Aisheng | 1 | -3/+4 |
2014-11-18 | can: m_can: fix possible sleep in napi poll | Dong Aisheng | 1 | -5/+15 |
2014-11-18 | can: m_can: add missing message RAM initialization | Dong Aisheng | 1 | -1/+10 |
2014-11-18 | can: m_can: add CONFIG_HAS_IOMEM dependence | David Cohen | 1 | -0/+1 |
2014-11-18 | can: m_can: add .ndo_change_mtu function | Dong Aisheng | 1 | -0/+1 |
2014-11-18 | can: gs_usb: add .ndo_change_mtu function | Marc Kleine-Budde | 1 | -0/+1 |
2014-11-18 | can: rcar_can: add .ndo_change_mtu function | Marc Kleine-Budde | 1 | -0/+1 |
2014-11-18 | can: xilinx_can: add .ndo_change_mtu function | Marc Kleine-Budde | 1 | -0/+1 |
2014-11-18 | can: xilinx_can: fix comparison of unsigned variable | Sudip Mukherjee | 1 | -1/+2 |
2014-11-18 | can: remove unused variable | Sudip Mukherjee | 3 | -8/+2 |
2014-11-18 | can: esd_usb2: fix memory leak on disconnect | Alexey Khoroshilov | 1 | -0/+1 |
2014-11-18 | can: dev: fix typo CIA -> CiA, CAN in Automation | Roman Fietze | 1 | -1/+1 |
2014-11-18 | can: dev: avoid calling kfree_skb() from interrupt context | Thomas Körper | 1 | -1/+1 |
2014-11-17 | brcmfmac: fix error handling of irq_of_parse_and_map | Dmitry Torokhov | 1 | -2/+2 |
2014-11-17 | brcmfmac: kill URB when request timed out | Mathy Vanhoef | 1 | -2/+4 |
2014-11-17 | ath9k: fix regression in bssidmask calculation | Ben Greear | 1 | -3/+6 |
2014-11-17 | qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem | Martin Hauke | 1 | -0/+1 |
2014-11-16 | ieee802154: fix error handling in ieee802154fake_probe() | Alexey Khoroshilov | 1 | -5/+8 |
2014-11-16 | drivers: net: cpsw: Fix TX_IN_SEL offset | John Ogness | 1 | -3/+3 |
2014-11-15 | qlcnic: Implement ndo_gso_check() | Joe Stringer | 1 | -0/+6 |
2014-11-15 | net/mlx4_en: Implement ndo_gso_check() | Joe Stringer | 1 | -0/+6 |