summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-06net/mlxfw: remove redundant goto on error checkColin Ian King1-2/+0
2017-06-06Merge tag 'rxrpc-rewrite-20170606' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller19-59/+245
2017-06-06Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller8-43/+103
2017-06-06e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()Konstantin Khlebnikov1-6/+6
2017-06-06e1000e: Don't return uninitialized statsBenjamin Poirier1-1/+1
2017-06-06igb: Remove useless argumentBenjamin Poirier3-7/+7
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller3-0/+31
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller3-0/+4
2017-06-06e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller3-7/+12
2017-06-06igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+18
2017-06-06igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-2/+10
2017-06-06e1000e: fix race condition around skb_tstamp_tx()Jacob Keller1-2/+8
2017-06-06igb: mark PM functions as __maybe_unusedArnd Bergmann1-13/+5
2017-06-06igb: Explicitly select page 0 at initializationMatwey V Kornilov1-0/+1
2017-06-06mdio: mux: fix an incorrect less than zero error check using a u32Colin Ian King1-1/+1
2017-06-05net-next: stmmac: dwmac-sun8i: ensure the EPHY is properly resetedIcenowy Zheng1-0/+5
2017-06-05net/3com: Make el3_netdev_get_ecmd return voidyuval.shaia@oracle.com1-5/+3
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com29-73/+78
2017-06-05net/dec: Make __de_get_link_ksettings return voidyuval.shaia@oracle.com1-7/+4
2017-06-05net: sched: select cls when cls_act is enabledJiri Pirko1-0/+1
2017-06-05genetlink: remove ops_list from genetlink header.Rosen, Rami1-1/+0
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells8-12/+106
2017-06-05rxrpc: Implement service upgradeDavid Howells7-12/+71
2017-06-05rxrpc: Permit multiple service bindingDavid Howells6-24/+51
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells10-13/+19
2017-06-05Merge branch 'mlxsw-Minor-cleanup'David S. Miller4-38/+41
2017-06-05mlxsw: spectrum_router: Align RIF index allocation with existing codeIdo Schimmel1-12/+12
2017-06-05mlxsw: Fix typo inside enumerationIdo Schimmel2-4/+4
2017-06-05mlxsw: spectrum: Tidy up header fileIdo Schimmel1-22/+25
2017-06-05mlxsw: spectrum: Rename the firmware fileYotam Gigi1-1/+1
2017-06-05Merge branch 'qed-vf-xdp'David S. Miller15-330/+1205
2017-06-05qede: VF XDP supportMintz, Yuval1-3/+31
2017-06-05qed: VF XDP supportMintz, Yuval4-7/+40
2017-06-05qed: VFs to try utilizing the doorbell barMintz, Yuval7-72/+231
2017-06-05qed: Multiple qzone queues for VFsMintz, Yuval7-35/+215
2017-06-05qed: IOV db support multiple queues per qzoneMintz, Yuval4-72/+123
2017-06-05qed: Make VF legacy a bitfieldMintz, Yuval3-21/+33
2017-06-05qed: Assign a unique per-queue index to queue-cidMintz, Yuval4-4/+88
2017-06-05qed: Pass vf_params when creating a queue-cidMintz, Yuval3-45/+95
2017-06-05qed*: L2 interface to use the SB structures directlyMintz, Yuval6-32/+52
2017-06-05qed: Create L2 queue databaseMintz, Yuval6-3/+133
2017-06-05qed: Add bitmaps for VF CIDsMintz, Yuval2-74/+202
2017-06-05Merge branch 'skb-sgvec-overflow'David S. Miller9-54/+116
2017-06-05virtio_net: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-2/+7
2017-06-05macsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-2/+11
2017-06-05rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-5/+14
2017-06-05ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld4-18/+38
2017-06-05skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2-27/+46
2017-06-05Merge branch 'bpf-Add-BPF-support-to-all-perf_event'David S. Miller10-120/+290
2017-06-05bpf: update perf event helper functions documentationTeng Qin2-8/+14