summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Expand bnxt_check_rings() to check all resources.Michael Chan2018-01-171-9/+84
* bnxt_en: Implement new method for the PF to assign SRIOV resources.Michael Chan2018-01-173-5/+127
* bnxt_en: Reserve resources for RFS.Michael Chan2018-01-171-4/+17
* bnxt_en: Implement new method to reserve rings.Michael Chan2018-01-171-25/+247
* bnxt_en: Set initial default RX and TX ring numbers the same in combined mode.Michael Chan2018-01-171-0/+19
* bnxt_en: Add the new firmware API to query hardware resources.Michael Chan2018-01-172-1/+56
* bnxt_en: Refactor hardware resource data structures.Michael Chan2018-01-173-127/+86
* bnxt_en: Restore MSIX after disabling SRIOV.Michael Chan2018-01-172-3/+15
* bnxt_en: Refactor bnxt_close_nic().Michael Chan2018-01-171-13/+19
* bnxt_en: Update firmware interface to 1.9.0.Michael Chan2018-01-173-6107/+5854
* Merge branch 'dwmac-meson8b-clock-fixes-for-Meson8b'David S. Miller2018-01-171-50/+63
|\
| * net: stmmac: dwmac-meson8b: propagate rate changes to the parent clockMartin Blumenstingl2018-01-171-1/+1
| * net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8bMartin Blumenstingl2018-01-171-1/+3
| * net: stmmac: dwmac-meson8b: fix internal RGMII clock configurationMartin Blumenstingl2018-01-171-32/+47
| * net: stmmac: dwmac-meson8b: only configure the clocks in RGMII modeMartin Blumenstingl2018-01-171-25/+21
|/
* net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski2018-01-173-4/+25
* net/mlx5: Fix build breakSaeed Mahameed2018-01-171-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-17196-641/+2886
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-163-6/+6
| |\
| | * RDMA/mlx5: Fix out-of-bound access while querying AHLeon Romanovsky2018-01-151-4/+3
| | * IB/hfi1: Prevent a NULL dereferenceDan Carpenter2018-01-101-2/+2
| | * iser-target: Fix possible use-after-free in connection establishment errorSagi Grimberg2018-01-101-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-1659-239/+390
| |\ \
| | * | net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-164-30/+24
| | * | qed: Fix potential use-after-free in qed_spq_post()Roland Dreier2018-01-161-1/+7
| | * | nfp: use the correct index for link speed tableJakub Kicinski2018-01-161-1/+1
| | * | lan78xx: Fix failure in USB Full SpeedYuiko Oshino2018-01-161-0/+1
| | * | Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-166-11/+32
| | |\ \
| | | * | cfg80211: check dev_set_name() return valueJohannes Berg2018-01-151-1/+7
| | | * | mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-153-2/+7
| | | * | mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler2018-01-151-2/+10
| | | * | nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2018-01-151-4/+7
| | | * | cfg80211: fully initialize old channel for eventJohannes Berg2018-01-151-2/+1
| | * | | sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-01-161-8/+6
| | * | | sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-01-161-10/+6
| | * | | sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long2018-01-161-2/+8
| | * | | ibmvnic: Fix pending MAC address changesThomas Falcon2018-01-161-6/+7
| | * | | netlink: extack: avoid parenthesized string constant warningJohannes Berg2018-01-151-2/+2
| | * | | Merge branch 'ipv4-Make-neigh-lookup-keys-for-loopback-point-to-point-devices...David S. Miller2018-01-153-3/+11
| | |\ \ \
| | | * | | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-152-1/+9
| | | * | | net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-151-2/+2
| | |/ / /
| | * | | sh_eth: fix dumping ARSTRSergei Shtylyov2018-01-151-1/+1
| | * | | Revert "openvswitch: Add erspan tunnel support."William Tu2018-01-152-51/+1
| | * | | net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-152-3/+3
| | * | | ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-151-0/+1
| | * | | sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner2018-01-152-2/+3
| | * | | net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti2018-01-151-0/+1
| | * | | netlink: extack needs to be reset each time through loopDavid Ahern2018-01-151-1/+2
| | * | | tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-151-12/+14
| | * | | ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-151-2/+4