summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-112-7/+1Star
|\
| * Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-082-7/+1Star
| |\
| | * e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-052-7/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-111-2/+2
|\ \ \
| * \ \ Merge branch 'iov_iter' into for-nextAl Viro2014-12-09149-898/+1960
| |\ \ \ | | | |/ | | |/|
| * | | fs: Convert show_fdinfo functions to voidJoe Perches2014-11-051-2/+2
* | | | Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre2014-11-261-1/+1
| |/ /
* | | cxgb4: Fill in supported link mode for SFP modulesHariprasad Shenai2014-12-031-2/+6
* | | xen-netfront: Remove BUGs on paged skb data which crosses a page boundarySeth Forshee2014-12-031-5/+0Star
* | | sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura2014-11-302-29/+36
* | | stmmac: platform: Move plat_dat checking earlierHuacai Chen2014-11-301-9/+9
* | | sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2014-11-302-21/+15Star
* | | bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf2014-11-301-1/+6
* | | Merge tag 'master-2014-11-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-264-15/+24
|\ \ \
| * | | rtlwifi: Change order in device startupLarry Finger2014-11-251-10/+10
| * | | rtlwifi: rtl8821ae: Fix 5G detection problemLarry Finger2014-11-251-2/+3
| * | | Merge tag 'iwlwifi-for-john-2014-11-23' of git://git.kernel.org/pub/scm/linux...John W. Linville2014-11-242-3/+11
| |\ \ \
| | * | | iwlwifi: mvm: check TLV flag before trying to use hotspot firmware commandsLuciano Coelho2014-11-232-3/+11
* | | | | net: Check for presence of IFLA_AF_SPECThomas Graf2014-11-262-0/+4
* | | | | net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf2014-11-262-0/+6
* | | | | stmmac: platform: fix default values of the filter bins settingHuacai Chen2014-11-261-6/+7
* | | | | net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein2014-11-261-1/+1
* | | | | net: dsa: bcm_sf2: reset switch prior to initializationFlorian Fainelli2014-11-261-23/+29
* | | | | net: dsa: bcm_sf2: fix unmapping registers in case of errorsFlorian Fainelli2014-11-261-2/+4
* | | | | tg3: fix ring init when there are more TX than RX channelsThadeu Lima de Souza Cascardo2014-11-251-1/+2
* | | | | vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX]Alexander Duyck2014-11-251-2/+2
* | | | | xen-netback: do not report success if backend_create_xenvif() failsAlexey Khoroshilov2014-11-241-6/+9
* | | | | igb: Fixes needed for surprise removal supportCarolyn Wyborny2014-11-231-7/+16
* | | | | ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probeDaniel Borkmann2014-11-231-2/+6
* | | | | ixgbe: Correctly disable VLAN filter in promiscuous modeVlad Yasevich2014-11-231-2/+2
| |_|_|/ |/| | |
* | | | virtio-net: validate features during probeJason Wang2014-11-211-0/+37
* | | | Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-214-8/+13
|\| | |
| * | | brcmfmac: don't include linux/unaligned/access_ok.hJohannes Berg2014-11-201-1/+1
| * | | brcmfmac: fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-171-2/+2
| * | | brcmfmac: kill URB when request timed outMathy Vanhoef2014-11-171-2/+4
| * | | ath9k: fix regression in bssidmask calculationBen Greear2014-11-171-3/+6
* | | | cxgb4 : Fix DCB priority groups being returned in wrong orderAnish Bhatt2014-11-211-1/+1
* | | | pptp: fix stack info leak in pptp_getname()Mathias Krause2014-11-211-1/+3
* | | | Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-ca...David S. Miller2014-11-199-64/+177
|\ \ \ \
| * | | | can: m_can: update to support CAN FD featuresDong Aisheng2014-11-181-43/+134
| * | | | can: m_can: fix incorrect error messagesDong Aisheng2014-11-181-3/+3
| * | | | can: m_can: add missing delay after setting CCCR_INIT bitDong Aisheng2014-11-181-0/+1
| * | | | can: m_can: fix not set can_dlc for remote frameDong Aisheng2014-11-181-3/+4
| * | | | can: m_can: fix possible sleep in napi pollDong Aisheng2014-11-181-5/+15
| * | | | can: m_can: add missing message RAM initializationDong Aisheng2014-11-181-1/+10
| * | | | can: m_can: add CONFIG_HAS_IOMEM dependenceDavid Cohen2014-11-181-0/+1
| * | | | can: m_can: add .ndo_change_mtu functionDong Aisheng2014-11-181-0/+1
| * | | | can: gs_usb: add .ndo_change_mtu functionMarc Kleine-Budde2014-11-181-0/+1
| * | | | can: rcar_can: add .ndo_change_mtu functionMarc Kleine-Budde2014-11-181-0/+1