aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-14net/mlx5e: Adjustments in the TC offload code towards reuse for SRIOVOr Gerlitz1-16/+16
2016-07-14net/mlx5: E-Switch, Add API to configure rules for the offloaded modeOr Gerlitz2-0/+49
2016-07-14net/mlx5: E-Switch, Use two priorities for SRIOV offloads modeOr Gerlitz3-15/+42
2016-07-14net/mlx5e: Offload TC flow counters only when supportedOr Gerlitz1-1/+1
2016-07-14net/mlx5: Introduce bulk reading of flow countersAmir Vadai4-24/+146
2016-07-14net/mlx5: Store counters in rbtree instead of listAmir Vadai3-11/+56
2016-07-13Merge branch 'nps_ent-coding-style'David S. Miller1-13/+14
2016-07-13net: nps_enet: code reuseElad Kanfi1-10/+11
2016-07-13net: nps_enet: fix coding style issuesElad Kanfi1-3/+3
2016-07-13Merge branch 'sctp-gso-frags-from-chunk'David S. Miller10-51/+68
2016-07-13sctp: only check for ECN if peer is using itMarcelo Ricardo Leitner1-3/+2
2016-07-13sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner1-1/+0
2016-07-13sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner5-21/+9
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner8-11/+38
2016-07-13sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner2-7/+7
2016-07-13sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner2-11/+15
2016-07-13net: ethernet: bgmac: Remove redundant dev_err call in bgmac_probe()Wei Yongjun1-6/+2
2016-07-13stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_data()Wei Yongjun1-14/+3
2016-07-13net: vrf: Address comments from last documentation updateDavid Ahern1-3/+3
2016-07-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller33-230/+423
2016-07-13net: vrf: Documentation updateDavid Ahern1-98/+103
2016-07-13Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc4-1/+18
2016-07-12mlxsw: core: Trace EMAD messagesJiri Pirko1-5/+13
2016-07-12devlink: add hardware messages tracing facilityJiri Pirko2-0/+72
2016-07-12net: dsa: Fix non static symbol warningWei Yongjun1-1/+1
2016-07-12dwc_eth_qos: fix missing clk_disable_unprepare() on error in dwceqos_probe()Wei Yongjun1-1/+1
2016-07-12net: mediatek: fix non static symbol warningsWei Yongjun1-3/+3
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun1-2/+2
2016-07-12stmmac: dwmac-socfpga: fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2016-07-12tools: hv: Add a script to help bonding synthetic and VF NICsHaiyang Zhang1-0/+193
2016-07-12iwlwifi: add missing type declarationArnd Bergmann1-0/+1
2016-07-12mrf24j40: avoid uninitialized byte in SPI transfer to radio.Walter Mack1-0/+2
2016-07-11ipv4: af_inet: make it explicitly non-modularPaul Gortmaker1-4/+1
2016-07-11net: ethernet: bgmac: Fix return value check in bgmac_probe()Wei Yongjun1-1/+1
2016-07-12Bluetooth: Add support of 13d3:3490 AR3012 deviceDmitry Tunin2-0/+3
2016-07-11b53: Fix build warning.David S. Miller1-1/+1
2016-07-11bpf: make inode code explicitly non-modularPaul Gortmaker1-3/+1
2016-07-11nfp: check idx is -ENOSPC before using it is an indexColin Ian King1-1/+1
2016-07-11net: smc91x: ACPI Enable lan91x adaptersJeremy Linton1-3/+10
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca4-16/+8
2016-07-11MAINTAINERS: release Scott from being a rocker maintainerJiri Pirko1-1/+0
2016-07-11tunnels: correct conditional build of MPLS and IPv6Simon Horman1-12/+13
2016-07-11Merge branch 'sctp-rfc7496-support'David S. Miller9-13/+447
2016-07-11sctp: implement prsctp PRIO policyXin Long5-1/+109
2016-07-11sctp: implement prsctp RTX policyXin Long2-0/+6
2016-07-11sctp: implement prsctp TTL policyXin Long5-5/+43
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long3-0/+77
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long2-0/+120
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long6-8/+93