summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-2243-632/+342Star
|\
| * ravb: fix ring memory allocationSergei Shtylyov2015-07-221-25/+34
| * net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy2015-07-221-1/+1
| * Merge tag 'wireless-drivers-for-davem-2015-07-20' of git://git.kernel.org/pub...David S. Miller2015-07-2212-410/+144Star
| |\
| | * Merge tag 'iwlwifi-for-kalle-2015-06-12' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-07-1711-410/+143Star
| | |\
| | | * iwlwifi: nvm: remove mac address byte swapping in 8000 familyLiad Kaufman2015-07-121-7/+5Star
| | | * Revert "iwlwifi: pcie: New RBD allocation model"Emmanuel Grumbach2015-07-123-374/+97Star
| | | * iwlwifi: mvm: Add preemptive flag to scheulded scanAvraham Stern2015-07-122-1/+5
| | | * iwlwifi: edit the 3165 series and 8000 series PCI IDsOren Givon2015-07-121-2/+3
| | | * iwlwifi: mvm: check time-event vif to avoid bad deletionJohannes Berg2015-07-121-1/+1
| | | * iwlwifi: pcie: prepare the device before accessing itEmmanuel Grumbach2015-07-121-0/+6
| | | * iwlwifi: pcie: don't panic if pcie transport alloc failsEmmanuel Grumbach2015-07-081-22/+22
| | | * iwlwifi: pcie: Fix bug in NIC's PM registers accessDreyfuss, Haim2015-07-081-1/+1
| | | * iwlwifi: mvm: Avoid accessing Null pointer when setting igtkMatti Gottlieb2015-06-261-1/+2
| | | * iwlwifi: mvm: fix antenna selection when BT is activeEmmanuel Grumbach2015-06-261-1/+1
| | * | ath9k_hw: fix device ID check for AR956xFelix Fietkau2015-07-111-0/+1
| * | | drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N2015-07-211-6/+3Star
| * | | net: mvneta: fix refilling for Rx DMA buffersSimon Guinot2015-07-211-12/+10Star
| * | | stmmac: fix setting of driver data in stmmac_dvr_probeJoachim Eastwood2015-07-211-1/+1
| * | | net/mdio: fix mdio_bus_match for c45 PHYShaohui Xie2015-07-211-2/+17
| * | | qmi_wwan: add the second QMI/network interface for Sierra Wireless MC7305/MC7355Reinhard Speyerer2015-07-211-0/+1
| * | | ravb: fix race updating TCCRSergei Shtylyov2015-07-211-4/+1Star
| * | | net: netcp: fix improper initialization in netcp_ndo_open()Karicheri, Muralidharan2015-07-211-1/+1
| * | | bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong2015-07-211-0/+20
| * | | Merge tag 'linux-can-fixes-for-4.2-20150716' of git://git.kernel.org/pub/scm/...David S. Miller2015-07-211-9/+8Star
| |\ \ \
| | * | | can: mcp251x: get regulators optionallyStefan Agner2015-07-161-2/+2
| | * | | can: mcp251x: fix resume when device is downStefan Agner2015-07-161-7/+6Star
| * | | | net: dsa: bcm_sf2: do not use indirect reads and writes for 7445E0Florian Fainelli2015-07-211-2/+13
| * | | | bonding: correctly handle bonding type change on enslave failureNikolay Aleksandrov2015-07-211-3/+10
| * | | | bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov2015-07-201-0/+1
| * | | | net: dsa: mv88e6xxx: fix fid_mask when leaving bridgeVivien Didelot2015-07-201-1/+1
| * | | | virtio_net: don't require ANY_LAYOUT with VERSION_1Michael S. Tsirkin2015-07-201-1/+2
| * | | | ravb: do not invalidate cache for RX buffer twiceSergei Shtylyov2015-07-171-7/+3Star
| |/ / /
| * | | ipvlan: ignore addresses from ipv6 autoconfigurationKonstantin Khlebnikov2015-07-161-0/+4
| * | | ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong2015-07-162-1/+6
| * | | ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov2015-07-163-8/+6Star
| * | | ipvlan: plug memory leak in ipvlan_link_deleteKonstantin Khlebnikov2015-07-161-0/+1
| * | | ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov2015-07-162-23/+12Star
| * | | Merge tag 'linux-can-fixes-for-4.2-20150715' of git://git.kernel.org/pub/scm/...David S. Miller2015-07-1613-39/+28Star
| |\ \ \
| | * | | can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-152-6/+5Star
| | * | | can: usb_8dev: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2Star
| | * | | can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2Star
| | * | | can: esd_usb2: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2Star
| | * | | can: sja1000: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2Star
| | * | | can: cc770: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-2/+2
| | * | | can: ti_heccn: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-1/+1
| | * | | can: slcan: don't touch skb after netif_rx_ni()Marc Kleine-Budde2015-07-151-1/+1
| | * | | can: grcan: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-1/+2
| | * | | can: bfin_can: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2Star
| | * | | can: flexcan: don't touch skb after netif_receive_skb()Marc Kleine-Budde2015-07-151-4/+3Star