summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang4-4/+4
2017-05-16tools: hv: Add clean up for included files in Ubuntu net configHaiyang Zhang1-3/+18
2017-05-16bnxt: add dma mapping attributesShannon Nelson1-22/+34
2017-05-16Merge branch 'xgene-Add-ethtool-stats-and-bug-fixes'David S. Miller10-302/+428
2017-05-16drivers: net: xgene: Fix redundant prefetch buffer cleanupIyappan Subramanian4-62/+1
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15Quan Nguyen3-9/+46
2017-05-16drivers: net: xgene: Add frame recovered statistics counter for errata 10GE_8...Quan Nguyen3-2/+10
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_4Quan Nguyen3-0/+9
2017-05-16drivers: net: xgene: Add rx_overrun/tx_underrun statisticsIyappan Subramanian7-3/+62
2017-05-16drivers: net: xgene: Extend ethtool statisticsQuan Nguyen6-1/+181
2017-05-16drivers: net: xgene: Remove unused macrosQuan Nguyen1-6/+0
2017-05-16drivers: net: xgene: Refactor statistics error parsing codeQuan Nguyen4-18/+18
2017-05-16drivers: net: xgene: Remove redundant local statsQuan Nguyen3-7/+5
2017-05-16drivers: net: xgene: Use rgmii mdio mac accessQuan Nguyen1-0/+14
2017-05-16drivers: net: phy: xgene: Add lock to protect mac accessQuan Nguyen2-37/+40
2017-05-16drivers: net: xgene: Protect indirect MAC accessIyappan Subramanian6-177/+62
2017-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds74-249/+1026
2017-05-16Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-49/+33
2017-05-15Merge branch 'ldmsw-fixes'David S. Miller1-2/+2
2017-05-15ldmvsw: stop the clean timer at beginning of removeShannon Nelson1-1/+1
2017-05-15ldmvsw: unregistering netdev before disable hardwareThomas Tai1-1/+1
2017-05-15net: netcp: fix check of requested timestamping filterMiroslav Lichvar1-1/+0
2017-05-15Merge tag 'mlx5-fixes-2017-05-12-V2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller10-23/+49
2017-05-15ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar1-1/+4
2017-05-15qed: Fix uninitialized data in aRFS infrastructureMintz, Yuval1-1/+1
2017-05-15mdio: mux: fix device_node_continue.cocci warningsJulia Lawall1-1/+0
2017-05-15net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos1-7/+7
2017-05-15net/mlx4_core: Use min3 to select number of MSI-X vectorsyuval.shaia@oracle.com1-6/+4
2017-05-15macvlan: Fix performance issues with vlan tagged packetsVlad Yasevich1-2/+5
2017-05-15net: stmmac: use correct pointer when printing normal descriptor ringNiklas Cassel1-1/+1
2017-05-14net/mlx5: Use underlay QPN from the root name spaceYishai Hadas8-19/+38
2017-05-14net/mlx5e: IPoIB, Only support regular RQ for nowSaeed Mahameed1-0/+4
2017-05-14net/mlx5e: Fix setup TC ndoSaeed Mahameed1-1/+1
2017-05-14net/mlx5e: Fix ethtool pause support and advertise reportingGal Pressman1-2/+1
2017-05-14net/mlx5e: Use the correct pause values for ethtool advertisingGal Pressman1-1/+5
2017-05-13Linux 4.12-rc1Linus Torvalds1-2/+2
2017-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-7/+445
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds9-18/+195
2017-05-13Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-19/+17
2017-05-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-126/+145
2017-05-13[CIFS] Minor cleanup of xattr query functionSteve French5-10/+8
2017-05-13fs: cifs: transport: Use time_after for time comparisonKarim Eshapa1-1/+1
2017-05-13SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2017-05-13cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical1-16/+14
2017-05-13mm, docs: update memory.stat description with workingset* entriesRoman Gushchin1-0/+12
2017-05-13mm: vmscan: scan until it finds eligible pagesMinchan Kim1-6/+15
2017-05-13mm, thp: copying user pages must schedule on collapseDavid Rientjes1-4/+3
2017-05-13dax: fix PMD data corruption when fault races with writeRoss Zwisler1-14/+14
2017-05-13dax: fix data corruption when fault races with writeJan Kara1-16/+16
2017-05-13ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara1-4/+17