summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udp: enable busy polling for all socketsEric Dumazet2016-11-183-9/+23
* Merge branch 'rds-ha-failover-fixes'David S. Miller2016-11-179-21/+86
|\
| * RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...Sowmini Varadhan2016-11-173-18/+26
| * RDS: TCP: Track peer's connection generation numberSowmini Varadhan2016-11-176-3/+57
| * RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans listSowmini Varadhan2016-11-171-0/+3
|/
* net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpartLABBE Corentin2016-11-171-28/+21
* net: stmmac: replace hardcoded function name by __func__LABBE Corentin2016-11-171-4/+3
* net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin2016-11-172-95/+123
* net_sched: sch_fq: use hash_ptr()Eric Dumazet2016-11-171-2/+2
* net/mlx5e: remove napi_hash_del() callsEric Dumazet2016-11-171-4/+0
* net/mlx4_en: remove napi_hash_del() callEric Dumazet2016-11-171-4/+0
* Merge branch 'mlxsw-i2c'David S. Miller2016-11-168-5/+783
|\
| * mlxsw: minimal: Add I2C support for Mellanox ASICsVadim Pasternak2016-11-163-0/+110
| * mlxsw: Invoke driver's init/fini methods only if definedVadim Pasternak2016-11-161-5/+9
| * mlxsw: Introduce support for I2C busVadim Pasternak2016-11-164-0/+654
| * mlxsw: Add bus capability flagVadim Pasternak2016-11-163-0/+10
|/
* net: netcp: replace IS_ERR_OR_NULL by IS_ERRJulia Lawall2016-11-161-3/+3
* sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-165-50/+64
* Merge branch 'bnxt_en-next'David S. Miller2016-11-164-16/+298
|\
| * bnxt_en: Add ethtool -n|-N rx-flow-hash support.Michael Chan2016-11-161-3/+164
| * bnxt_en: Add UDP RSS support for 57X1X chips.Michael Chan2016-11-162-8/+16
| * bnxt_en: Enhance autoneg support.Michael Chan2016-11-162-0/+24
| * bnxt_en: Update firmware interface spec to 1.5.4.Michael Chan2016-11-162-5/+94
|/
* netpoll: more efficient lockingEric Dumazet2016-11-164-11/+10
* cadence: Add LSO support.Rafal Ozieblo2016-11-162-12/+140
* netronome: don't access real_num_rx_queues directlyArnd Bergmann2016-11-161-8/+6
* sfc: remove napi_hash_del() callEric Dumazet2016-11-161-3/+2
* lwtunnel: subtract tunnel headroom from mtu on output redirectDavid Lebrun2016-11-161-1/+2
* mlxsw: spectrum_router: Adjust placement of FIB abort warningIdo Schimmel2016-11-161-3/+3
* net: dsa: mv88e6xxx: Respect SPEED_UNFORCED, don't set force bitAndrew Lunn2016-11-161-1/+1
* Merge branch 'amd-xgbe-next'David S. Miller2016-11-162-3/+3
|\
| * amd-xgbe: Fix maximum GPIO value checkLendacky, Thomas2016-11-161-2/+2
| * amd-xgbe: Fix possible uninitialized variableLendacky, Thomas2016-11-161-1/+1
|/
* Merge branch 'nway-reset'David S. Miller2016-11-165-0/+5
|\
| * net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
| * net: ethernet: mvpp2: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
| * net: ethernet: mvneta: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
| * net: ethoc: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
| * net: stmmac: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
|/
* Merge branch 'busypoll-preemption-and-other-optimizations'David S. Miller2016-11-165-38/+113
|\
| * bnx2x: switch to napi_complete_done()Eric Dumazet2016-11-161-7/+8
| * net/mlx4_en: use napi_complete_done() return valueEric Dumazet2016-11-161-2/+2
| * net: busy-poll: return busypolling status to driversEric Dumazet2016-11-162-7/+10
| * net: busy-poll: remove need_resched() from sk_can_busy_loop()Eric Dumazet2016-11-161-3/+2
| * net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet2016-11-162-20/+92
|/
* bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau2016-11-161-1/+1
* ipv6: sr: add option to control lwtunnel supportDavid Lebrun2016-11-163-3/+23
* Merge branch 'alx-multiqueue-support'David S. Miller2016-11-152-170/+420
|\
| * alx: enable multiple tx queuesTobias Regnery2016-11-151-2/+6
| * alx: enable msi-x interrupts by defaultTobias Regnery2016-11-151-5/+1