summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* geneve: break dependency with netdev driversHannes Frederic Sowa2016-04-213-7/+31
* vxlan: break dependency with netdev driversHannes Frederic Sowa2016-04-213-9/+12
* qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa2016-04-211-2/+8
* ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
* mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
* fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
* benet: be_resume needs to protect be_open with rtnl_lockHannes Frederic Sowa2016-04-211-4/+6
* net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck2016-04-211-0/+11
* Merge branch 'mlx5-next'David S. Miller2016-04-219-133/+1202
|\
| * net/mlx5e: Add ethtool counter for RX buffer allocation failuresTariq Toukan2016-04-213-4/+17
| * net/mlx5e: Delay skb->data accessSaeed Mahameed2016-04-211-4/+3
| * net/mlx5e: Remove redundant barrierTariq Toukan2016-04-211-1/+0
| * net/mlx5e: Use napi_alloc_skb for RX SKB allocationsTariq Toukan2016-04-213-10/+7
| * net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan2016-04-215-68/+514
| * net/mlx5e: Added ICO SQsTariq Toukan2016-04-214-25/+174
| * net/mlx5e: Support RX multi-packet WQE (Striding RQ)Tariq Toukan2016-04-215-44/+349
| * net/mlx5e: Use function pointers for RX data path handlingTariq Toukan2016-04-213-47/+62
| * net/mlx5e: Use only close NUMA node for default RSSTariq Toukan2016-04-213-4/+16
| * net/mlx5e: Allocate set of queue counters per netdevRana Shahout2016-04-213-2/+62
| * net/mlx5: Introduce device queue countersTariq Toukan2016-04-212-0/+74
|/
* Merge branch 'bcmsysport-napi-updates'David S. Miller2016-04-211-3/+3
|\
| * net: bcmsysport: use napi_complete_done()Florian Fainelli2016-04-211-1/+1
| * net: bcmsysport: use __napi_schedule_irqoff()Florian Fainelli2016-04-211-2/+2
|/
* Merge branch 'nlattr_align'David S. Miller2016-04-216-29/+140
|\
| * ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel2016-04-211-2/+2
| * ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel2016-04-212-2/+3
| * rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel2016-04-211-17/+5
| * libnl: add more helpers to align attributes on 64-bitNicolas Dichtel2016-04-212-8/+130
|/
* veth: Update features to include all tunnel GSO typesAlexander Duyck2016-04-211-4/+3
* netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWAREAlexander Duyck2016-04-211-5/+3
* geneve: testing the wrong variable in geneve6_build_skb()Dan Carpenter2016-04-211-1/+1
* NLA_BINARY misuse bug in HSRPeter Heise2016-04-211-4/+3
* net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long2016-04-212-10/+8
* perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov2016-04-213-11/+27
* net: dsa: remove tag_protocol from dsa_switchVivien Didelot2016-04-212-8/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-04-2121-1066/+201
|\
| * fm10k: fix incorrect IPv6 extended header checksumJacob Keller2016-04-211-9/+16
| * fm10k: consistently use Intel(R) for driver namesJacob Keller2016-04-2120-30/+30
| * fm10k: fix possible null pointer deref after kcallocJacob Keller2016-04-212-18/+22
| * fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan2016-04-211-0/+4
| * fm10k: update comment regarding reserved bits checkJacob Keller2016-04-211-1/+1
| * fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller2016-04-213-3/+8
| * fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller2016-04-211-2/+2
| * fm10k: fix documentation of fm10k_tlv_parse_attrJacob Keller2016-04-211-8/+10
| * fm10k: do not disable PCI device in fm10k_io_error_detectedJacob Keller2016-04-211-2/+0
| * fm10k: correctly handle LPORT_MAP errorJacob Keller2016-04-214-1/+35
| * fm10k: Fix multicast mode sync issuesNgai-Mint Kwan2016-04-211-13/+7
| * fm10k: drop 1588 supportJacob Keller2016-04-2112-876/+11
| * fm10k: prevent RCU issues during AER eventsJacob Keller2016-04-211-1/+10
| * fm10k: use DRV_SUMMARY to reduce code duplicationJacob Keller2016-04-211-3/+3