summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan2015-09-231-1/+1
* net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan2015-09-231-0/+5
* net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan2015-09-231-6/+7
* net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan2015-09-231-7/+12
* net: netcp: remove dead code from the driverKaricheri, Muralidharan2015-09-231-9/+0
* net: netcp: ethss: fix error in calling sgmii api with incorrect offsetWingMan Kwok2015-09-231-27/+20
* ch9200: Convert to use module_usb_driverTobias Klauser2015-09-231-12/+1
* net: dsa: actually force the speed on the CPU portRussell King2015-09-231-0/+1
* geneve: ensure ECN info is handled properly in all tx/rx pathsJohn W. Linville2015-09-231-6/+6
* sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan2015-09-221-6/+11
* geneve: remove vlan-related feature assignmentJohn W. Linville2015-09-221-4/+0
* usbnet: New driver for QinHeng CH9200 devicesMatthew Garrett2015-09-223-1/+455
* net: phy: mdio-gpio: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
* net: phy: mdio-bcm-unimac: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
* net: moxa: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
* net: gianfar_ptp: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
* net: bcmgenet: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
* net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
* net: arc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
* macvtap: fix TUNSETSNDBUF values > 64kMichael S. Tsirkin2015-09-211-2/+2
* Revert "net/phy: Add Vitesse 8641 phy ID"Kevin Hao2015-09-211-14/+0
* 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse2015-09-211-0/+1
* 8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse2015-09-211-2/+2
* bna: check for dma mapping errorsIvan Vecera2015-09-215-1/+37
* fjes: fix off-by-one error at fjes_hw_update_zone_task()Taku Izumi2015-09-181-4/+4
* bnx2x: track vxlan port countJiri Benc2015-09-182-2/+13
* be2net: allow offloading with the same port for IPv4 and IPv6Jiri Benc2015-09-182-0/+11
* qlcnic: track vxlan port countJiri Benc2015-09-182-5/+14
* vxlan: reject IPv6 addresses if IPv6 is not configuredJiri Benc2015-09-181-1/+4
* vxlan: set needed headroom correctlyJiri Benc2015-09-181-5/+5
* ARCNET: fix hard_header_len limitMichael Grzeschik2015-09-181-1/+1
* solos-pci: Increase headroom on received packetsDavid Woodhouse2015-09-181-2/+10
* net: ks8851: Export OF module alias informationJavier Martinez Canillas2015-09-181-0/+1
* net/mlx4_en: really allow to change RSS keyEric Dumazet2015-09-181-2/+0
* net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-181-1/+2
* cxgb4: add device ID for few T5 adaptersHariprasad Shenai2015-09-181-0/+5
* atm: he: drop null test before destroy functionsJulia Lawall2015-09-161-5/+2
* net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons2015-09-161-3/+8
* net: mvneta: fix DMA buffer unmapping in mvneta_rx()Simon Guinot2015-09-151-1/+3
* irda: ali-ircc: Fix deadlock in ali_ircc_sir_change_speed()Alexey Khoroshilov2015-09-121-6/+0
* bnx2x: use ktime_get_seconds() for timestampArnd Bergmann2015-09-121-4/+2
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-1115-82/+217
|\
| * Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie2015-09-113-4/+5
| |\
| | * drm/nouveau/device: enable c800 quirk for tecra w50Ben Skeggs2015-09-111-0/+1
| | * drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7xRoy Spliet2015-09-111-1/+1
| | * drm/nouveau/gr/nv04: fix big endian setting on gr contextIlia Mirkin2015-09-111-3/+3
| * | Merge tag 'topic/drm-fixes-2015-09-09' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-09-112-21/+117
| |\ \
| | * | drm/dp: Add dp_aux_i2c_speed_khz module param to set the assume i2c bus speedVille Syrjälä2015-09-021-3/+10
| | * | drm/dp: Adjust i2c-over-aux retry count based on message size and i2c bus speedVille Syrjälä2015-09-021-2/+82
| | * | drm/dp: Define AUX_RETRY_INTERVAL as 500 usVille Syrjälä2015-09-021-3/+5