summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-06-13brcmfmac: Fix grammar issue in error messageMartin Michlmayr-1/+1
2017-06-13brcmfmac: add scheduled scan support for specified BSSIDsArend Van Spriel-16/+53
2017-06-13brcmfmac: add mutex to protect pno requestsArend Van Spriel-8/+25
2017-06-13brcmfmac: add support multi-scheduled scanArend Van Spriel-89/+463
2017-06-12Merge tag 'iwlwifi-next-for-kalle-2017-06-06' of git://git.kernel.org/pub/scm...Kalle Valo-641/+1744
2017-06-12Merge tag 'wireless-drivers-next-for-davem-2017-06-12' of git://git.kernel.or...David S. Miller-3509/+16692
2017-06-12Merge branch 'udp-reduce-cache-pressure'David S. Miller-29/+148
2017-06-12udp: try to avoid 2 cache miss on dequeuePaolo Abeni-11/+103
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni-5/+27
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni-13/+18
2017-06-12sh_eth: add support for changing MTUNiklas Söderlund-0/+20
2017-06-11bpf, arm64: take advantage of stack_depth trackingDaniel Borkmann-11/+11
2017-06-11Merge tag 'mlx5-updates-2017-06-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-95/+322
2017-06-10net: ethernet: ti: cpdma: do not enable host error misc irqGrygorii Strashko-4/+1
2017-06-10net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filterGrygorii Strashko-4/+8
2017-06-10Merge branch 'bpf-misc-updates'David S. Miller-15/+102
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann-2/+34
2017-06-10bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann-7/+1
2017-06-10bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann-0/+5
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann-0/+50
2017-06-10bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann-2/+2
2017-06-10bpf: reset id on CONST_IMM transitionDaniel Borkmann-0/+2
2017-06-10bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann-0/+2
2017-06-10bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann-4/+6
2017-06-10net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272Fabio Estevam-0/+4
2017-06-10Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng-1/+0
2017-06-10sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long-6/+2
2017-06-10sctp: use read_lock_bh in sctp_eps_seq_showXin Long-4/+2
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long-2/+2
2017-06-10net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami-1/+0
2017-06-10bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng-3/+0
2017-06-10bonding: warn user when 802.3ad speed is unknownNicolas Dichtel-0/+5
2017-06-10netns: fix error code when the nsid is already usedNicolas Dichtel-0/+1
2017-06-10netns: define extack error msg for nsis cmdsNicolas Dichtel-9/+33
2017-06-09cxgb4: fix memory leak in init_one()Ganesh Goudar-1/+5
2017-06-09qed: add qed_int_sb_init() stub functionArnd Bergmann-0/+5
2017-06-09Merge branch 'qed-Light-L2-updates'David S. Miller-944/+844
2017-06-09qed: collect GSI port statisticsMintz, Yuval-0/+23
2017-06-09qed: Call rx_release_cb() when flushing LL2Mintz, Yuval-6/+7
2017-06-09qed: No need for LL2 frags indicationMintz, Yuval-23/+8
2017-06-09qed*: LL2 callback operationsMichal Kalderon-557/+384
2017-06-09qed: LL2 code relocationsMintz, Yuval-30/+28
2017-06-09qed: Cleaner seperation of LL2 inputsMintz, Yuval-229/+262
2017-06-09qed: Revise ll2 Rx completionMintz, Yuval-34/+76
2017-06-09qed: LL2 to use packed information for txMintz, Yuval-111/+102
2017-06-09Merge branch 'r8152-minor-adjustment'David S. Miller-51/+130
2017-06-09r8152: replace napi_complete with napi_complete_donehayeswang-1/+3
2017-06-09r8152: avoid rx queue more than 1000 packetshayeswang-0/+4
2017-06-09r8152: check if disabling ALDPS is finishedhayeswang-1/+7
2017-06-09r8152: move the initialization to reset_resume functionhayeswang-4/+5