summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0Star
* 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
* 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/+0Star
* bnx2x: use ktime_get_seconds() for timestampArnd Bergmann2015-09-121-4/+2Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-111-28/+7Star
|\
| * drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-28/+7Star
* | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-112-7/+9
|\ \
| * | xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-082-7/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-1033-188/+424
|\ \ \ | |_|/ |/| |
| * | xen-netfront: respect user provided max_queuesWei Liu2015-09-101-2/+5
| * | xen-netback: respect user provided max_queuesWei Liu2015-09-101-2/+5
| * | r8169: Fix sleeping function called during get_stats64, v2Corinna Vinschen2015-09-101-83/+54Star
| * | cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai2015-09-102-8/+37
| * | net: fec: add netif status check before set mac addressNimrod Andy2015-09-101-0/+8
| * | r8152: fix the runtime suspend issueshayeswang2015-09-101-2/+57
| * | r8152: split DRIVER_VERSIONhayeswang2015-09-101-2/+7
| * | add microchip LAN88xx phy driverWoojung.Huh@microchip.com2015-09-103-0/+154
| * | stmmac: fix check for phydev being openAlexey Brodkin2015-09-101-1/+4
| * | net: qlcnic: delete redundant memsetsRasmus Villemoes2015-09-103-6/+0Star
| * | net: mv643xx_eth: use kzallocRasmus Villemoes2015-09-101-4/+1Star
| * | net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes2015-09-101-6/+2Star
| * | net: cavium: liquidio: use kzalloc in setup_glist()Rasmus Villemoes2015-09-101-2/+1Star
| * | net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser2015-09-091-6/+1Star
| * | net: dsa: bcm_sf2: Fix 64-bits register writesFlorian Fainelli2015-09-091-2/+2
| * | xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel2015-09-092-17/+16Star
| * | cxgb4: Fix for write-combining stats configurationHariprasad Shenai2015-09-091-2/+5
| * | cxgb4: Fix tx flit calculationHariprasad Shenai2015-09-091-1/+1
| * | net: eth: altera: Fix the initial device operstateAtsushi Nemoto2015-09-091-0/+1
| * | dm9000: fix a typoBarry Song2015-09-091-1/+1
| * | net: dsa: bcm_sf2: Fix ageing conditions and operationFlorian Fainelli2015-09-091-4/+8
| * | usbnet: Fix a race between usbnet_stop() and the BHEugene Shatokhin2015-09-081-11/+28
| * | cxgb4: fix usage of uninitialized variablefrançois romieu2015-09-071-11/+6Star
| * | fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov2015-09-071-1/+1
| * | net: dsa: mv88e6171: add hardware 802.1Q supportVivien Didelot2015-09-071-0/+5
| * | ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGeert Uytterhoeven2015-09-071-1/+1
| * | vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven2015-09-071-4/+2Star
| * | lan78xx: Fix ladv/radv error handling in lan78xx_link_reset()Geert Uytterhoeven2015-09-071-6/+5Star
| * | net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-061-1/+3
| * | be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla2015-09-061-1/+1
| * | net: wan: sbni: fix device usage countSudip Mukherjee2015-09-061-0/+2
| * | net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto2015-09-041-2/+1Star